diff --git a/platypush/plugins/bluetooth/_ble/_event_handler.py b/platypush/plugins/bluetooth/_ble/_event_handler.py index 4b206cbd11..08ef1e94ed 100644 --- a/platypush/plugins/bluetooth/_ble/_event_handler.py +++ b/platypush/plugins/bluetooth/_ble/_event_handler.py @@ -191,8 +191,8 @@ class EventHandler: """ Check if the beacon received from the given device should be skipped. """ - # Exclude Apple iBeacons - if device.manufacturer == 'Apple, Inc.' and device.model == 'iBeacon': + # Exclude iBeacons + if device.model == 'iBeacon': return True # "Noisy" beacon devices usually have no associated friendly name. If a