homeassistant/configuration.yaml
2025-01-10 21:08:35 -08:00

57 lines
1.2 KiB
YAML

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
media_source:
homeassistant:
allowlist_external_dirs:
- /tmp
media_dirs:
local: /tmp
http:
# ssl_certificate: /config/fullchain.pem
# ssl_key: /config/privkey.pem
ip_ban_enabled: false
use_x_forwarded_for: true
trusted_proxies:
# - 172.17.0.2
# - 172.17.0.3
# - 172.17.0.4
# - 172.17.0.5
- 172.18.0.2
- 172.18.0.3
# - 172.18.0.14
# - 127.0.0.11
# - 192.168.1.100
- 127.0.0.1
# - 192.168.1.1
- 0.0.0.0
- 10.0.0.1
- 10.0.0.100
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# tplink: !include tplink.yaml
light: !include lights.yaml
# camera: !include camera.yaml
# - platform: flux_led
# automatic_add: true
# devices: !include flux_led.yaml
#zoneminder:
# - host: security.mcknight.tech
# ssl: true
# verify_ssl: true
# username: homeassistant
# password: H9nCR#&B*w%*dnzdR2^U!bGDxAcpdc2m
#camera:
# - platform: zoneminder
sonoff: !include sonoff.yaml
frontend: !include frontend.yaml