Adjustments for K having summer BTB
This commit is contained in:
@ -519,7 +519,9 @@
|
||||
{% else %}
|
||||
{% set identKallen = 'He' %}
|
||||
{% endif %}
|
||||
{% if is_state('input_boolean.school_in_session','on') %}
|
||||
{% if is_state('input_boolean.school_in_session','off') and is_state('input_boolean.kallen_btb','on') %}
|
||||
{{ identKallen }} has Beyond The Bells today. It is scheduled to end at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
||||
{% elif is_state('input_boolean.school_in_session','on') %}
|
||||
{% if is_state('input_boolean.kallen_school_today','on') %}
|
||||
{% if is_state('input_boolean.two_hour_delay','on') %}
|
||||
School is currently under a two hour delay.
|
||||
|
Reference in New Issue
Block a user