Changelog v0.20.2 (2024-11-18) Fix Discard impossible timestamps when restoring bluetooth scanner data (#177) (be11e23) v0.20.1 (2024-10-31) Fix Handle devices listed before adapter in dbus managed objects (#174) (69b0d16) v0.20.0 (2024-10-05) Feature Add support for Python 3.13 (#163) (65b76f3) v0.19.4 (2024-08-16) Fix Run device refresh in the executor (#156) (7fc4a3a) v0.19.3 (2024-06-24) Fix Fix license classifier (#141) (b3d7010) v0.19.2 (2024-05-04) Fix Handle AuthError while probing for adapters (#130) (aec92f3) v0.19.1 (2024-04-30) Fix Handle missing hci devices when enumerating adapters (#129) (95759e7) v0.19.0 (2024-04-19) Feature Improve adapter data with UART devices (#124) (5db938f) v0.18.0 (2024-02-24) Feature Switch to using aiooui for mac lookups (#115) (6934ad8) v0.17.0 (2024-01-04) Feature Ignore adapters with a 00:00:00:00:00:00 mac address (#105) (cdca7b2) Py312 support (#107) (4b14786) v0.16.2 (2023-12-16) Fix Workaround fcntl and dbus_fast not available on windows (#102) (0c48649) v0.16.1 (2023-09-07) Fix Ensure timeouts work with py3.11 (#89) (fb9e2b5) v0.16.0 (2023-07-12) Feature Add get_adapters_from_hci (#74) (9801501) v0.15.5 (2023-07-12) Fix Make sure down adapters are still listed (#71) (0411edd) v0.15.4 (2023-05-09) Fix Don't import from dbus module on Windows (#57) (f936758) v0.15.3 (2023-03-18) Fix Update for bleak 0.20 (#39) (1e18be2) Fix CI (#43) (f43d748) v0.15.2 (2022-12-22) Fix Missing ADAPTER_CONNECTION_SLOTS from all (#38) (d2bed5e) v0.15.1 (2022-12-22) Fix Align naming with Home Assistant for new connection slots code (#36) (0605de5) v0.15.0 (2022-12-21) Feature Add connection_slots to AdapterDetails (#35) (c0a7b52) v0.14.1 (2022-12-10) Fix Handle data corruption (#34) (77f2e9b) v0.14.0 (2022-12-10) Feature Cleanup new storage apis and add coverage (#33) (07cfbdf) v0.13.0 (2022-12-10) Feature Add storage to save and restore discovered devices (#32) (dc88a36) v0.12.0 (2022-12-05) Feature Expose load_history_from_managed_objects (#31) (823daa8) v0.11.0 (2022-11-27) Feature Detect vendor of uart bluetooth adapters by mac oui (#30) (12b1383) v0.10.1 (2022-11-27) Fix Bump usb-devices (#28) (9c1a8f8) v0.10.0 (2022-11-27) Feature Export ADAPTER_ constants for the underlying usb device (#27) (f3f7619) v0.9.0 (2022-11-27) Feature Add hardware info to adapter details (#26) (dc2682d) v0.8.0 (2022-11-16) Feature Add new multi platform adapter manager (#23) (58119d1) v0.7.0 (2022-11-04) Feature Speed up connecting to Dbus (#22) (6b45f84) v0.6.0 (2022-10-02) Feature Use unpack_variants from dbus-fast (#21) (f5e0cf4) v0.5.3 (2022-10-01) Fix Compat with upcoming bleak (#20) (61fcdbf) v0.5.2 (2022-09-26) Fix Handle ConnectionRefusedError (#19) (7e85613) v0.5.1 (2022-09-17) Fix Restoring manufacturer_data (#18) (264d63a) v0.5.0 (2022-09-17) Feature Add support for restoring bluetooth history from the bus (#17) (3aaf104) v0.4.1 (2022-09-10) Fix Bump dbus-fast (#16) (6e665ae) v0.4.0 (2022-09-09) Feature Switch from dbus-next to dbus-fast (#15) (90d9ca5) v0.3.6 (2022-09-09) Fix Handle Dbus closing the connection on us (#14) (847698f) v0.3.5 (2022-09-08) Fix Downgrade more loggers to debug in case they do not have bluez installed and do not want bluetooth (#13) (cae2700) v0.3.4 (2022-09-02) Fix Downgrade more loggers (#12) (3deb74f) v0.3.3 (2022-09-01) Fix Downgrade dbus timeouts to debug logging as it likely means they have no bluez (#11) (4f6ae64) v0.3.2 (2022-08-27) Fix Seperate FileNotFoundError and BrokenPipeError errors (#10) (f0b3d81) v0.3.1 (2022-08-27) Fix Manage BrokenPipeError thrown by MessageBus.connect() (#9) (5d0fbaa) v0.3.0 (2022-08-27) Feature Add get_dbus_managed_objects (#8) (ce613ea) v0.2.0 (2022-08-18) Feature Add get_bluetooth_adapter_details (#7) (619f1ac) v0.1.3 (2022-08-01) Fix Add a timeout in case dbus fails to respond (#6) (eff1022) v0.1.2 (2022-07-24) Fix Adapters now returns a list instead of a set since order matters (#5) (b4f153b) v0.1.1 (2022-07-22) Fix Disconnect is not a coro (#4) (05022b2) v0.1.0 (2022-07-22) Feature Bump to resync verison (#3) (d0ec824)