homeassistant/configuration.yaml
2022-01-29 01:03:43 +01:00

21 lines
417 B
YAML

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.88.10
- 127.0.0.1
- ::1
#ip_ban_enabled: true
#login_attempts_threshold: 5