Advertisement
Guest User

Automations

a guest
Jan 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.76 KB | None | 0 0
  1. - action:
  2.   - data:
  3.       message: Temperatura C.O. > 60
  4.     service: notify.boguslaw
  5.   alias: Piec_temp60
  6.   condition: []
  7.   id: '1516088124325'
  8.   trigger:
  9.   - above: '60'
  10.     entity_id: sensor.temperatura_co
  11.     platform: numeric_state
  12. - action:
  13.   - data:
  14.       message: Temperatura C.O. < 45
  15.     service: notify.boguslaw
  16.   alias: PiecTemp_40
  17.   condition: []
  18.   id: '1516089387024'
  19.   trigger:
  20.   - below: '45'
  21.     entity_id: sensor.temperatura_co
  22.     platform: numeric_state
  23. - action:
  24.   - alias: ''
  25.     data:
  26.       entity_id: switch.bojler_switch
  27.     service: switch.turn_off
  28.   alias: Bojler_off
  29.   condition: []
  30.   id: '1516121356744'
  31.   trigger:
  32.   - entity_id: switch.bojler_switch
  33.     for:
  34.       minutes: 1
  35.     platform: state
  36.     to: 'ON'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement