home-assistant-config/configuration.yaml
2021-07-10 19:13:23 -04:00

17 lines
331 B
YAML

# 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