add clarification that Spotify URI Redirect is case sensitive (#17064)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
scyto 2021-03-19 13:03:30 -07:00 committed by GitHub
parent d577bd33d8
commit 6980d90e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ The Spotify media player integration allows you to control [Spotify](https://www
- Enter the **Edit Settings** dialog of your newly-created application and add a *Redirect URI*:
- If you are not using SSL: `http://<your_home_assistant_url_or_local_ip>:<port>/auth/external/callback`
- If you are using SSL: `https://<your_home_assistant_url_or_local_ip>:<port>/auth/external/callback`
- Note Spotify does a case-sensitive match of the fields above, as such ensure the Redirect URI is all lower case.
- Click **Save** after adding the URI.
<div class='note'>