Hi everyone,
I’ve been experiencing issues with Bluetooth since the April updates (2025.3.x). I’m getting an “Invalid config” error for the bluetooth_adapters
integration, but when I check the logs, there’s absolutely nothing related to Bluetooth.
The error message is:
Invalid config The following integrations and platforms could not be set up: bluetooth_adapters (Show logs)
And the logs are empty.
I’ve tried using a new Bluetooth dongle, but the problem persists. I also attempted to force the adapter in my configuration.yaml
with the following:
YAMLbluetooth: adapters: - mac_address: "30:68:93:B9:4C:AF" active: true
However, I’m still encountering the same issue. As a result, my HomeKit setup (via HomeBridge) is no longer working either.
When I revert back to version 2025.2.5, everything works perfectly.
My setup is Home Assistant OS running on an Intel NUC.
Has anyone else experienced this or have any ideas on what might be causing this and how to resolve it?
Thanks in advance for any help!