Pass the list of plugins when creating Bluetooth managers.

This commit is contained in:
Fabio Manganiello 2023-03-23 17:42:16 +01:00
parent 43289a3b55
commit cd219f44c4
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 0 deletions

View File

@ -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 """