Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/components/light/esp32_rmt_led_strip.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ light:
name: "My Light"
```

**Important note** In some specific cases, the RMT component might cause flicker of longer LED strips. The fix seem to be to disable the wifi power saving by setting
[power_save_mode](/components/wifi/#power-save-mode) to none in [wifi component](/components/wifi).

## Configuration variables

- **pin** (**Required**, [Pin](#config-pin)): The pin for the data line of the light.
Expand Down