18 lines
366 B
YAML
18 lines
366 B
YAML
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
http:
|
|
server_port: 8123
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 172.27.0.0/16
|
|
ip_ban_enabled: false
|
|
login_attempts_threshold: 5 |