Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - alias: Hallway_lightOff
  2. trigger:
  3. - entity_id: binary_sensor.motion_yttergang
  4. platform: state
  5. to: 'off'
  6. - platform: time
  7. at: '22:01:00'
  8. - platform: time
  9. at: '22:10:00'
  10. condition:
  11. condition: and
  12. conditions:
  13. - condition: time
  14. after: '22:00:00'
  15. before: '12:00:00'
  16. - condition: state
  17. entity_id: binary_sensor.motion_downstairs_office
  18. state: 'off'
  19. action:
  20. - entity_id: light.gang
  21. service: light.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement