From 04aaea54d015851f43f66c03e408e5d541ea64a3 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 16 Jan 2022 19:42:43 +0100 Subject: [PATCH] Added spotify --- configuration.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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