From be18953d5927d0a4db97bf33b5b4478e876a6a9d Mon Sep 17 00:00:00 2001 From: Daniel <44697375+azrarel783@users.noreply.github.com> Date: Tue, 10 Dec 2019 23:13:30 +0100 Subject: [PATCH] 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 --- source/_integrations/spotify.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index a96557cf511..e38bd74d85e 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -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://:/api/spotify` + `http:///api/spotify` If you are using SSL: - `https://:/api/spotify` + `https:///api/spotify` - Click **Save** after adding the URI.