root
5 years ago
commit
229dede212
7 changed files with 27 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||||
|
|
||||||
|
# Configure a default setup of Home Assistant (frontend, api, etc) |
||||||
|
default_config: |
||||||
|
|
||||||
|
# Uncomment this if you are using SSL/TLS, running in Docker container, etc. |
||||||
|
# http: |
||||||
|
# base_url: example.duckdns.org:8123 |
||||||
|
|
||||||
|
# Text to speech |
||||||
|
tts: |
||||||
|
- platform: google_translate |
||||||
|
|
||||||
|
group: !include groups.yaml |
||||||
|
automation: !include automations.yaml |
||||||
|
script: !include scripts.yaml |
||||||
|
scene: !include scenes.yaml |
Loading…
Reference in new issue