HA 2022.10 docker - Bluetooth integration error on raspberry pi 4

Hi, I’m trying to add the bluetooth integration but it fails with "no unconfigured bluetooth adapters found". I’d like to use the integrated bluetooth hardware on the raspberry pi 4. I run HA docker on Raspbian bullseye, I’ve added /run/dbus:/run/dbus:ro to my docker-compose file and hcitool dev finds the adapter when using it from the docker console. I can also successfully run hcitool lescan. Still the integration fails to install. Any ideas why?

1 Like

I was in the same place. I fixed it following thru instructions on [Bluetooth] (Bluetooth - Home Assistant)]. Pay special attention to Requirements for Linux systems “ADDITIONAL DETAILS FOR CONTAINER, CORE, AND SUPERVISED INSTALLS” if thats your case. In my case (RPI+UBUNTU+DOCKER+HA) it was as easy as configuring accordingly on my docker compose HA section adding “- /run/dbus:/run/dbus:ro” to Volumes:
voilà

I’m running HA supervised in a VM. Where can I find this docker compose file?