|
# Loads default set of integrations. Do not remove.
|
default_config:
|
|
# Text to speech
|
tts:
|
- platform: google_translate
|
http:
|
server_port: 8124
|
base_url: https://mycluster.duckdns.org:8123
|
use_x_forwarded_for: true
|
trusted_proxies:
|
- 172.20.0.0/24
|
- 10.0.0.0/8
|
- 192.0.0.0/8
|
emulated_hue:
|
listen_port: 80
|
advertise_ip: 192.168.1.99
|
advertise_port: 80
|
expose_by_default: true
|
automation: !include automations.yaml
|
script: !include scripts.yaml
|
scene: !include scenes.yaml
|