Hello!
I am struggeling with configuring the player in SONOS card.
What do I have to configure to show the radio station icon in the player and some radio station info?
This is the code that leads to the player’s look:
type: custom:button-card
entity: media_player.bad
name: RTL 102.5
show_name: true
show_entity_picture: true
entity_picture: /local/radio/RTL_102.5.png
tap_action:
action: call-service
service: media_player.play_media
target:
entity_id: media_player.bad
data:
media_content_id: media-source://radio_browser/675bd925-8b13-43fe-a1b9-43bb0f90fbbd
media_content_type: music
enqueue: replace




