From e60798da1198f009fdcb4426ae66af4441f1e3e9 Mon Sep 17 00:00:00 2001 From: Nick Sabinske Date: Fri, 31 Mar 2017 15:27:33 -0400 Subject: [PATCH] Update light.limitlessled.markdown (#2329) Addressing home-assistant/home-assistant#6382 For pull request https://github.com/quadportnick/home-assistant/commit/22c0787971c20a832a13a668dee38ff9b0c269a0 --- source/_components/light.limitlessled.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_components/light.limitlessled.markdown b/source/_components/light.limitlessled.markdown index 400a4c64d69..114da888784 100644 --- a/source/_components/light.limitlessled.markdown +++ b/source/_components/light.limitlessled.markdown @@ -35,10 +35,12 @@ light: type: rgbw name: Bathroom - host: 192.168.1.11 - bridge_led: True groups: - number: 1 name: Living Room & Hall + - number: 1 + type: bridge-led + name: Bridge Light ``` Configuration variables: @@ -47,11 +49,10 @@ Configuration variables: - **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. - - **bridge_led** (*Optional*): If True, the bridge led can be controlled. (Only supported for newer bridges with integrated led) - **groups** array (*Required*): The list of available groups. - - **number** (*Required*): Group number (`1`-`4`). Corresponds to the group number on the remote. + - **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. - - **type** (*Optional*): Type of group. Choose either `rgbww`, `rgbw` or `white`. `rgbw` is the default if you don't specify this entry. + - **type** (*Optional*): Type of group. Choose either `rgbww`, `rgbw`, `white`, or `bridge-led`. `rgbw` is the default if you don't specify this entry. Use `bridge-led` to control the built-in LED of newer WiFi bridges. ### {% linkable_title Properties %}