Briefing location reflects delay state #38
This commit is contained in:
@ -161,7 +161,11 @@ script:
|
|||||||
data_template:
|
data_template:
|
||||||
option: >
|
option: >
|
||||||
{% if is_state('input_boolean.school_today','on') %}
|
{% if is_state('input_boolean.school_today','on') %}
|
||||||
Kallen Bedroom
|
{% if is_state('input_boolean.kallen_two_hour_delay','on') %}
|
||||||
|
Common Areas
|
||||||
|
{% else %}
|
||||||
|
Kallen Bedroom
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
Common Areas
|
Common Areas
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user