Fixing more things I shouldn't have to fix because Pirateweather

This commit is contained in:
2023-07-02 19:34:49 -04:00
parent 4ea1f19e10
commit d4073e1f0b
4 changed files with 46 additions and 20 deletions

View File

@ -10,7 +10,7 @@
{% endif %}
{% if type in ['forecast','full'] %}
{% if 14400 <= ct <= 61200 %}
The forecast high is {{ states('sensor.todays_high_temp') }}.
The forecast high is {{ states('sensor.today_corrected_high_temp') }}.
{% else %}
Overnight you can expect a low of {{ states('sensor.overnight_lowest_temperature') }}.
{% endif %}