Push back K's bedtime schedules by an hour across the board
This commit is contained in:
@ -274,16 +274,16 @@ script:
|
|||||||
time: >
|
time: >
|
||||||
{% if is_state('input_boolean.school_in_session','on') %}
|
{% if is_state('input_boolean.school_in_session','on') %}
|
||||||
{% if is_state('binary_sensor.kallen_school_tomorrow', 'on') %}
|
{% if is_state('binary_sensor.kallen_school_tomorrow', 'on') %}
|
||||||
21:00
|
|
||||||
{% else %}
|
|
||||||
22:00
|
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
|
||||||
{% if is_state('binary_sensor.kallen_btb_tomorrow','on') %}
|
|
||||||
22:00
|
22:00
|
||||||
{% else %}
|
{% else %}
|
||||||
23:00
|
23:00
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
{% if is_state('binary_sensor.kallen_btb_tomorrow','on') %}
|
||||||
|
23:00
|
||||||
|
{% else %}
|
||||||
|
00:00
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- delay:
|
- delay:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
|
Reference in New Issue
Block a user