
CONTINUE.

New Device Setup to enter the device creation wizard.
NEXT.
ESP32S3.
SKIP to skip the encryption key setup.
EDIT to open the YAML editor and customize the device configuration.
Add the Sensor component to read the potentiometer value.
sensor:
- platform: adc
pin: GPIO1
name: "Fader ADC"
id: fader_adc
update_interval: 100ms
attenuation: 12db
filters:
- exponential_moving_average:
alpha: 0.2 Add the Light component to control the LED strip.
light:
- platform: esp32_rmt_led_strip
rgb_order: GRB
pin: GPIO2
num_leds: 14
name: "Fader LED Strip"
id: led_strip
chipset: ws2812 SAVE in the top right, then click INSTALL.
Manual Download.
Download and choose Factory format (Previously Modern) to save the firmware file locally.
CONNECT.

INSTALL.

Settings > Devices & Services to open the integration management page.
Discovered section, find the Unit Fader device, click CONFIGURE, and follow the wizard to complete the setup.

