diff --git a/packages/climate/climate.yaml b/packages/climate/climate.yaml index de59e9a..4f2dd54 100644 --- a/packages/climate/climate.yaml +++ b/packages/climate/climate.yaml @@ -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)