From 3f8c4ac38dd1479b9e68528a23c58026a990021d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 31 Aug 2022 16:13:36 -0400 Subject: [PATCH] Removed tags --- templates/speech/welcome_home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index c6ed9c7..8ca8d78 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -87,7 +87,7 @@

{% if is_state('person.christina_stork','Bob Evans') and is_state('input_boolean.work_today','on') %} - Tina is at work right now. She will be done at approximately {{ (state_attr('input_datetime.tina_workday_end','timestamp') | int | timestamp_custom('%I:%M %p', False)) }} + Tina is at work right now. She will be done at approximately {{ (state_attr('input_datetime.tina_workday_end','timestamp') | int | timestamp_custom('%I:%M %p', False)) }} {% elif is_state('input_boolean.work_today','on') %} Tina has work today. {% endif %}