From 504b48d420859db637dd46bb0c8b07a32e35caeb Mon Sep 17 00:00:00 2001 From: Miha Lunar Date: Thu, 22 Jun 2017 07:27:21 +0200 Subject: [PATCH] Limitless led fade documentation for PR #7369 (#2865) Added an example group using the property and a short description of what the property does. --- source/_components/light.limitlessled.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/light.limitlessled.markdown b/source/_components/light.limitlessled.markdown index 4dd76e750f5..a0d0933b253 100644 --- a/source/_components/light.limitlessled.markdown +++ b/source/_components/light.limitlessled.markdown @@ -34,6 +34,10 @@ light: - number: 2 type: rgbw name: Bathroom + - number: 3 + type: rgbw + name: Kitchen + fade: on - host: 192.168.1.11 groups: - number: 1 @@ -53,6 +57,7 @@ Configuration variables: - **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`, `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. + - **fade** (*Optional*): Fade behavior. Defaults to `off`. If turned on, the group is faded out before being turned off. This makes for a more pleasing transition at the expense of wall switch usability, since the light will turn back on at the lowest brightness if it is power cycled. ### {% linkable_title Properties %}