mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update sensibo.markdown (#10004)
This commit is contained in:
parent
bbf18982e4
commit
44213344d4
@ -61,12 +61,12 @@ switch:
|
|||||||
friendly_name: "AC"
|
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', 'fan_only') }}"
|
value_template: "{{ is_state('climate.ac', 'cool') or is_state('climate.ac', 'heat') or is_state('climate.ac', 'dry') or is_state('climate.ac', 'fan_only') }}"
|
||||||
turn_on:
|
turn_on:
|
||||||
service: climate.set_havc_mode
|
service: climate.set_hvac_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.ac
|
entity_id: climate.ac
|
||||||
hvac_mode: cool
|
hvac_mode: cool
|
||||||
turn_off:
|
turn_off:
|
||||||
service: climate.set_havc_mode
|
service: climate.set_hvac_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.ac
|
entity_id: climate.ac
|
||||||
hvac_mode: off
|
hvac_mode: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user