From eba065dd2d8a1a75a5298066142cd3c0af377b94 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 22 Sep 2025 01:13:29 -0400 Subject: [PATCH] Add boot startup LED flashes Helpful to signal successful boot when enclosed. --- supersensor.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/supersensor.yaml b/supersensor.yaml index 8e95a7e..053bec3 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -36,6 +36,14 @@ esphome: id(pir_presence).publish_state(false); id(light_presence).publish_state(false); id(radar_presence).publish_state(false); + - priority: 100 + then: + - light.turn_on: + id: output_led + effect: flash_white + - delay: 2s + - light.turn_off: + id: output_led - priority: -100 then: - if: