Initial commit
This commit is contained in:
36
homeassistant/configuration.yaml
Normal file
36
homeassistant/configuration.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user