Skip to content

Commit 904568c

Browse files
authored
add is_wrgb to esp32_rmt_led_strip (#3590)
1 parent d0a2aab commit 904568c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/light/esp32_rmt_led_strip.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Configuration variables
4444
- ``BRG``
4545

4646
- **is_rgbw** (*Optional*, boolean): Set to ``true`` if the strip is RGBW. Defaults to ``false``.
47+
- **is_wrgb** (*Optional*, boolean): Set to ``true`` if the strip is WRGB. Defaults to ``false``.
4748
- **max_refresh_rate** (*Optional*, :ref:`config-time`):
4849
A time interval used to limit the number of commands a light can handle per second. For example
4950
16ms will limit the light to a refresh rate of about 60Hz. Defaults to sending commands as quickly as

0 commit comments

Comments
 (0)