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