40 lines
896 B
YAML
Executable File
40 lines
896 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
|
|
|
|
## ########################################
|
|
## Sonoff (HACS)
|
|
## ########################################
|
|
|
|
sonoff:
|
|
username: !secret sonoff_username
|
|
password: !secret sonoff_password
|
|
default_class: light
|
|
reload: always
|
|
|
|
## ########################################
|
|
## Garbage collection (HACS)
|
|
## ########################################
|
|
|
|
|
|
garbage_collection: !include include/garbage/garbage.yaml
|
|
|
|
|
|
group: !include groups.yaml
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|