alandtse / alexa_media_player

This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.
Apache License 2.0
1.35k stars 263 forks source link

Sound effects not playing #2291

Open bturrie opened 1 week ago

bturrie commented 1 week ago

IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.

I cannot play amazon sound effects in scripts or automations. The logs show nothing

to reprodruce create a script similar to:

main_ac_fail: alias: 'main_ac_fail' sequence:

  1. Go to 'Developer tools
  2. Scroll down to 'main_ac-fail.yaml'
  3. select 'main_ac-fail.yaml' and press Run
  4. Nothing is in the logs

Expected behavior I would expect to hear a beep then the sound effect after a short delay and then a quiter beep

Screenshots

System details

Logs Nothing related to alexa media appears in the logs even with debugging enabled Additional context

bturrie commented 1 week ago

Not sure why the indentations disappeared in my code ir ther right way to have entered them. That said that said code that used to work no longer does on my HA system

schettada commented 5 days ago

Same experience for me as well. All my automations that plays a sound or announcements in alexa devices have stopped working. Looks like an issue with the latest HA Version as they were working without any issues 2 weeks before.