Push back K's bedtime schedules by an hour across the board

This commit is contained in:
2024-10-14 18:19:29 -04:00
parent df583c23ff
commit b819156cfa

View File

@ -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