#Radio Browser on the Dashboard

10 messages · Page 1 of 1 (latest)

amber berry
#

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```
wicked trail
#

I don't think a tap_action can start a media stream in the browser, only for a media_player entity.

amber berry
#

There i only need to press on the Icon and it starts playing

#

Isn't that possible on the Dashboard

wicked trail
#

I suspect not possible

amber berry
#

Is there another option that i can try? Because i don't want to search my Station everytime

#

Is there maybe a community option aviable?

amber berry
wicked trail