Removes now invalid Sensibo automation example

This commit is contained in:
Franck Nijhof 2019-07-06 22:44:56 +02:00
parent 4930e5e1d3
commit c36bab54d2
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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 %}