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.42 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.         before: sunrise
  13.         befot_offset: '-00:30:00'
  14.      
  15.     action:
  16.       service: light.turn_on
  17.       entity_id: light.faretti_corridoio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement