I would like to use Radio Browser (or something else that works) on my Dashboard screen. I installed a Panel in the Kitchen to display all kinds of info. I would also like to click on one of my favorite Radio channels and it starts playing. I know that this is working via the Media tab but then i need to search through all of the thousand Stations.
I painted a picture of what i am expecting to have. I alredy tried to make buttons with Chat GPT and Gemini but that failed every time because of some Error : Aktion media_player.play_media nicht gefunden.
And this is my Button code that was NOT WORKING:
type: button
tap_action:
action: call-service
service: media_player.play_media
service_data:
entity_id: media_player.spotify #idk why Chat GPT wants it to use Spotify??!??
media_content_id: "http://stream.srg-ssr.ch/drs1/mp3_128.m3u"
media_content_type: "audio/mpeg"
name: SRF1
icon: mdi:radio```