home-assistant.io/source/_components/light.mysensors.markdown
MartinHjelmare 140fa18810 Update mysensors light and switch pages
Clarify some of the V_TYPES used for these actuators.
2016-03-02 18:35:30 +01:00

1.1 KiB

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-03-02 18:20 +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
S_TYPE V_TYPE
S_DIMMER V_DIMMER*, V_LIGHT*
MySensors version 1.5 and higher
S_TYPE V_TYPE
S_DIMMER [V_DIMMER* or V_PERCENTAGE*], [V_LIGHT* or V_STATUS*]
S_RGB_LIGHT V_RGB*, [V_LIGHT* or V_STATUS*], [V_DIMMER or V_PERCENTAGE]

V_TYPES with a star (*) denotes required V_TYPES. Use either V_LIGHT or V_STATUS and either V_DIMMER or V_PERCENTAGE for an applicable actuator.

For more information, visit the serial api of MySensors.