forked from platypush/platypush
Pass the list of plugins when creating Bluetooth managers.
This commit is contained in:
parent
43289a3b55
commit
cd219f44c4
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ class BLEManager(BaseBluetoothManager):
|
||||||
device_queue=self._device_queue,
|
device_queue=self._device_queue,
|
||||||
device_cache=self._device_cache,
|
device_cache=self._device_cache,
|
||||||
entity_cache=self._cache,
|
entity_cache=self._cache,
|
||||||
|
plugins=self._plugins,
|
||||||
exclude_known_noisy_beacons=self._exclude_known_noisy_beacons,
|
exclude_known_noisy_beacons=self._exclude_known_noisy_beacons,
|
||||||
)
|
)
|
||||||
""" Bluetooth device event handler """
|
""" Bluetooth device event handler """
|
||||||
|
|
Loading…
Reference in a new issue