Add boot startup LED flashes
Helpful to signal successful boot when enclosed.
This commit is contained in:
@@ -36,6 +36,14 @@ esphome:
|
|||||||
id(pir_presence).publish_state(false);
|
id(pir_presence).publish_state(false);
|
||||||
id(light_presence).publish_state(false);
|
id(light_presence).publish_state(false);
|
||||||
id(radar_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
|
- priority: -100
|
||||||
then:
|
then:
|
||||||
- if:
|
- if:
|
||||||
|
Reference in New Issue
Block a user