🎉 initial commit

This commit is contained in:
2021-07-10 19:13:23 -04:00
commit 601d078c28
10 changed files with 245 additions and 0 deletions

16
configuration.yaml Normal file
View File

@ -0,0 +1,16 @@
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
http:
use_x_forwarded_for: true
trusted_proxies: 100.103.57.96
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml