diff --git a/filter_v2_fan.yaml b/filter_v2_fan.yaml index 64abc9d..60192bc 100644 --- a/filter_v2_fan.yaml +++ b/filter_v2_fan.yaml @@ -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: