Skip to content

Commit 98618fa

Browse files
wuubballoob
authored andcommitted
document flux_led rgbw mode change (home-assistant#2472)
1 parent 2eab0d5 commit 98618fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/light.flux_led.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Configuration variables within devices list:
5454
5555
<p class='note'>
5656
Depending on your controller or bulb type, there are two ways to configure brightness.
57-
The component defaults to rgbw. If your device has a separate white channel, you do not need to specify anything else; changing the brighness will set the device to white with your chosen brightness. However, if your device does not have a separate white channel, you will need to set the mode to rgb. In this mode, the device will keep the same color, and adjust the rgb values to dim or brighten the color.
57+
The component defaults to rgbw. If your device has a separate white channel, you do not need to specify anything else; changing the white value will adjust the brightness of white channel keeping rgb color constant. However, if your device does not have a separate white channel, you will need to set the mode to rgb. In this mode, the device will keep the same color, and adjust the rgb values to dim or brighten the color.
5858
</p>
5959
6060
@@ -101,7 +101,7 @@ Will add a light without the white mode:
101101
mode: "rgb"
102102
```
103103
104-
Will add a light with white mode (default). Changing the brightness will set the bulb in white mode:
104+
Will add a light with rgb+white mode (default). White and RGB channels can be adjusted independently using a slider and color picker respectively.
105105
106106
```yaml
107107
192.168.1.10:

0 commit comments

Comments
 (0)