Daily Briefing reads weather after alerts now

This commit is contained in:
2023-03-07 16:56:35 -05:00
parent f7542f4aff
commit 257cc498b5

View File

@ -32,7 +32,6 @@
{% endif %} {% endif %}
<p> <p>
{{ states('sensor.current_conditions_detail') }}
{% if is_state('input_boolean.tornado_alarm','on') %} {% 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! " "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') %} {% 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. " "Be advised, it is very difficult to see outside right now. Drive safely. "
] | random }} ] | random }}
{% endif %} {% endif %}
{{ states('sensor.current_conditions_detail') }}
</p> </p>
<p> <p>