Skip to content

Commit

Permalink
New start-up animation (#124)
Browse files Browse the repository at this point in the history
* New start-up animation

* lint fix
  • Loading branch information
jlpouffier authored Sep 17, 2024
1 parent 3c23656 commit 3b9b09f
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 145 deletions.
11 changes: 11 additions & 0 deletions home-assistant-voice.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ improv_serial:

esp32_improv:
authorizer: center_button
on_awaiting_authorization:
- lambda: id(improv_ble_in_progress) = true;
- script.execute: control_leds
on_provisioned:
- lambda: id(improv_ble_in_progress) = false;
- script.execute: control_leds

external_components:
- source: github://pr#7461
components: [esp32_improv]
refresh: 0s
Loading

0 comments on commit 3b9b09f

Please sign in to comment.