- id: '1557822591613'
  alias: jour
  trigger:
  - below: '800'
    entity_id: sensor.serial_sensor
    platform: numeric_state
  condition: []
  action:
  - data_template:
      message: jour {{ states.sensor.serial_sensor.state}} a tel moment {{now()}}
    service: notify.twitter
  - data_template:
      message: a . . .  jour 
    service: tts.picotts_say   
- id: '1557822662341'
  alias: nuit
  trigger:
  - above: '910'
    entity_id: sensor.serial_sensor
    platform: numeric_state
  condition: []
  action:
  - data_template:
      message: nuit {{ states.sensor.serial_sensor.state}} a tel moment {{now()}}
    service: notify.twitter
  - data_template:
      message: a . . . . . nuit 
    service: tts.picotts_say      

