Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play announcement hangs until other unrelated announcements end #3373

Open
1 task done
miguelangel-nubla opened this issue Dec 27, 2024 · 0 comments
Open
1 task done
Labels

Comments

@miguelangel-nubla
Copy link

What version of Music Assistant has the issue?

2.3.4

What version of the Home Assistant Integration have you got installed?

HA native

Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?

  • Yes

The problem

In latest 2.3.4 playing different announcements to different players act as a queue, new ones will not play until old ones finish.
Working as expected with 2.3.3.

How to reproduce

alias: New automation
description: ""
triggers: []
conditions: []
actions:
  - parallel:
      - action: music_assistant.play_announcement
        target:
          entity_id: media_player.player1
        data:
          url: https://ha/api/tts_proxy/SVpKUPauFcNb0HncR7Wicg.mp3
      - action: music_assistant.play_announcement
        target:
          entity_id: media_player.player2
        data:
          url: https://ha/api/tts_proxy/FUEud_yNiw-XffVjrv8MHg.mp3
mode: single

Music Providers

Announcements from URL with music_assistant.play_announcement and tts.speak.

Player Providers

I have tried Squeezelite and Fully kiosk players.

Full log output

No response

Additional information

No response

What version of Home Assistant Core are your running

2024.12.5

What type of installation are you running?

Home Assistant OS

On what type of hardware are you running?

Generic x86-64 (e.g. Intel NUC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant