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

@ -26,8 +26,8 @@
{% set ltgdist = (states('sensor.blitzortung_lightning_distance') | int) / 1.609 | round %}
There is lightning in the area. Nearest strike is {{ ltgdist }} miles away.
{% endif %}
{% if states('sensor.kdfi_visibility') | int < 3 %}
Caution: Current outdoor visibility is {{ states('sensor.kdfi_visibility') }} miles.
{% if states('sensor.pirateweather_visibility') | int < 3 %}
Caution: Current outdoor visibility is {{ states('sensor.pirateweather_visibility') }} miles.
{% endif %}
{% endif %}
{% elif method == 'tts' %}
@ -56,7 +56,7 @@
] | random }}
"The nearest lightning strike is {{ ltgdist }} miles away. "
{% 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. ",