17 lines
335 B
YAML
17 lines
335 B
YAML
# Loads default set of integrations. Do not remove.
|
|
# This was added to the homeAutomation repo.
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 10.152.209.3
|