Forgot a word. It was bugging me.
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('binary_sensor.lightning_warning','on') %}
|
{% if is_state('binary_sensor.lightning_warning','on') %}
|
||||||
{% set ltgdist = (states('sensor.blitzortung_lightning_distance') | int) / 1.609 | round %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% if states('sensor.kdfi_visibility') | int < 3 %}
|
{% if states('sensor.kdfi_visibility') | int < 3 %}
|
||||||
Caution: Current outdoor visibility is {{ states('sensor.kdfi_visibility') }} miles.
|
Caution: Current outdoor visibility is {{ states('sensor.kdfi_visibility') }} miles.
|
||||||
|
Reference in New Issue
Block a user