mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Merge pull request #273 from MartinHjelmare/mysensors-light-update
Update mysensors light and switch pages
This commit is contained in:
commit
d3c9849098
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "MySensors Light"
|
title: "MySensors Light"
|
||||||
description: "Instructions how to integrate MySensors lights into Home Assistant."
|
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
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -16,18 +16,20 @@ Integrates MySensors lights into Home Assistant. See the [main component] for co
|
|||||||
|
|
||||||
The following actuator types are supported:
|
The following actuator types are supported:
|
||||||
|
|
||||||
##### MySensors version 1.4 and higher
|
##### MySensors version 1.4
|
||||||
|
|
||||||
S_TYPE | V_TYPE
|
S_TYPE | V_TYPE
|
||||||
---------|--------------
|
---------|--------------
|
||||||
S_DIMMER | V_DIMMER
|
S_DIMMER | V_DIMMER\*, V_LIGHT\*
|
||||||
|
|
||||||
##### MySensors version 1.5 and higher
|
##### MySensors version 1.5 and higher
|
||||||
|
|
||||||
S_TYPE | V_TYPE
|
S_TYPE | V_TYPE
|
||||||
------------|-------------
|
------------|-------------
|
||||||
S_DIMMER | V_PERCENTAGE
|
S_DIMMER | [V_DIMMER\* or V_PERCENTAGE\*], [V_LIGHT\* or V_STATUS\*]
|
||||||
S_RGB_LIGHT | V_RGB
|
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.
|
For more information, visit the [serial api] of MySensors.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "MySensors Switch"
|
title: "MySensors Switch"
|
||||||
description: "Instructions how to integrate MySensors switches into Home Assistant."
|
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
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -31,7 +31,7 @@ S_LOCK | V_LOCK_STATUS
|
|||||||
S_TYPE | V_TYPE
|
S_TYPE | V_TYPE
|
||||||
-------------|------------------
|
-------------|------------------
|
||||||
S_LIGHT | V_STATUS
|
S_LIGHT | V_STATUS
|
||||||
S_BINARY | V_STATUS, V_LIGHT
|
S_BINARY | [V_STATUS or V_LIGHT]
|
||||||
S_SPRINKLER | V_STATUS
|
S_SPRINKLER | V_STATUS
|
||||||
S_WATER_LEAK | V_ARMED
|
S_WATER_LEAK | V_ARMED
|
||||||
S_SOUND | V_ARMED
|
S_SOUND | V_ARMED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user