Install awesome radio

I’m working on the awesome music player from smart home junkie but I can’t get it done.

When I do run script, the script works, but not via the dashboard, I get the message Action script.media_play_kink not found. :
Does anyone know a solution for this?

This is the yalm

type: custom:mini-media-player
entity: media_player.huiskamer
artwork: cover
source: full
sound_mode: full
info: short
background: /local/radio/background.jpg
shortcuts:
columns: 3
buttons:
- type: script
name: kink DNA
id: script.media_play_kink
name: radio Tom
icon: mdi:radio
group: false
volume_stateless: false
toggle_power: false

And this is the script

data:
media_content_type: music
media_content_id: media-source://radio_browser/2dd3031c-67fa-4823-b11d-e83b60346aa5
enqueue: replace
target:
entity_id: media_player.huiskamer
action: media_player.play_media
alias: Media:Play kink

Hardly. Maybe you find inspiration here? :point_down: