Fix lights from night mode

This commit is contained in:
2020-07-26 12:48:38 +03:00
parent 97b9b3ac8a
commit f31e8d4568
+7
View File
@@ -15,6 +15,13 @@ script:
timeout: 00:02:00 timeout: 00:02:00
- delay: 00:00:01 - delay: 00:00:01
- service: light.turn_on
entity_id:
- light.hallway
- light.entrance
data:
brightness_pct: 100
- condition: state - condition: state
entity_id: input_boolean.guest_mode entity_id: input_boolean.guest_mode
state: "off" state: "off"