diff --git a/pyproject.toml b/pyproject.toml index 54f989d..fafc30a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "etekcity_esf551_ble" -version = "0.1.3" +version = "0.1.4" authors = [ { name="Ron", email="ronnnnnnn@gmail.com" }, ] diff --git a/src/etekcity_esf551_ble/__init__.py b/src/etekcity_esf551_ble/__init__.py index 1fe95a1..0c45e8c 100644 --- a/src/etekcity_esf551_ble/__init__.py +++ b/src/etekcity_esf551_ble/__init__.py @@ -8,4 +8,4 @@ "IMPEDANCE_KEY", "WEIGHT_KEY", ] -__version__ = "0.1.3" +__version__ = "0.1.4" diff --git a/src/etekcity_esf551_ble/bluetooth.py b/src/etekcity_esf551_ble/bluetooth.py index 8d5dc98..55f9d64 100644 --- a/src/etekcity_esf551_ble/bluetooth.py +++ b/src/etekcity_esf551_ble/bluetooth.py @@ -117,6 +117,8 @@ def create_adv_receiver( scanner_kwargs: dict[str, Any] = { "detection_callback": detection_callback, "scanning_mode": SCANNING_MODE_TO_BLEAK[scanning_mode], + "bluez": {}, + "cb": {}, } if IS_LINUX: # Only Linux supports multiple adapters