mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Removes now invalid Sensibo automation example
This commit is contained in:
parent
4930e5e1d3
commit
c36bab54d2
@ -67,12 +67,14 @@ switch:
|
||||
friendly_name: "AC"
|
||||
value_template: "{{ is_state('climate.ac', 'cool') or is_state('climate.ac', 'heat') or is_state('climate.ac', 'dry') or is_state('climate.ac', 'heat')}}"
|
||||
turn_on:
|
||||
service: climate.turn_on
|
||||
service: climate.set_havc_mode
|
||||
data:
|
||||
entity_id: climate.ac
|
||||
hvac_mode: off
|
||||
turn_off:
|
||||
service: climate.turn_off
|
||||
service: climate.set_havc_mode
|
||||
data:
|
||||
entity_id: climate.ac
|
||||
hvac_mode:
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user