From 663a11fc67af603e786de16ce2355a8207fd0928 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Mon, 15 Sep 2025 15:31:11 +0200 Subject: [PATCH] disable onboard led --- filter_v2_fan.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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: