Wakeup time reflects delay state #38
This commit is contained in:
@ -138,7 +138,11 @@ script:
|
|||||||
data_template:
|
data_template:
|
||||||
time: >
|
time: >
|
||||||
{% if is_state('input_boolean.school_today', 'on') %}
|
{% 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 %}
|
{% else %}
|
||||||
10:00
|
10:00
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user