Update Climate Package

This commit is contained in:
2022-06-04 15:01:51 -07:00
parent 76121c7b98
commit 04e1b0ecc8

View File

@@ -37,8 +37,8 @@ automation:
data:
scene_id: hvac_restore_state
snapshot_entities:
climate.thermostat
input_select.climate_mode
- climate.thermostat
- input_select.climate_mode
- service: climate.set_hvac_mode
target:
entity_id: climate.thermostat
@@ -49,6 +49,9 @@ automation:
entity_id: input_select.climate_mode
data:
option: Paused
- service: notify.telegram_home
data:
message: HVAC Paused (Window or Door Open)
- alias: Restore HVAC when Doors/Windows Closed
mode: queued
@@ -70,3 +73,6 @@ automation:
- service: scene.turn_on
target:
entity_id: scene.hvac_restore_state
- service: notify.telegram_home
data:
message: HVAC Restored (Window or Door Open)