14 lines
347 B
YAML
14 lines
347 B
YAML
# Loads default set of integrations. Do not remove
|
|
# This was added to the homeAutomation repo.
|
|
# This is a sample configuration. Please create a configuration.production.yml for production use.
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 172.18.0.5
|