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