From 5538ae1cf40ea3294095a6716394dfddad5c9c56 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 14 Sep 2022 13:30:57 -0400 Subject: [PATCH] Add statement if school is running on time --- templates/speech/kallen_morning_briefing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/speech/kallen_morning_briefing.yaml b/templates/speech/kallen_morning_briefing.yaml index 8b70e2b..b2b2580 100644 --- a/templates/speech/kallen_morning_briefing.yaml +++ b/templates/speech/kallen_morning_briefing.yaml @@ -82,6 +82,8 @@ {% endif %} {% if is_state('input_boolean.kallen_two_hour_delay','on') %} 'You have a two hour delay today. ' + {% else %} + 'School is running on time. ' {% endif %} School today starts at {{ (state_attr('input_datetime.school_day_start','timestamp') | int | timestamp_custom('%I:%M %p' , False)) }} Pickup today will be at {{(state_attr('input_datetime.school_day_end', 'timestamp') | int | timestamp_custom('%I:%M %p', False)) }}