Skip to content

Commit faeb042

Browse files
mehumanfabaff
authored andcommitted
Tasks as a list (home-assistant#2612)
Thought I submitted a similar PR but couldn't find it.
1 parent d7d6501 commit faeb042

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/_components/media_player.spotify.markdown

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ The `spotify` media player platform allows you to control [Spotify](https://www.
2121
- Spotify Premium account.
2222
- Spotify Application, properly configured.
2323

24-
To create the required Spotify Application, login to [Spotify Developer](https://developer.spotify.com), visit the [My Applications](https://developer.spotify.com/my-applications/#!/applications) page, and select **Create An App**. Enter any name and description. Once your application is created, you can view it and discover your **Client ID** and **Client Secret**, which are placed in the Home Assistant configuration file. Finally, add a **Redirect URI** in the following form:
24+
To create the required Spotify Application:
25+
- Login to [Spotify Developer](https://developer.spotify.com)
26+
- Visit the [My Applications](https://developer.spotify.com/my-applications/#!/applications) page
27+
- 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.
28+
- Add a **Redirect URI** in the following forms:
2529

26-
`http://<your_home_assistant_url_or_local_ip>/api/spotify`
30+
No SSL: `http://<your_home_assistant_url_or_local_ip>:<port>/api/spotify`
2731

28-
If you've set up Home Assistant to use SSL encryption, use:
32+
If using SSL: `https://<your_home_assistant_url_or_local_ip>:<port>/api/spotify`
2933

30-
`https://<your_home_assistant_url_or_local_ip>/api/spotify`
34+
The URL is whatever you use to access Home Assistant from outside your network (including port if applicable).
3135

32-
The first part of the URL will be whatever you use to access Home Assistant from outside your network (including port if applicable).
33-
34-
Remember to select **Save** after adding the URI. You may also need to set the `base_url` attribute of the [HTTP Component](https://home-assistant.io/components/http/).
36+
- Click **Save** after adding the URI. You may also need to set the `base_url` attribute of the [HTTP Component](https://home-assistant.io/components/http/).
3537

3638

3739
## {% linkable_title Configuration %}

0 commit comments

Comments
 (0)