Corrected the mapping for HA vs MySensors State (#1486)
This commit is contained in:
parent
0326a68363
commit
395007ba63
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue