From 140fa1881005546a53e9957feb92259ea3470c8e Mon Sep 17 00:00:00 2001 From: MartinHjelmare Date: Wed, 2 Mar 2016 18:33:32 +0100 Subject: [PATCH] Update mysensors light and switch pages Clarify some of the V_TYPES used for these actuators. --- source/_components/light.mysensors.markdown | 12 +++++++----- source/_components/switch.mysensors.markdown | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/source/_components/light.mysensors.markdown b/source/_components/light.mysensors.markdown index 94b01e77d2e..f6a74f40f8b 100644 --- a/source/_components/light.mysensors.markdown +++ b/source/_components/light.mysensors.markdown @@ -2,7 +2,7 @@ layout: page title: "MySensors Light" description: "Instructions how to integrate MySensors lights into Home Assistant." -date: 2016-02-15 17:37 +0100 +date: 2016-03-02 18:20 +0100 sidebar: true comments: false sharing: true @@ -16,18 +16,20 @@ Integrates MySensors lights into Home Assistant. See the [main component] for co The following actuator types are supported: -##### MySensors version 1.4 and higher +##### MySensors version 1.4 S_TYPE | V_TYPE ---------|-------------- -S_DIMMER | V_DIMMER +S_DIMMER | V_DIMMER\*, V_LIGHT\* ##### MySensors version 1.5 and higher S_TYPE | V_TYPE ------------|------------- -S_DIMMER | V_PERCENTAGE -S_RGB_LIGHT | V_RGB +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. diff --git a/source/_components/switch.mysensors.markdown b/source/_components/switch.mysensors.markdown index 6b5bb9ea45f..f79cd8b8f29 100644 --- a/source/_components/switch.mysensors.markdown +++ b/source/_components/switch.mysensors.markdown @@ -2,7 +2,7 @@ layout: page title: "MySensors Switch" description: "Instructions how to integrate MySensors switches into Home Assistant." -date: 2016-02-28 01:20 +0100 +date: 2016-03-02 18:20 +0100 sidebar: true comments: false sharing: true @@ -31,7 +31,7 @@ S_LOCK | V_LOCK_STATUS S_TYPE | V_TYPE -------------|------------------ S_LIGHT | V_STATUS -S_BINARY | V_STATUS, V_LIGHT +S_BINARY | [V_STATUS or V_LIGHT] S_SPRINKLER | V_STATUS S_WATER_LEAK | V_ARMED S_SOUND | V_ARMED