initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
alias: Reset Climate
id: automation_reset_climate
trigger:
- platform: state
entity_id: group.my_hvac_affecting_openings
to: 'off'
for: '00:00:03'
condition:
- condition: state
entity_id: group.my_hvac_affecting_openings
state: 'off'
- condition: state
entity_id: climate.thermostat
state: 'off'
action:
- service: climate.turn_on
target:
entity_id: climate.thermostat
- service: climate.set_preset_mode
target:
entity_id: climate.thermostat
data:
preset_mode: 'auto'