Update Climate Package
This commit is contained in:
@@ -31,14 +31,14 @@ automation:
|
|||||||
to: 'on'
|
to: 'on'
|
||||||
for:
|
for:
|
||||||
minutes: 5
|
minutes: 5
|
||||||
condition: "{{ not is_state('input_select.climate_control_mode', 'Paused') }}"
|
condition: "{{ not is_state('input_select.climate_mode', 'Paused') }}"
|
||||||
action:
|
action:
|
||||||
- service: scene.create
|
- service: scene.create
|
||||||
data:
|
data:
|
||||||
scene_id: hvac_restore_state
|
scene_id: hvac_restore_state
|
||||||
snapshot_entities:
|
snapshot_entities:
|
||||||
climate.thermostat
|
climate.thermostat
|
||||||
input_select.climate_control_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
|
||||||
@@ -46,7 +46,7 @@ automation:
|
|||||||
hvac_mode: "off"
|
hvac_mode: "off"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: input_select.climate_control_mode
|
entity_id: input_select.climate_mode
|
||||||
data:
|
data:
|
||||||
option: Paused
|
option: Paused
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ automation:
|
|||||||
to: 'off'
|
to: 'off'
|
||||||
for:
|
for:
|
||||||
minutes: 5
|
minutes: 5
|
||||||
condition: "{{ is_state('input_select.climate_control_mode', 'Paused') }}"
|
condition: "{{ is_state('input_select.climate_mode', 'Paused') }}"
|
||||||
action:
|
action:
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
target:
|
target:
|
||||||
|
|||||||
Reference in New Issue
Block a user