mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +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
|
- Spotify compatible playback [source](#selecting-output-source) device
|
||||||
- A Spotify Developer application. Instructions for that are in
|
- A Spotify Developer application. Instructions for that are in
|
||||||
the next step.
|
the next step.
|
||||||
|
|
||||||
### Create a Spotify application
|
### Create a Spotify application
|
||||||
|
|
||||||
For Home Assistant to communicate with Spotify, we need to create
|
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.
|
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.
|
4. Enter a name and description; feel free to use any name and description you like.
|
||||||
|
|
||||||
Set the _"Redirect URI"_ to the following:
|
- Set the _"Redirect URI"_ to the following:
|
||||||
|
|
||||||
`https://my.home-assistant.io/redirect/oauth`
|
|
||||||
|
|
||||||
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.
|
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
|
7. Spotify will now show the new application you have just created. Select
|
||||||
the **Settings** button in the top right to configure it.
|
the **Settings** button in the top right to configure it.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
8. Before we can start configuring Home Assistant, we need to grab the application
|
8. Before we can start configuring Home Assistant, we need to grab the application
|
||||||
credentials Home Assistant needs.
|
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
|
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
|
that Home Assistant needs to communicate with Spotify and is what we
|
||||||
call: Application credentials.
|
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.
|
integration setup process in Home Assistant.
|
||||||
|
|
||||||
You can now continue with the next chapter to configure the Spotify integration
|
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
|
## 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.
|
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
|
## Using multiple Spotify accounts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user