diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index c42b8a43764..fb7936ca364 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -31,8 +31,8 @@ To create the required Spotify application: - Select **Create An App**. Enter any name and description. - Once your application is created, view it and copy your **Client ID** and **Client Secret**, which are used in the Home Assistant configuration file. - Add a **Redirect URI** in one of the following forms: - - If you are not using SSL: `http:///auth/external/callback` - - If you are using SSL: `https:///auth/external/callback` + - If you are not using SSL: `http://:/auth/external/callback` + - If you are using SSL: `https://:/auth/external/callback` - Click **Save** after adding the URI. If you are using an externally accessible address, you will likely also need to set the `base_url` attribute of the [HTTP Integration](/integrations/http/). This should be set using the same base URL as the redirect URI, e.g., if you used a domain name (not local IP) in the redirect, then use the same domain name in your `base_url`.