mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Mention account linking is the default for Spotify (#21371)
This commit is contained in:
parent
5e49d060c3
commit
edf5d98bb1
@ -20,13 +20,29 @@ The Spotify media player integration allows you to control [Spotify](https://www
|
||||
## Prerequisites
|
||||
|
||||
- Spotify account
|
||||
- Spotify application configured for Home Assistant (see [below](#create-a-spotify-application))
|
||||
- (Optional) Spotify developer application configured for Home Assistant (see [below](#create-a-spotify-application))
|
||||
|
||||
<div class='note'>
|
||||
Spotify integrated media controls (pause, play, next, etc.) require a Premium account.
|
||||
If you do not have a Premium account, the frontend will not show the controls.
|
||||
</div>
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
Unless configured otherwise, Home Assistant will use account linking provided by
|
||||
Nabu Casa for authenticating with Spotify. If this is not working or you don't
|
||||
want to use it, follow the steps for configuring a [developer appliaction](#create-a-spotify-application)
|
||||
before configuring Spotify.
|
||||
|
||||
<div class='note'>
|
||||
|
||||
If you receive an `INVALID_CLIENT: Invalid redirect URI` error while trying to
|
||||
authenticate with your Spotify account, check the Redirect URI in
|
||||
the address bar after adding the new integration. Compare this value with the
|
||||
Redirect URI defined in the Spotify Developer Portal.
|
||||
|
||||
</div>
|
||||
|
||||
### Create a Spotify application
|
||||
|
||||
- Login to [Spotify Developer](https://developer.spotify.com) via Dashboard.
|
||||
@ -67,17 +83,6 @@ client_secret:
|
||||
|
||||
Restart your Home Assistant instance before continuing with the next step.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
<div class='note'>
|
||||
|
||||
If you receive an `INVALID_CLIENT: Invalid redirect URI` error while trying to
|
||||
authenticate with your Spotify account, check the Redirect URI in
|
||||
the address bar after adding the new integration. Compare this value with the
|
||||
Redirect URI defined in the Spotify Developer Portal.
|
||||
|
||||
</div>
|
||||
|
||||
## Using multiple Spotify accounts
|
||||
|
||||
This integration supports multiple Spotify accounts at once. You don't need to
|
||||
|
Loading…
x
Reference in New Issue
Block a user