Hi,
Somehow I have the Samsung R1 speaker integrated and working. When I start media from the Samsung app I can control it from has.
Volume works, pause and play, etc.
I’d like to make a media tile starting a radio station on this speaker.
Found some guide that explains how to but the speaker is not responding to this.
I tried two different content id’s, scripts posted below.
alias: “Keuken: play KINK”
sequence:
- action: media_player.play_media
target:
device_id: 55e29c1fb5ae8f468284fdc2f06940c3
data:
media_content_type: music
media_content_id: >-
https://playerservices.streamtheworld.com/api/livestream-redirect/KINK.mp3
description: “”
icon: mdi:play
And
alias: “Keuken: play Radio 2”
sequence:
- action: media_player.play_media
target:
device_id: 55e29c1fb5ae8f468284fdc2f06940c3
data:
media_content_id: media-source://radio_browser/96126e82-0601-11e8-ae97-52543be04c81
media_content_type: music
description: “”
icon: mdi:play
Any tips om how i could fix this?
Regards,
Gijs