For some spoken notifications I recently switched back from an unofficial Google Home Broadcast function, to Home Assistant’s built-in TTS feature. While that works great, it would be even better if it did not cancel and replace the music that was playing before it, but just resumed it afterwards, like the broadcast function did.
I’ve found some awesome, but quite complicated scripts that allow me to do this, but think that this would be a really helpful feature to be in HA itself. A tts-call with resume: true
as a variable for example would make this a lot easier.