disable onboard led
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user