Spotify playlist by name not working as documented #135129
Open
Description
The problem
The documentation states you can play a playlist by its name from spotify using:
action: media_player.play_media
target:
entity_id: media_player.sonos
data:
media_content_type: "playlist"
media_content_id: "spotify:playlist:abcdefghij0123456789XY"
enqueue: true
But it does not...
Spotify Connect /w Sonos behaves differently and the media player does not expose other info then the content id and playlist name.
Both seem insufficient to play the playlist on some other sonos device.
What version of Home Assistant Core has the issue?
11.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
sonos
Link to integration documentation on our website
https://www.home-assistant.io/integrations/sonos
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response