Hope this is the correct area for this question. I am using Music Assist, and LOVING IT to death. The only issue I have is listening to by tunes then an announcement is made. The tunes are cut off, announcement made, then silence. How can I tell Music Assist to just carry on when the announcement is finished?
You can set device to resume music after announcement in the esphome yaml. I thought sound was only reduced temporarily while announcing
But maybe not.
how do I use music_assistant.play_announcement and specify which speaker I want it to come out of? or is ‘play_announcement’ the name of a speaker group to play out of?
If this is a Music Assistant group, how do I add the speakers I want to use to this group? When I click on Group members I get only Web (Edge on windows)
you can test in HA >> settings >> dev tools >> actions
action: music_assistant.play_announcement
data:
entity_id: media_player.yourdevice
url: <weblink to audio file accessible by voice device.flac>
use_pre_announce: true # I put false and still works so not much differnce
announce_volume: 90
I tested this just now.
music sound is reduced but continues play in background.
Announcement is played over music.
I actually tested using tts.cloud_say and got same result.
I am testing on HAVPE (esphome device) so unsure how this may change result
I just notice you are sending image, i think to the nest devices?
Try same without the image and see if result is different.