mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Updating callback URL (#11393)
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
This commit is contained in:
parent
06d2f06473
commit
be18953d59
@ -28,10 +28,10 @@ To create the required Spotify application:
|
||||
- Add a **Redirect URI** in one of the following forms:
|
||||
|
||||
If you are not using SSL:
|
||||
`http://<your_home_assistant_url_or_local_ip>:<port>/api/spotify`
|
||||
`http://<your_home_assistant_url_or_local_ip>/api/spotify`
|
||||
|
||||
If you are using SSL:
|
||||
`https://<your_home_assistant_url_or_local_ip>:<port>/api/spotify`
|
||||
`https://<your_home_assistant_url_or_local_ip>/api/spotify`
|
||||
|
||||
- Click **Save** after adding the URI.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user