You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(which results in bluetooth failing to initialize). For now, I've worked around this locally by just patching dbus-fast's auth.py.
Describe the solution you'd like
Some mechanism for overriding the UID in bluetooth-adapters? I'm not sure what the best strategy is here. BLEAK_DBUS_AUTH_UID already exists. On one hand, it doesn't make sense for this library to depend on that env var. On the other, adding a new env var would require setting both.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I got around to testing home-assistant/core#89925, which includes the
dbus-fast
changes to override the DBus UID: Bluetooth-Devices/dbus-fast#188 Bluetooth-Devices/dbus-fast#193. I tried adding support for this inbleak
via hbldh/bleak#1182. Unfortunately, I didn't realize thatbluetooth-adapters
also usesdbus-fast
:bluetooth-adapters/src/bluetooth_adapters/dbus.py
Line 94 in 7932014
dbus-fast
'sauth.py
.Describe the solution you'd like
Some mechanism for overriding the UID in
bluetooth-adapters
? I'm not sure what the best strategy is here.BLEAK_DBUS_AUTH_UID
already exists. On one hand, it doesn't make sense for this library to depend on that env var. On the other, adding a new env var would require setting both.Additional context
The text was updated successfully, but these errors were encountered: