From dc5878dfa32a45a9ffaf3d75ba68953f484965ab Mon Sep 17 00:00:00 2001 From: cgtobi Date: Thu, 18 Jul 2019 17:28:21 +0200 Subject: [PATCH] Mode `on` is now `heat` (#9893) --- source/_components/climate.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/climate.mqtt.markdown b/source/_components/climate.mqtt.markdown index a63d82d8ac4..575d753fb42 100644 --- a/source/_components/climate.mqtt.markdown +++ b/source/_components/climate.mqtt.markdown @@ -282,7 +282,7 @@ climate: name: Study modes: - "off" - - "on" + - "heat" - "auto" mode_command_topic: "study/ac/mode/set" mode_state_topic: "study/ac/mode/state"