How to add extra switch to to start conversation with the assist #88
witold-gren
started this conversation in
Show and tell
Replies: 1 comment 12 replies
-
Hi @witold-gren Question: Do you use the improved audio part (adf_pipline) or the arduino framework? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you need add extra button which you will just click to start conversation with the assist without use wake work just copy yaml configuration below and add it to
switch
configuration:after that you will see extra button which you can you in your automation.

BTW. Before you start using
start_va
esphome script you must always disableuse_wake_word
. This button solve this problem because the do automatically for you 😀This configuration will not turn off switch when voice_assistant will finish pipeline. If it is important to you to auto disable this switch and enable wake_words then you must add one extra line
switch.turn_off: listen_once
tovoice_assistant
configuration:Beta Was this translation helpful? Give feedback.
All reactions