Corrected the mapping for HA vs MySensors State (#1486)

This commit is contained in:
kaustubhphatak 2016-11-23 20:20:48 +05:30 committed by Fredrik Lindqvist
parent 0326a68363
commit 395007ba63

View File

@ -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.