From 5309e7da1261dda412b68e3b87dd18a3bd841604 Mon Sep 17 00:00:00 2001
From: Tony Stork
Date: Wed, 14 Sep 2022 11:12:56 -0400
Subject: [PATCH] Remove needless second condition for school days
---
templates/speech/kallen_morning_briefing.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/speech/kallen_morning_briefing.yaml b/templates/speech/kallen_morning_briefing.yaml
index d7f6c6a..15d3913 100644
--- a/templates/speech/kallen_morning_briefing.yaml
+++ b/templates/speech/kallen_morning_briefing.yaml
@@ -72,7 +72,7 @@
- {% if is_state('input_boolean.school_today', 'on') and state_attr('input_datetime.school_day_end', 'timestamp') > as_timestamp(now()) %}
+ {% if is_state('input_boolean.school_today', 'on') %}
{% if is_state('sensor.school_start_days2go', '0') %}
Today is the first day of school!
{% else %}