Updated #136 to fix the Climate Service Breaking Change.
This commit is contained in:
parent
334d4e030b
commit
9cf61ea049
|
@ -237,10 +237,9 @@ automation:
|
|||
value_template: "{{ states('climate.downstairs') != 'off' }}"
|
||||
|
||||
action:
|
||||
- service: climate.set_operation_mode
|
||||
- service: climate.turn_off
|
||||
data:
|
||||
entity_id: climate.downstairs
|
||||
operation_mode: 'off'
|
||||
- service: script.speech_engine
|
||||
data_template:
|
||||
value1: "The {{ trigger.to_state.attributes.friendly_name }} has been opened for about 5 minutes. I will shut down the Air Conditioner so you can enjoy the fresh air."
|
||||
|
@ -262,10 +261,10 @@ automation:
|
|||
value_template: "{{ states('climate.downstairs') == 'off' }}"
|
||||
|
||||
action:
|
||||
- service: climate.set_operation_mode
|
||||
- service: climate.set_hvac_mode
|
||||
data:
|
||||
entity_id: climate.downstairs
|
||||
operation_mode: 'auto'
|
||||
hvac_mode: 'auto'
|
||||
|
||||
#-------------------------------------------#-------------------------------------------
|
||||
- alias: 'Alarm lights in Living room'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue