Initial commit

This commit is contained in:
Alexander Doerflinger
2026-02-20 09:10:27 +01:00
commit 2ffcbb5f60
11 changed files with 1068 additions and 0 deletions

View File

@@ -0,0 +1 @@
[]

View 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

View File

@@ -0,0 +1 @@
# Scenes

View File

@@ -0,0 +1 @@
# Scripts