Made master bedroom wakeup time account for school early release days

This commit is contained in:
2022-11-21 19:09:23 -05:00
parent 58b556f439
commit b0a15be430

View File

@ -355,7 +355,11 @@ script:
data_template:
time: >
{% if is_state('input_boolean.school_today','on') %}
13:45
{% if is_state('input_boolean.school_early_release','on') %}
13:00
{% else %}
13:45
{% endif %}
{% else %}
13:00
{% endif %}