mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add Spotify retrive URI instructions (#12012)
* Add Spotify retrive URI instructions * correction to retrieving media_content_id examle playlist: "Love Songs & Chill" "Copy Spotify URI" gives: spotify:playlist:4QuJ2DbcTe7R8lzqfNXz7v this works as `media_content_id` "Copy Playlist Link" gives: https://open.spotify.com/playlist/4QuJ2DbcTe7R8lzqfNXz7v?si=cUKngvAER3KK3BHgNayOEA this does not work as `media_content_id` and gives an error in HomeAssistant However if you remove everthing after the question mark ? is does work: https://open.spotify.com/playlist/4QuJ2DbcTe7R8lzqfNXz7v * Capital Spotify Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Not needed anymore since this has been fixed Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
40f5a9f20a
commit
66b1f77555
@ -78,6 +78,7 @@ After you have set up the above:
|
||||
|
||||
You can send playlists to Spotify using the `"media_content_type": "playlist"`, which are part of the
|
||||
[media_player.play_media](/integrations/media_player/#service-media_playerplay_media) service.
|
||||
The `media_content_id` can be obtained from the Spotify desktop-app by clicking on the more options ("...") next to the album art picture, selecting "share" and then "Copy Spotify URI" or "Copy Playlist Link" (also available in the Spotify phone and web app).
|
||||
|
||||
## Unsupported Devices
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user