From c95ebe18b03d071cf26b9ec69ddbdb85844d9ad3 Mon Sep 17 00:00:00 2001 From: "willem.serruys" Date: Sun, 16 Aug 2026 14:21:36 +0200 Subject: [PATCH] chore: added bluetooth support in home assistant --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index ef04811..63de649 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,6 +40,7 @@ services: - traefik.http.services.homeassistant.loadbalancer.server.url=http://host.docker.internal:8123 volumes: - homeassistant-data:/config + - /run/dbus:/run/dbus:ro restart: unless-stopped env_file: - environment-variables/local.env