I don't know what was my previous HA version, when it worked, as my server had to be rebuilt.
Context:
I'm running HA in docker rootless on a raspberry pi 4, and I'm passing the built in bluetooth adapter to the container with dbus.
This used to work well, by altering this function
/usr/local/lib/python3.13/site-packages/dbus_fast/auth.py
with self.uid = UID_NOT_SPECIFIED
as mentioned below.
Can someone help me get this sorted again? I'm not skilled in coding.
Reference: https://community.home-assistant.io/t/bluetooth-and-docker-part-2/447334/11?u=troed
Logs ====
== STOCK RUN ===
homeassistant | 2025-11-25 20:13:45.737 WARNING (MainThread) [bluetooth_adapters.dbus] DBus authentication error; make sure the DBus socket is available and the user has the correct permissions: authentication failed: REJECTED: ['EXTERNAL']
== CHANGED as in the link above ======
homeassistant | 2025-11-25 20:17:56.130 WARNING (MainThread) [bluetooth_auto_recovery.recover] Getting Bluetooth adapter failed hci0 [D8:3A:DD:18:28:3C] because the system cannot create a bluetooth socket: Unable to open PF_BLUETOOTH socket
homeassistant | 2025-11-25 20:17:56.130 WARNING (MainThread) [bluetooth_auto_recovery.recover] Could not find adapter with mac address D8:3A:DD:18:28:3C or hci0
homeassistant | 2025-11-25 20:17:56.131 WARNING (MainThread) [bluetooth_auto_recovery.recover] Closing Bluetooth adapter hci0 [D8:3A:DD:18:28:3C] failed: 'NoneType' object has no attribute 'detach'