Advertisement
giacomocarrozzo

Script Home assistant

May 25th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.89 KB | None | 0 0
  1. alzatapparella_giorno:
  2.   alias: Alza le tapparelle GIORNO
  3.   sequence:
  4.   - entity_id:
  5.    - switch.tapparella_giorno_giu
  6.     service: switch.turn_off
  7.   - entity_id:
  8.    - switch.tapparella_giorno_su
  9.     service: switch.turn_on
  10.   - delay: '30'
  11.   - entity_id:
  12.    - switch.tapparella_giorno_su
  13.     service: switch.turn_off
  14. abbassatapparella_giorno:
  15.   alias: Abbassa le tapparelle GIORNO
  16.   sequence:
  17.   - entity_id:
  18.    - switch.tapparella_giorno_su
  19.     service: switch.turn_off
  20.   - entity_id:
  21.    - switch.tapparella_giorno_giu
  22.     service: switch.turn_on
  23.   - delay: '30'
  24.   - entity_id:
  25.    - switch.tapparella_giorno_giu
  26.     service: switch.turn_off
  27. stoptapparella_giorno:
  28.   alias: Ferma le tapparelle GIORNO
  29.   sequence:
  30.   - entity_id:
  31.    - switch.tapparella_giorno_su
  32.     service: switch.turn_off
  33.   - entity_id:
  34.    - switch.tapparella_giorno_giu
  35.     service: switch.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement