homelab-blueprint/appdata/homeassistant/configuration.yaml

16 lines
459 B
YAML

# Home Assistant configuration.yaml
# Place this file at: ./appdata/homeassistant/configuration.yaml
#
# This is a minimal starting config. HA will auto-generate the rest on first start.
# Required for Caddy reverse proxy — trusts X-Forwarded-For headers from Caddy.
# Set CADDY_HOST_IP in .env to the host IP of the Caddy container.
mobile_app:
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.0.15.5
automation: !include automations.yaml