Skip to content

Commit 504b48d

Browse files
SmilyOrgballoob
authored andcommitted
Limitless led fade documentation for PR home-assistant#7369 (home-assistant#2865)
Added an example group using the property and a short description of what the property does.
1 parent ed3de4b commit 504b48d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_components/light.limitlessled.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ light:
3434
- number: 2
3535
type: rgbw
3636
name: Bathroom
37+
- number: 3
38+
type: rgbw
39+
name: Kitchen
40+
fade: on
3741
- host: 192.168.1.11
3842
groups:
3943
- number: 1
@@ -53,6 +57,7 @@ Configuration variables:
5357
- **number** (*Required*): Group number (`1`-`4`). Corresponds to the group number on the remote. These numbers may overlap only if the type is different.
5458
- **name** (*Required*): Any name you'd like. Must be unique among all configured groups.
5559
- **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.
60+
- **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.
5661

5762
### {% linkable_title Properties %}
5863

0 commit comments

Comments
 (0)