Wakeup time reflects delay state #38

This commit is contained in:
2022-09-14 10:31:28 -04:00
parent 2cfb241245
commit 677e51aad5

View File

@ -138,7 +138,11 @@ script:
data_template:
time: >
{% if is_state('input_boolean.school_today', 'on') %}
07:30
{% if is_state('input_boolean.kallen_two_hour_delay','on') %}
09:30
{% else %}
07:30
{% endif %}
{% else %}
10:00
{% endif %}