School cancel and delay entities back to generalized form

No need for them to be individualized since all schools in the same district follow the same calls...
This commit is contained in:
2023-03-09 18:07:14 -05:00
parent 7494c8957d
commit f5b8390ec1
6 changed files with 20 additions and 20 deletions

View File

@ -5,12 +5,12 @@
"Hello Collin, "
{% if is_state('input_boolean.kallen_school_today','on') %}
{% if is_state('input_boolean.kallen_two_hour_delay','on') %}
{% if is_state('input_boolean.two_hour_delay','on') %}
"You have school today, but there is currently a two hour delay. "
{% else %}
"You have school today, and it is running on time. "
{% endif %}
{% elif is_state('input_boolean.kallen_school_cancelled','on') %}
{% elif is_state('input_boolean.school_cancelled','on') %}
"School has been cancelled for today! Enjoy the unexpected day off! "
{% else %}
"You do not have school today. Enjoy your day off! "