Update Climate Package
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user