Alexa Media Player lists various “known available sounds” sounds like bell_02
at Home · alandtse/alexa_media_player Wiki · GitHub, which can be triggered with media_player.play_media
, e.g.
service: media_player.play_media
target:
entity_id:
- media_player.kitchen
data:
media_content_type: sound
media_content_id: bell_02
However, it also links to “additional potential sounds” at Alexa Skills Kit Sound Library | Alexa Skills Kit. There’s a huge selection here, but none that I’ve tried have worked (except those already listed in 'known available").
The bell_02
sound seems to be equivalent to soundbank://soundlibrary/alarms/beeps_and_bloops/bell_02
here - yet the equivalent bell_01
and bell_03
do not work for me.
I feel I’m missing something here. Is there a way to play all of the sounds listed in the Alexa developer documentation using Alexa Media Player?