Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.85 KB | None | 0 0
  1. - alias: 'Luci ingresso automatiche'
  2.     trigger:
  3.       - platform: state
  4.         entity_id: binary_sensor.door_window_sensor_158d000203052a
  5.         from: 'off'
  6.         to: 'on'
  7.    
  8.     condition:
  9.       - condition: time
  10.         before: '07:00:00'
  11.       - condition: sun
  12.         event: sunset
  13.         offset: '-00:30:00'
  14.      
  15.     action:
  16.       service: light.turn_on
  17.       entity_id: light.faretti_corridoio
  18. RAW Paste Data
  19.  
  20. - alias: 'Luci ingresso automatiche'
  21.     trigger:
  22.       - platform: state
  23.         entity_id: binary_sensor.door_window_sensor_158d000203052a
  24.         from: 'off'
  25.         to: 'on'
  26.    
  27.     condition:
  28.       - condition: time
  29.         before: '07:00:00'
  30.       - condition: sun
  31.         before: sunrise
  32.         befot_offset: '-00:30:00'
  33.      
  34.     action:
  35.       service: light.turn_on
  36.       entity_id: light.faretti_corridoio
  37.  
  38. Not a member of Past
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement