Tweaked cold vs chilly just a tad in clothing forecast

This commit is contained in:
2022-04-04 13:42:18 -04:00
parent c5bfda2edb
commit e14eb17e83

View File

@ -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