From c20ea1fc4d9d1fd93048faa76269b6c7abb9c92c Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 3 May 2020 12:49:48 +0300 Subject: [PATCH] Rever spotify config --- config/packages/modules/media/music.yaml | 6 ++++-- config/replaced_with_config_flow.yaml | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config/packages/modules/media/music.yaml b/config/packages/modules/media/music.yaml index 9fd776c..0065fd9 100644 --- a/config/packages/modules/media/music.yaml +++ b/config/packages/modules/media/music.yaml @@ -1,5 +1,7 @@ -# Depends on: -# - https://www.home-assistant.io/integrations/spotify +# https://www.home-assistant.io/integrations/spotify +spotify: + client_id: !secret spotify_client_id + client_secret: !secret spotify_client_secret script: music_play: diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index 0380769..3d707eb 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -5,7 +5,6 @@ # usb_path: /dev/ttyUSB0 # database_path: /config/zigbee.db - # https://www.home-assistant.io/integrations/synologydsm # synology_dsm: # - host: !secret platinum_ip @@ -24,11 +23,6 @@ # media_player: # hosts: !secret sonos_hosts -# https://www.home-assistant.io/integrations/spotify -# spotify: -# client_id: !secret spotify_client_id -# client_secret: !secret spotify_client_secret - # hacs: # token: !secret hacs_github_token # appdaemon: true