Finally dealt with repeated flood warning alerts in briefings

This commit is contained in:
2023-03-06 17:32:00 -05:00
parent d7efa0eb2b
commit 1379df41fd
6 changed files with 57 additions and 22 deletions

View File

@ -75,7 +75,7 @@
</p>
<p>
{% if states('sensor.weatheralerts_active_alerts') > '0' %}
"Currently there are weather alerts active. The total number of alerts is {{ states('sensor.weatheralerts_active_alerts') }}. They are as follows. "
"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>