Alexa_media play sounds - more sounds

try this instead. works for me (didnt update core yet, since update to 2024.10.0 made HA randomly restart for no obvious reason):

more Sounds

data:
  message: >-
   <audio src="soundbank://soundlibrary/home/amzn_sfx_doorbell_chime_02"/>
  target: media_player.kueche
  data:
    type: tts
action: notify.alexa_media

This is the best solution. Don´t even waste your time searching for something else. With the Action

notify.alexa_media

and the

type: tts

you are able to play all the Alexa sounds just using the address format as @Joerg presented. Great job!!