mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-18 04:19:36 +00:00
Fixed keep_light_on variable
This commit is contained in:
@ -129,7 +129,7 @@ sequence:
|
|||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ is_state(target_light, 'on') }}"
|
value_template: "{{ is_state(target_light, 'on') }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ not is_input('keep_light_on') }}"
|
value_template: "{{ not keep_light_on }}"
|
||||||
then:
|
then:
|
||||||
- delay:
|
- delay:
|
||||||
minutes: "{{ light_timeout | int }}"
|
minutes: "{{ light_timeout | int }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user