Compare commits

...

2 Commits

Author SHA1 Message Date
b5dd9621d1 Don't turn basement heat on if it was off 2025-03-11 02:07:15 -04:00
587ac4d203 Update .HA_VERSION 2025-03-08 15:24:32 -05:00
2 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
2025.3.0
2025.3.1

View File

@ -199,11 +199,18 @@ going_upstairs:
then:
- alias: Decide basement studio heater action
if:
- condition: numeric_state
entity_id: weather.iron_nerd_weather_station
attribute: temperature
below: 32
alias: Temperature below freezing
- alias: If temp below freezing and heat is on
condition: and
conditions:
- condition: numeric_state
entity_id: weather.iron_nerd_weather_station
attribute: temperature
below: 32
alias: Temperature below freezing
- condition: state
entity_id: climate.basement_studio_vtherm
state: heat
alias: Heat on
then:
- action: climate.set_preset_mode
metadata: {}