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:
Daniel 2019-12-10 23:13:30 +01:00 committed by Franck Nijhof
parent 06d2f06473
commit be18953d59

View File

@ -28,10 +28,10 @@ To create the required Spotify application:
- Add a **Redirect URI** in one of the following forms: - Add a **Redirect URI** in one of the following forms:
If you are not using SSL: 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: 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. - Click **Save** after adding the URI.