Made master bedroom wakeup time account for school early release days
This commit is contained in:
@ -355,7 +355,11 @@ script:
|
|||||||
data_template:
|
data_template:
|
||||||
time: >
|
time: >
|
||||||
{% if is_state('input_boolean.school_today','on') %}
|
{% 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 %}
|
{% else %}
|
||||||
13:00
|
13:00
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user