diff --git a/configuration.yaml b/configuration.yaml index 1828512..649b070 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -6,6 +6,16 @@ default_config: tts: - platform: google_translate +## ######################################## +## Spotify +## ######################################## + +# Example configuration.yaml entry +spotify: + client_id: !secret spotify_id + client_secret: !secret spotify_secret + + group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml