Update sensibo.markdown (#22783)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
elithe1 2022-05-16 23:31:00 +03:00 committed by GitHub
parent 82b975782c
commit a730e5ac35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,13 +92,13 @@ switch:
target: target:
entity_id: climate.ac entity_id: climate.ac
data: data:
hvac_mode: cool hvac_mode: "cool"
turn_off: turn_off:
service: climate.set_hvac_mode service: climate.set_hvac_mode
target: target:
entity_id: climate.ac entity_id: climate.ac
data: data:
hvac_mode: off hvac_mode: "off"
``` ```
{% endraw %} {% endraw %}