chore: added bluetooth support in home assistant

This commit is contained in:
willem.serruys
2026-08-16 14:21:36 +02:00
parent c7f0d6a195
commit c95ebe18b0

View File

@@ -40,6 +40,7 @@ services:
- traefik.http.services.homeassistant.loadbalancer.server.url=http://host.docker.internal:8123 - traefik.http.services.homeassistant.loadbalancer.server.url=http://host.docker.internal:8123
volumes: volumes:
- homeassistant-data:/config - homeassistant-data:/config
- /run/dbus:/run/dbus:ro
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- environment-variables/local.env - environment-variables/local.env