Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b5dd9621d1
|
|||
587ac4d203
|
@ -1 +1 @@
|
|||||||
2025.3.0
|
2025.3.1
|
@ -199,11 +199,18 @@ going_upstairs:
|
|||||||
then:
|
then:
|
||||||
- alias: Decide basement studio heater action
|
- alias: Decide basement studio heater action
|
||||||
if:
|
if:
|
||||||
|
- alias: If temp below freezing and heat is on
|
||||||
|
condition: and
|
||||||
|
conditions:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: weather.iron_nerd_weather_station
|
entity_id: weather.iron_nerd_weather_station
|
||||||
attribute: temperature
|
attribute: temperature
|
||||||
below: 32
|
below: 32
|
||||||
alias: Temperature below freezing
|
alias: Temperature below freezing
|
||||||
|
- condition: state
|
||||||
|
entity_id: climate.basement_studio_vtherm
|
||||||
|
state: heat
|
||||||
|
alias: Heat on
|
||||||
then:
|
then:
|
||||||
- action: climate.set_preset_mode
|
- action: climate.set_preset_mode
|
||||||
metadata: {}
|
metadata: {}
|
||||||
|
Reference in New Issue
Block a user