From a2a5fce6cb731443f2d523bf4701b1c6252a39e0 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 22 Mar 2023 22:55:19 +0100 Subject: [PATCH] Added `Apple Continuity` to the list of blacklisted manufacturers/models --- platypush/plugins/bluetooth/_ble/_event_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/plugins/bluetooth/_ble/_event_handler.py b/platypush/plugins/bluetooth/_ble/_event_handler.py index a2bfeb8a..7b9f6794 100644 --- a/platypush/plugins/bluetooth/_ble/_event_handler.py +++ b/platypush/plugins/bluetooth/_ble/_event_handler.py @@ -26,6 +26,7 @@ _rssi_update_interval: Final[float] = 30.0 """ How often to trigger RSSI update events for a device. """ _excluded_manufacturers: Final[Collection[str]] = { + 'Apple Continuity', 'Apple, Inc.', 'GAEN', 'Google',