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 -%}