Files
N22/configuration.yaml
T
2022-01-16 19:42:43 +01:00

23 lines
485 B
YAML
Executable File

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
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
scene: !include scenes.yaml