forked from platypush/platypush
Added Apple Continuity
to the list of blacklisted manufacturers/models
This commit is contained in:
parent
e71c312133
commit
a2a5fce6cb
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue