This time it's the National Weather Service being unreliable... #89
This commit is contained in:
@ -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. ",
|
||||
|
@ -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. ",
|
||||
|
Reference in New Issue
Block a user