The Unit NeoHEX controls the color and brightness of its hexagonal RGB LED panel through a Light entity.
| Item | Information |
|---|---|
| Product name | Unit NeoHEX |
| SKU | A045-B |
| Main functions | Control of 37 RGB LEDs |
| Communication interface | GPIO |
| ESPHome components | esp32_rmt_led_strip, |
| eopixelbus | |
| ESPHome version requirement | / |
Add a Light component and change pin to match the actual controller wiring:
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: 4sFor more lighting effects, see ESPHome Light Effects.
After the configuration is applied and the device is connected to Home Assistant, use the Unit NeoHEX Light entity to control color, brightness, and lighting effects.