diff --git a/content/components/light/esp32_rmt_led_strip.md b/content/components/light/esp32_rmt_led_strip.md index 79b9949f95..86fda363ff 100644 --- a/content/components/light/esp32_rmt_led_strip.md +++ b/content/components/light/esp32_rmt_led_strip.md @@ -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.