Forgot a word. It was bugging me.

This commit is contained in:
2023-06-01 01:04:30 -04:00
parent 26c9273cf4
commit a1aaefd9cf

View File

@ -22,7 +22,7 @@
{% endif %}
{% if is_state('binary_sensor.lightning_warning','on') %}
{% set ltgdist = (states('sensor.blitzortung_lightning_distance') | int) / 1.609 | round %}
There is lightning in the area. Nearest strike is {{ ltgdist }} away.
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.