Improved forecast for the actual overnight low temperature

This commit is contained in:
2023-04-04 22:46:45 -04:00
parent d074205ef4
commit 04ac0bcb33
3 changed files with 73 additions and 16 deletions

View File

@ -458,7 +458,7 @@
</p>
<p>
{% if (states('sensor.tonights_low_temp') | int) <= (states('input_number.overnight_low_threshold') | int ) %}
{% if (states('sensor.overnight_lowest_temperature') | int) <= (states('input_number.overnight_low_threshold') | int ) %}
"It will be very cold tonight, make sure to use extra blankets, wear more clothes, or whatever else will help you stay warm! Additionally, make sure Emma's heater is set high enough!"
{% endif %}
</p>