mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Spotify: fix image indents to fix step numbers (#39460)
This commit is contained in:
parent
0529e3ebd0
commit
710aa785e3
@ -29,7 +29,7 @@ library from Home Assistant.
|
||||
- Spotify compatible playback [source](#selecting-output-source) device
|
||||
- A Spotify Developer application. Instructions for that are in
|
||||
the next step.
|
||||
|
||||
|
||||
### Create a Spotify application
|
||||
|
||||
For Home Assistant to communicate with Spotify, we need to create
|
||||
@ -45,17 +45,17 @@ to allow you to log in with your Spotify account.
|
||||
|
||||
3. Select the [**Create app**](https://developer.spotify.com/dashboard/create) button in the top right.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
4. Enter a name and description; feel free to use any name and description you like.
|
||||
|
||||
Set the _"Redirect URI"_ to the following:
|
||||
|
||||
`https://my.home-assistant.io/redirect/oauth`
|
||||
- Set the _"Redirect URI"_ to the following:
|
||||
|
||||
Please copy and paste the exact URL above. You **do not** have to change it.
|
||||
`https://my.home-assistant.io/redirect/oauth`
|
||||
|
||||

|
||||
- Please copy and paste the exact URL above. You **do not** have to change it.
|
||||
|
||||

|
||||
|
||||
5. Select Web API.
|
||||
|
||||
@ -65,22 +65,22 @@ to allow you to log in with your Spotify account.
|
||||
7. Spotify will now show the new application you have just created. Select
|
||||
the **Settings** button in the top right to configure it.
|
||||
|
||||

|
||||

|
||||
|
||||
8. Before we can start configuring Home Assistant, we need to grab the application
|
||||
credentials Home Assistant needs.
|
||||
|
||||
Select on the **View client secret** button to reveal the client secret.
|
||||
- Select on the **View client secret** button to reveal the client secret.
|
||||
|
||||

|
||||

|
||||
|
||||
9. The _"Client ID"_ and _"Client secret"_ are the two pieces of information
|
||||
that Home Assistant needs to communicate with Spotify and is what we
|
||||
call: Application credentials.
|
||||
|
||||

|
||||

|
||||
|
||||
You will need the _"Client ID"_ and _"Client secret"_ during the Spotify
|
||||
- You will need the _"Client ID"_ and _"Client secret"_ during the Spotify
|
||||
integration setup process in Home Assistant.
|
||||
|
||||
You can now continue with the next chapter to configure the Spotify integration
|
||||
@ -103,7 +103,7 @@ Internal examples: `http://192.168.0.2:8123/auth/external/callback`, `http://hom
|
||||
|
||||
## Data updates
|
||||
|
||||
The integration polls at least every 30 seconds.
|
||||
The integration {% term polling polls %} at least every 30 seconds.
|
||||
If the track that is playing ends in less than 30 seconds, the integration will poll again after the track has ended to update the state again.
|
||||
|
||||
## Using multiple Spotify accounts
|
||||
|
Loading…
x
Reference in New Issue
Block a user