From 1d1effc7b06a64589196d9f78cfb0116fbe474a9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 24 Aug 2022 06:53:43 -0400 Subject: [PATCH] Couple of minor tweaks to K's morning briefing --- templates/speech/kallen_morning_briefing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/speech/kallen_morning_briefing.yaml b/templates/speech/kallen_morning_briefing.yaml index aa3f88f..9b0f33f 100644 --- a/templates/speech/kallen_morning_briefing.yaml +++ b/templates/speech/kallen_morning_briefing.yaml @@ -66,7 +66,7 @@ It is going to be {{ states.sensor.clothing_forecast.state }} today so I suggest wearing shorts. {% endif %} {% set hightemp = state_attr('sensor.current_forecast','high_temp') | float %} - {% if hightemp > 85 %} + {% if hightemp > 84 %} Warning, today will be a very sweaty day, so you need to remember to stay hydrated. {% endif %}

@@ -99,7 +99,7 @@ {% endif %} {% if is_state ('input_boolean.school_today', 'off') and is_state('sensor.pirateweather_icon', 'snow') %} - Do you wanna build a snowman? + Do you wanna build a snowman? It's snowing! {% endif %} {% if states.sensor.school_end_days2go.state | int == -1 -%}