diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index 8ec0fdb380a..179837fbc73 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -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. - ![Spotify Developer Dashboard](/images/integrations/spotify/create-spotify-application.png) - + ![Spotify Developer Dashboard](/images/integrations/spotify/create-spotify-application.png) + 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` - ![Creating a Spotify Application](/images/integrations/spotify/create-spotify-application.png) + - Please copy and paste the exact URL above. You **do not** have to change it. + + ![Creating a Spotify Application](/images/integrations/spotify/create-spotify-application.png) 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. - ![Edit the Spotify Application settings](/images/integrations/spotify/edit-settings.png) + ![Edit the Spotify Application settings](/images/integrations/spotify/edit-settings.png) 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. - ![Show the client secret of the Spotify Application](/images/integrations/spotify/show-client-secret.png) + ![Show the client secret of the Spotify Application](/images/integrations/spotify/show-client-secret.png) 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. - ![Get the application credentials from the Spotify Application](/images/integrations/spotify/application-credentials.png) + ![Get the application credentials from the Spotify Application](/images/integrations/spotify/application-credentials.png) - 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