mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-23 03:16:49 +00:00
869 B
869 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured |
---|---|---|---|---|---|---|---|---|---|---|
page | MySensors Light | Instructions how to integrate MySensors lights into Home Assistant. | 2016-02-15 17:37 +0100 | true | false | true | true | mysensors.png | Light | false |
Integrates MySensors lights 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_LIGHT | V_LIGHT |
S_DIMMER | V_DIMMER |
MySensors version 1.5 and higher
S_TYPE | V_TYPE |
---|---|
S_LIGHT | V_STATUS |
S_DIMMER | V_PERCENTAGE |
S_RGB_LIGHT | V_RGB |
For more information, visit the serial api of MySensors.