From d01fbf7bd8228f6114df349c400dfc98e710e834 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 29 Aug 2022 19:51:29 -0400 Subject: [PATCH] Fixed a workplace condition I forgot about --- templates/speech/daily_briefing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/speech/daily_briefing.yaml b/templates/speech/daily_briefing.yaml index 9f303d1..b6c4bc3 100644 --- a/templates/speech/daily_briefing.yaml +++ b/templates/speech/daily_briefing.yaml @@ -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.