Turn on entrance lights during wake up

This commit is contained in:
2020-04-04 13:09:41 +03:00
parent e0a014285c
commit 849941bbe7

View File

@@ -15,6 +15,9 @@ script:
timeout: 00:02:00
- delay: 00:00:01
- service: light.turn_on
entity_id: light.hallway_entrance_lights
- condition: state
entity_id: input_boolean.guest_mode
state: "off"