From 834c02a23230b1d3236dbbad461ed6dc44dd56c2 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Fri, 5 May 2017 07:40:15 +0200 Subject: [PATCH] Replacement for #2171 (#2569) Replaces #2171 for Limitlessled due to merge failures. --- source/_components/light.limitlessled.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/light.limitlessled.markdown b/source/_components/light.limitlessled.markdown index 114da888784..4dd76e750f5 100644 --- a/source/_components/light.limitlessled.markdown +++ b/source/_components/light.limitlessled.markdown @@ -47,8 +47,8 @@ Configuration variables: - **bridges** array (*Required*): - **host** (*Required*): IP address of the device, eg. `192.168.1.32` - - **version** (*Optional*): Bridge version (default is `6`). Don't use if you aren't sure. - - **port** (*Optional*): Bridge port. Defaults to 5987. + - **version** (*Optional*): Bridge version (default is `6`). + - **port** (*Optional*): Bridge port. Defaults to 5987. For older bridges than v6 choose `8899`. - **groups** array (*Required*): The list of available groups. - **number** (*Required*): Group number (`1`-`4`). Corresponds to the group number on the remote. These numbers may overlap only if the type is different. - **name** (*Required*): Any name you'd like. Must be unique among all configured groups. @@ -58,7 +58,7 @@ Configuration variables: Refer to the [light]({{site_root}}/components/light/) documentation for general property usage, but keep in mind the following notes specific to LimitlessLED. -- **RGBWW** +- **RGBWW** (Only supported on v6 bridges) - *Color*: There are 25,856 color possibilities along the LimitlessLED color spectrum. For colors, hue and saturation can be used, but not lightness. If you select a color with lightness, Home Assistant will calculate the nearest valid LimitlessLED color. In white mode the temperature can be set. - *Temperature*: There are 101 temperature steps. - *Brightness*: There are 101 brightness steps.