I received my LocalDeck today, added it to Home Assistant, and am trying to install a very basic config where I’ve named one button and linked it to a device. I get the following error when I try to install. Help please?
`INFO ESPHome 2025.4.2
INFO Reading configuration /config/esphome/esphome-web-49d2d0.yaml…
WARNING GPIO8 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
Failed config
light.esp32_rmt_led_strip: [source /config/esphome/esphome-web-49d2d0.yaml:86]
platform: esp32_rmt_led_strip
name: Ledstrip
id: ledstrip
rgb_order: GRB
pin: GPIO8
This feature is not available for the IDF framework version 5.
rmt_channel: 0
num_leds: 24
chipset: SK6812
restore_mode: RESTORE_AND_OFF
effects:
- addressable_rainbow:
name: Addressable Rainbow`