From 395007ba63aebedcdb72445ba6929b6446d00a6e Mon Sep 17 00:00:00 2001 From: kaustubhphatak Date: Wed, 23 Nov 2016 20:20:48 +0530 Subject: [PATCH] Corrected the mapping for HA vs MySensors State (#1486) --- source/_components/climate.mysensors.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/climate.mysensors.markdown b/source/_components/climate.mysensors.markdown index 1c1ce8cea03..3d3443dfe9f 100644 --- a/source/_components/climate.mysensors.markdown +++ b/source/_components/climate.mysensors.markdown @@ -29,8 +29,8 @@ Home Assistant State | MySensors State ---------------------|---------------- STATE_COOL | CoolOn STATE_HEAT | HeatOn -STATE_AUTO | Off -STATE_OFF | AutoChangeOver +STATE_AUTO | AutoChangeOver +STATE_OFF | Off Currently humidity, away_mode, aux_heat, swing_mode is not supported. This will be included in later versions as feasible.