From 9fa296092a17c20ad3eb91cae1f7abd1ff65dad4 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 24 May 2022 11:37:05 -0700 Subject: [PATCH] Update spotify documentation for application credentials (#22857) --- source/_integrations/spotify.markdown | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index 5c060699814..3bc5bb12a6b 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -60,29 +60,7 @@ before configuring Spotify. Your Home Assistant instance does not need to be exposed to the internet. It works just fine with local IP addresses. - -Add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -spotify: - client_id: YOUR_CLIENT_ID - client_secret: YOUR_CLIENT_SECRET -``` - -{% configuration %} -client_id: - description: Client ID from your Spotify Developer application. - required: true - type: string -client_secret: - description: Client Secret from your Spotify Developer application. - required: true - type: string -{% endconfiguration %} - - -Restart your Home Assistant instance before continuing with the next step. +See [Application Credentials](/integrations/application_credentials) for instructions on how to configure your *Client ID* and *Client Secret*. ## Using multiple Spotify accounts