From 323874b76a9c5060f4ea4ef9ce52b337ad0334ca Mon Sep 17 00:00:00 2001 From: Alexander Dimitrov Date: Wed, 14 Jun 2023 09:42:23 +0300 Subject: [PATCH] Add warning addressable lights on esp-idf (#2989) --- components/light/fastled.rst | 6 ++++++ components/light/neopixelbus.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/components/light/fastled.rst b/components/light/fastled.rst index 9cf7cb482..5cceb0992 100644 --- a/components/light/fastled.rst +++ b/components/light/fastled.rst @@ -20,6 +20,12 @@ FastLED Light - https://github.com/FastLED/FastLED/issues/1322 - https://github.com/FastLED/FastLED/issues/1264 +.. warning:: + + FastLED does **not** work with ESP-IDF. + + For addressable lights, you can use :doc:`esp32_rmt_led_strip`. + .. _fastled-clockless: Clockless diff --git a/components/light/neopixelbus.rst b/components/light/neopixelbus.rst index cc5808a11..3eed9eff0 100644 --- a/components/light/neopixelbus.rst +++ b/components/light/neopixelbus.rst @@ -5,6 +5,12 @@ NeoPixelBus Light :description: Instructions for setting up Neopixel addressable lights. :image: color_lens.svg +.. warning:: + + NeoPixelBus does **not** work with ESP-IDF. + + For addressable lights, you can use :doc:`esp32_rmt_led_strip`. + The ``neopixelbus`` light platform allows you to create RGB lights in ESPHome for an individually addressable lights like NeoPixel or WS2812.