disable onboard led

This commit is contained in:
2025-09-15 15:31:11 +02:00
parent 83ae4b08db
commit 663a11fc67

View File

@@ -1,6 +1,10 @@
esphome:
name: esp-control
friendly_name: ESP-CONTROL
on_boot:
priority: -100
then:
- light.turn_off: onboard_led
esp32:
board: esp32-s3-devkitc-1
@@ -155,6 +159,14 @@ text_sensor:
return {"error"};
}
light:
- platform: neopixelbus
variant: ws2812
pin: 47
num_leds: 1
name: "Onboard LED"
id: onboard_led
restore_mode: ALWAYS_OFF
internal: true
captive_portal: