Delta-Load

This commit is contained in:
2025-12-22 13:22:11 +01:00
parent edcea04b92
commit 307c8f710b
31 changed files with 680 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
homeassistant:
image: ghcr.io/home-assistant/home-assistant:latest
container_name: homeassistant
network_mode: host
restart: unless-stopped
privileged: true
environment:
- TZ=Europe/Berlin
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
# Optional: Bluetooth-Unterstützung
- /run/dbus:/run/dbus:ro
devices:
# Passe das Device an deinen Stick an!
- /dev/ttyUSB0:/dev/ttyUSB0
networks: {}