Adjustments for K having summer BTB

This commit is contained in:
2024-06-02 14:05:51 -04:00
parent e687183ac2
commit 41ca84a562
5 changed files with 45 additions and 15 deletions

View File

@ -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.