Fixed a rather confusing name #53

This commit is contained in:
2023-01-31 19:55:55 -05:00
parent b7c07f81e2
commit 97ab110ee1
5 changed files with 13 additions and 13 deletions

View File

@ -150,7 +150,7 @@
{% elif is_state('input_boolean.work_today','on') %}
"Tina has work today. "
{% endif %}
{% if is_state('input_boolean.kallen_school','on') %}
{% if is_state('input_boolean.kallen_at_school','on') %}
"Kallen is at school right now. His pickup time will be at {{ (state_attr('input_datetime.school_day_end','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. "
{% elif is_state('input_boolean.school_today','on') %}
"Kallen has school today. "