From a730e5ac355b2cae849fd21a23be02cc449b1f7f Mon Sep 17 00:00:00 2001 From: elithe1 Date: Mon, 16 May 2022 23:31:00 +0300 Subject: [PATCH] Update sensibo.markdown (#22783) Co-authored-by: Franck Nijhof --- source/_integrations/sensibo.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sensibo.markdown b/source/_integrations/sensibo.markdown index 7412ad23e02..192598cb641 100644 --- a/source/_integrations/sensibo.markdown +++ b/source/_integrations/sensibo.markdown @@ -92,13 +92,13 @@ switch: target: entity_id: climate.ac data: - hvac_mode: cool + hvac_mode: "cool" turn_off: service: climate.set_hvac_mode target: entity_id: climate.ac data: - hvac_mode: off + hvac_mode: "off" ``` {% endraw %}