* 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>
* Added troubleshooting info
The `INVALID_CLIENT: Invalid redirect URI` error can occur when the URL, for example, contains a port number. This can happen if the port number is set in the Base_URL attribute of the HTTP integration.
* Convert text to note box
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Had problems with integrating Spotiy in HA, but I found out the callback url with version 0.102.3 is send without the port. So I edited the callback URL in the Spotiy app and was able to add Spotify to HA