Always says "done"

I am using Home Assistant in combination with a microphone and a speaker. I have set up my automation so that the assistant responds to certain phrases after it hears the wake word “openwakeword.”
After each executed automation, the assistant always says “done,” which I find particularly annoying.
Could you please assist me in resolving these issues and explain how I can replace the “done” response with a different confirmation or no response at all?
Thank you in advance.

I have the same problem.

Supposedly you can set the response (see: 2024.2: More voice, more icons, more integrations, more... everything! - Home Assistant) but in my case, in a script exposed to voice, it is not working.
It always responds with “started”.

Have you discovered how to change the default response of “started” when starting scripts to something else (or nothing, ideally)?

No. What I did is to remove the script’s aliases and “un-expose” it from voice assistants and then create a simple voice-assistant-exposed automation triggered by voice with the same aliases. The automation then simply call the initial script. Lastly, there is an action to set the intent response to nothing.

1 Like