Tweaked cold vs chilly just a tad in clothing forecast
This commit is contained in:
@ -619,7 +619,7 @@ sensor:
|
|||||||
{% elif states('sensor.todays_high_temp')|int < 64 %}
|
{% elif states('sensor.todays_high_temp')|int < 64 %}
|
||||||
{%- if states('sensor.todays_high_temp')|int < 32 %}
|
{%- if states('sensor.todays_high_temp')|int < 32 %}
|
||||||
Freezing
|
Freezing
|
||||||
{% elif states('sensor.todays_high_temp')|int > 50 %}
|
{% elif states('sensor.todays_high_temp')|int > 48 %}
|
||||||
Chilly
|
Chilly
|
||||||
{% else %}
|
{% else %}
|
||||||
Cold
|
Cold
|
||||||
|
Reference in New Issue
Block a user