Dear HA Community,
I need some final assistance with my local Voice Assistant setup.
My ReSpeaker XVF3800/XIAO ESP32S3 was added via HA and is connected to my Wi-Fi. I used the ESPHome Device Builder add-on to take control but have made no manual YAML edits. The pipeline (Whisper/Piper/German) is working for processing.
The Two Core Issues
Incorrect Audio Output (TTS): Piper's voice responses are playing through the USB audio output of the ReSpeaker (i.e., my laptop headphones), even though my Sonos Five is integrated into HA. The option to assign the media_player is missing from the HA UI.
No Wake Word Recognition: The ReSpeaker does not react to the wake word (Hey Assist).
My Question
Since both the UI speaker assignment and the mic activation are failing:
Do I definitively need to manually edit the YAML configuration within the ESPHome add-on to add the required blocks (voice_assistant: with microphone: and media_player:) to solve both problems simultaneously?
I am looking for the simplest, most reliable fix for these two common issues.
Thanks for any input!