Update Climate Package
This commit is contained in:
@@ -37,8 +37,8 @@ automation:
|
|||||||
data:
|
data:
|
||||||
scene_id: hvac_restore_state
|
scene_id: hvac_restore_state
|
||||||
snapshot_entities:
|
snapshot_entities:
|
||||||
climate.thermostat
|
- climate.thermostat
|
||||||
input_select.climate_mode
|
- input_select.climate_mode
|
||||||
- service: climate.set_hvac_mode
|
- service: climate.set_hvac_mode
|
||||||
target:
|
target:
|
||||||
entity_id: climate.thermostat
|
entity_id: climate.thermostat
|
||||||
@@ -49,6 +49,9 @@ automation:
|
|||||||
entity_id: input_select.climate_mode
|
entity_id: input_select.climate_mode
|
||||||
data:
|
data:
|
||||||
option: Paused
|
option: Paused
|
||||||
|
- service: notify.telegram_home
|
||||||
|
data:
|
||||||
|
message: HVAC Paused (Window or Door Open)
|
||||||
|
|
||||||
- alias: Restore HVAC when Doors/Windows Closed
|
- alias: Restore HVAC when Doors/Windows Closed
|
||||||
mode: queued
|
mode: queued
|
||||||
@@ -70,3 +73,6 @@ automation:
|
|||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: scene.hvac_restore_state
|
entity_id: scene.hvac_restore_state
|
||||||
|
- service: notify.telegram_home
|
||||||
|
data:
|
||||||
|
message: HVAC Restored (Window or Door Open)
|
||||||
|
|||||||
Reference in New Issue
Block a user