Move weather alerts to proper place in nightly briefing
This commit is contained in:
@ -20,6 +20,10 @@
|
|||||||
"The National Weather Service has issued a tornado watch for our area. Be prepared to take shelter if a warning is issued! ",
|
"The National Weather Service has issued a tornado watch for our area. Be prepared to take shelter if a warning is issued! ",
|
||||||
] | random }}
|
] | random }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if states('sensor.weatheralerts_active_alerts') > '0' %}
|
||||||
|
"Currently there are weather alerts active. The total number of alerts is {{ states('sensor.weather_alerts_active_corrected') }}. They are as follows. "
|
||||||
|
{{ states('sensor.weather_alert_string') }}.
|
||||||
|
{% endif %}
|
||||||
{% if is_state('input_boolean.lightning_warning','on') %}
|
{% if is_state('input_boolean.lightning_warning','on') %}
|
||||||
{% set ltgdist = (states('sensor.blitzortung_lightning_distance') | int) / 1.609 | round %}
|
{% set ltgdist = (states('sensor.blitzortung_lightning_distance') | int) / 1.609 | round %}
|
||||||
{{ [
|
{{ [
|
||||||
@ -90,13 +94,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
{% if states('sensor.weatheralerts_active_alerts') > '0' %}
|
|
||||||
"Currently there are weather alerts active. The total number of alerts is {{ states('sensor.weather_alerts_active_corrected') }}. They are as follows. "
|
|
||||||
{{ states('sensor.weather_alert_string') }}.
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if is_state('input_boolean.sports_updates','on') %}
|
{% if is_state('input_boolean.sports_updates','on') %}
|
||||||
{% if is_state('sensor.michigan_wolverines','PRE') %}
|
{% if is_state('sensor.michigan_wolverines','PRE') %}
|
||||||
|
Reference in New Issue
Block a user