Fixed a workplace condition I forgot about

This commit is contained in:
2022-08-29 19:51:29 -04:00
parent 7f0513a129
commit d01fbf7bd8

View File

@ -102,7 +102,7 @@
Kallen does not have school today.
{% endif %}
{% if is_state('person.christina_stork','Chipotle') and is_state('input_boolean.work_today','on') %}
{% if is_state('person.christina_stork','Bob Evans') and is_state('input_boolean.work_today','on') %}
Tina is at work right now.
{% elif is_state('input_boolean.work_today','on') %}
Tina has work today.