Skip to content

Commit

Permalink
Fix LEDs stuck on startup twinkle
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Sep 26, 2024
1 parent cf7f4fc commit c2f13d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-assistant-voice.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ esp32_improv:
on_provisioned:
- lambda: id(improv_ble_in_progress) = false;
- script.execute: control_leds
on_stop:
- lambda: id(improv_ble_in_progress) = false;
- script.execute: control_leds

external_components:
- source: github://pr#7461
Expand Down

0 comments on commit c2f13d2

Please sign in to comment.