From a1aaefd9cf435d10446cd76da063ea650f5d6594 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 1 Jun 2023 01:04:30 -0400 Subject: [PATCH] Forgot a word. It was bugging me. --- custom_templates/weather.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_templates/weather.jinja b/custom_templates/weather.jinja index 9aab118..c35b7c8 100644 --- a/custom_templates/weather.jinja +++ b/custom_templates/weather.jinja @@ -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.