From 76121c7b98fe32d4e121f3be2363a0c728cd4ae7 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 4 Jun 2022 14:48:08 -0700 Subject: [PATCH] Update Climate Package --- packages/climate/climate.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/climate/climate.yaml b/packages/climate/climate.yaml index 0fcfe98..de59e9a 100644 --- a/packages/climate/climate.yaml +++ b/packages/climate/climate.yaml @@ -31,14 +31,14 @@ automation: to: 'on' for: minutes: 5 - condition: "{{ not is_state('input_select.climate_control_mode', 'Paused') }}" + condition: "{{ not is_state('input_select.climate_mode', 'Paused') }}" action: - service: scene.create data: scene_id: hvac_restore_state snapshot_entities: climate.thermostat - input_select.climate_control_mode + input_select.climate_mode - service: climate.set_hvac_mode target: entity_id: climate.thermostat @@ -46,7 +46,7 @@ automation: hvac_mode: "off" - service: input_select.select_option target: - entity_id: input_select.climate_control_mode + entity_id: input_select.climate_mode data: option: Paused @@ -65,7 +65,7 @@ automation: to: 'off' for: minutes: 5 - condition: "{{ is_state('input_select.climate_control_mode', 'Paused') }}" + condition: "{{ is_state('input_select.climate_mode', 'Paused') }}" action: - service: scene.turn_on target: