Files
ServerInfrastructure/homeassistant/configuration.yaml
Alexander Doerflinger 2ffcbb5f60 Initial commit
2026-02-20 09:10:27 +01:00

37 lines
792 B
YAML

# Home Assistant Configuration
# https://www.home-assistant.io/docs/configuration/
homeassistant:
name: Home
unit_system: metric
time_zone: Europe/Berlin
currency: EUR
# Enable the frontend
frontend:
# Enable configuration UI
config:
# HTTP configuration — required for reverse proxy
http:
use_x_forwarded_for: true
trusted_proxies:
# Docker proxy-network subnet
- 172.20.0.0/24
# WireGuard VPN subnet
- 10.13.13.0/24
# Discover devices on the network
# Note: discovery may be limited in container mode
# For full discovery, consider using host network mode
# (but that conflicts with reverse proxy setup)
# Enable the API
api:
# Automations, scripts, scenes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml