Lately, I’ve been browsing the internet trying to figure out why there’s no sound when a timer expires after setting it with the voice assistant. I’m using the Assist Microphone add-on with the Wyoming suite in my Home Assistant setup.
Fortunately, I stumbled upon this post that helped clarify things a bit:
https://www.reddit.com/r/homeassistant/comments/1dk11tl/voice_assist_timers_broken/?rdt=53679.
If I understand correctly, Assist Microphone doesn’t play a sound when the timer ends because it currently uses the Wyoming Satellite service version 1.2.0, which doesn’t include the --timer-finished-wav
option. However, after checking the repository GitHub - rhasspy/wyoming-satellite: Remote voice satellite using Wyoming protocol, I noticed that while 1.2.0 is the latest tag, the commit introducing this timer feature was made after that tag.
Finally, here’s my question: would it be possible to integrate the latest functionality of Wyoming Satellite into the Assist Microphone add-on, so it can play a WAV file when the timer expires?
If I’m not mistaken, you @synesthesiam might know more about this (sorry for tagging you out of the blue).
Thanks in advance