mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
MySensors Climate 1.0 changes
This commit is contained in:
parent
8d87a621c9
commit
76dec95bb6
@ -29,10 +29,10 @@ V_HVAC_FLOW_STATE is mapped to the state of the Climate integration in Home Assi
|
||||
|
||||
Home Assistant State | MySensors State
|
||||
---------------------|----------------
|
||||
STATE_COOL | CoolOn
|
||||
STATE_HEAT | HeatOn
|
||||
STATE_AUTO | AutoChangeOver
|
||||
STATE_OFF | Off
|
||||
HVAC_MODE_COOL | CoolOn
|
||||
HVAC_MODE_HEAT | HeatOn
|
||||
HVAC_MODE_AUTO | AutoChangeOver
|
||||
HVAC_MODE_OFF | Off
|
||||
|
||||
Currently humidity, away_mode, aux_heat, swing_mode is not supported. This will be included in later versions as feasible.
|
||||
|
||||
@ -46,7 +46,6 @@ For more information, visit the [serial api] of MySensors.
|
||||
|
||||
### Example sketch for MySensors 2.x
|
||||
|
||||
|
||||
```cpp
|
||||
/*
|
||||
* Documentation: http://www.mysensors.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user