From e14eb17e83c70811fbad004d9b0f024ecfa2508e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 4 Apr 2022 13:42:18 -0400 Subject: [PATCH] Tweaked cold vs chilly just a tad in clothing forecast --- packages/custom_weather.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 7085067..3eb5148 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -619,7 +619,7 @@ sensor: {% elif states('sensor.todays_high_temp')|int < 64 %} {%- if states('sensor.todays_high_temp')|int < 32 %} Freezing - {% elif states('sensor.todays_high_temp')|int > 50 %} + {% elif states('sensor.todays_high_temp')|int > 48 %} Chilly {% else %} Cold