We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d577bd3 commit 6980d90Copy full SHA for 6980d90
source/_integrations/spotify.markdown
@@ -34,6 +34,7 @@ The Spotify media player integration allows you to control [Spotify](https://www
34
- Enter the **Edit Settings** dialog of your newly-created application and add a *Redirect URI*:
35
- If you are not using SSL: `http://<your_home_assistant_url_or_local_ip>:<port>/auth/external/callback`
36
- If you are using SSL: `https://<your_home_assistant_url_or_local_ip>:<port>/auth/external/callback`
37
+ - Note Spotify does a case-sensitive match of the fields above, as such ensure the Redirect URI is all lower case.
38
- Click **Save** after adding the URI.
39
40
<div class='note'>
0 commit comments