This time it's the National Weather Service being unreliable... #89

This commit is contained in:
2023-07-25 12:54:09 -04:00
parent d43d332d39
commit 0fb1706155
4 changed files with 29 additions and 9 deletions

View File

@ -41,7 +41,7 @@
"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 (states('sensor.kdfi_visibility') | int ) < 3 %}
{% if (states('sensor.pirateweather_visibility') | int ) < 3 %}
{{ [
"It is foggy outside, please exercise caution when driving. ",
"The visibility outside is quite low. If you will be driving soon, please be cautious. ",

View File

@ -86,7 +86,7 @@
"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 (states('sensor.kdfi_visibility') | int ) < 3 %}
{% if (states('sensor.pirateweather_visibility') | int ) < 3 %}
"In case you are planning to go back out, "
{{ [
"It is foggy outside, please exercise caution when driving. ",