Setting for Wyoming Satellite TTS Response

I built 2 “identical” Wyoming Satellites using a RPi Zero 2Q and 2-Mic Respeaker Hat, following the rhasspy/wyoming-satellite tutorial wyoming-satellite/docs/tutorial_2mic.md at 13bb0249310391bb7b7f6e109ddcc0d7d76223c1 · rhasspy/wyoming-satellite · GitHub

Both work well.

I essentially replicated the code for the wyoming services from the 1st device to the 2nd device. The HA settings of both devices are also the same, using a single default HA Cloud pipeline. However, the behaviour of both devices are slightly different in terms of the post execution TTS voice reponse.

In the 1st device, the TTS message is only played when the assistant cannot find a device eg. “Sorry, I couldn’t understand that”. If it finds the device and executes the action, it responses with a dull 2 dings, but no voice confirmation of the action.

In the second device, the TTS message is played if the assistant cannot find the device eg “Sorry I couldn’t understand that” (same as device 1) but also after an action is successfully completed, eg: “Turned off the switch”.

What is the setting in either HA or in the Wyoming Satellite services code, or both, that I can set on either or both devices, so that the post action TTS response from both devices is exactly the same?

Have compared the code/settings and done a search but I can’t find a specific setting which allows me to configure the same TTS response across both devices.

Any help on this would be much appreciated!

Sounds like they’ve got different areas assigned. This was a relatively recent feature addition.

Thank you very much for that!

I forgot to mention that the Assistants were assigned to different areas. I ran the tests side-by-side in the office, so the office assistant responded with the Beep Boop. The bedroom assistant responded with the confirmation TTS.

After relocating the bedroom assistant into the bedroom, I turned off a switch in the bedroom from the office assistant and I got the confirmation TTS, which didn’t make sense to me, until I saw your link.

Always learning something new each day in HA. Many thanks again for the link!