From cd219f44c4409ee04a3169dd9c3b0f352876b0d1 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 23 Mar 2023 17:42:16 +0100 Subject: [PATCH] Pass the list of plugins when creating Bluetooth managers. --- platypush/plugins/bluetooth/_ble/_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/plugins/bluetooth/_ble/_manager.py b/platypush/plugins/bluetooth/_ble/_manager.py index 99d04313..e4fff935 100644 --- a/platypush/plugins/bluetooth/_ble/_manager.py +++ b/platypush/plugins/bluetooth/_ble/_manager.py @@ -67,6 +67,7 @@ class BLEManager(BaseBluetoothManager): device_queue=self._device_queue, device_cache=self._device_cache, entity_cache=self._cache, + plugins=self._plugins, exclude_known_noisy_beacons=self._exclude_known_noisy_beacons, ) """ Bluetooth device event handler """