mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-30 16:27:37 +00:00
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured |
---|---|---|---|---|---|---|---|---|---|---|
page | MySensors Binary Sensor | Instructions how to integrate MySensors binary sensors into Home Assistant. | 2016-02-27 20:13 +0100 | true | false | true | true | mysensors.png | Binary Sensor | false |
Integrates MySensors binary sensors into Home Assistant. See the main component for configuration instructions.
The following sensor types are supported:
MySensors version 1.4 and higher
S_TYPE | V_TYPE |
---|---|
S_DOOR | V_TRIPPED |
S_MOTION | V_TRIPPED |
S_SMOKE | V_TRIPPED |
MySensors version 1.5 and higher
S_TYPE | V_TYPE |
---|---|
S_SPRINKLER | V_TRIPPED |
S_WATER_LEAK | V_TRIPPED |
S_SOUND | V_TRIPPED, V_LEVEL |
S_VIBRATION | V_TRIPPED, V_LEVEL |
S_MOISTURE | V_TRIPPED, V_LEVEL |
For more information, visit the serial api of MySensors.