alexa_media_player
alexa_media_player copied to clipboard
Sound effects not playing
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: - service: media_player.volume_set target: entity_id: media_player.great_room data: volume_level: 0.7 - service: media_player.play_media target: entity_id: media_player.great_room data: media_content_type: sound media_content_id: "amzn_sfx_scifi_alarm_04" - service: media_player.volume_set target: entity_id: media_player.great_room data: volume_level: 0.4
- Go to 'Developer tools
- Scroll down to 'main_ac-fail.yaml'
- select 'main_ac-fail.yaml' and press Run
- 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
- Home-assistant (version): 2024.6.3
- alexa_media (version from
const.py
or HA startup): 4.10.2 - alexapy (version from
pip show alexapy
or HA startup): 1.27.10 - Amazon 2FA is enabled (y/n). Yes:
Logs Nothing related to alexa media appears in the logs even with debugging enabled Additional context