From 257cc498b56df1b431140d84d8c681645b35f7da Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 7 Mar 2023 16:56:35 -0500 Subject: [PATCH] Daily Briefing reads weather after alerts now --- templates/speech/daily_briefing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/speech/daily_briefing.yaml b/templates/speech/daily_briefing.yaml index efff135..fb105b4 100644 --- a/templates/speech/daily_briefing.yaml +++ b/templates/speech/daily_briefing.yaml @@ -32,7 +32,6 @@ {% endif %}

- {{ states('sensor.current_conditions_detail') }} {% if is_state('input_boolean.tornado_alarm','on') %} "We are under a tornado warning. If you are not already in shelter, you should be. Get on it! " {% elif is_state('input_boolean.tornado_watch','on') %} @@ -66,6 +65,7 @@ "Be advised, it is very difficult to see outside right now. Drive safely. " ] | random }} {% endif %} + {{ states('sensor.current_conditions_detail') }}