mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 09:17:35 +00:00
1.0 KiB
1.0 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured |
---|---|---|---|---|---|---|---|---|---|---|
page | MySensors Switch | Instructions how to integrate MySensors switches into Home Assistant. | 2016-01-17 15:49 | true | false | true | true | mysensors.png | Switch | false |
Integrates MySensors switches into Home Assistant. See the main component for configuration instructions.
The following actuator types are supported:
MySensors version 1.4 and higher
S_TYPE | V_TYPE |
---|---|
S_DOOR | V_ARMED |
S_MOTION | V_ARMED |
S_SMOKE | V_ARMED |
S_LIGHT | V_LIGHT |
S_LOCK | V_LOCK_STATUS |
MySensors version 1.5 and higher
S_TYPE | V_TYPE |
---|---|
S_LIGHT | V_STATUS |
S_BINARY | V_STATUS, V_LIGHT |
S_SPRINKLER | V_STATUS |
S_WATER_LEAK | V_ARMED |
S_SOUND | V_ARMED |
S_VIBRATION | V_ARMED |
S_MOISTURE | V_ARMED |
For more information, visit the serial api of MySensors.