This section describes how to integrate Unit NeoHEX with Home Assistant.
ESP32 RMT LED Strip component supports only the ESP-IDF framework; the light component for the Arduino framework is NeoPixelBus Light. Starting with version 2026.1.0, ESPHome's default framework will change to ESP-IDF. The ESP32 RMT LED Strip component is recommended for lighting.Click EDIT on the device card to open the YAML editor.
When using Atom VoiceS3R as the host controller, its signal line is GPIO2. Add the following light configuration:
light:
- platform: esp32_rmt_led_strip
rgb_order: GRB
pin: GPIO2
num_leds: 37
chipset: WS2812
name: "Unit NeoHex"
id: neo_hex_light
restore_mode: RESTORE_DEFAULT_OFF
effects:
- random:
name: "Random"
transition_length: 1s
update_interval: 4s
...After completing the configuration and successfully flashing the firmware, locate the light entity for Unit NeoHEX in Home Assistant to control the light.