21 lines
348 B
YAML
21 lines
348 B
YAML
homeassistant:
|
|
# Load packages
|
|
packages: !include_dir_named integrations
|
|
|
|
|
|
|
|
|
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
#group: !include groups.yaml
|
|
#automation: !include automations.yaml
|
|
#script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
|