Skip to content

Commit

Permalink
add short delay after stopping ble
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed Aug 8, 2024
1 parent 330d3a1 commit b7bdc2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voice-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,7 @@ voice_assistant:
on_client_connected:
- wait_until:
not: ble.enabled
- delay: 2s
- lambda: id(init_in_progress) = false;
- micro_wake_word.start:
- lambda: id(voice_assistant_phase) = ${voice_assist_idle_phase_id};
Expand Down

0 comments on commit b7bdc2b

Please sign in to comment.