mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add homekit notifications to the list of allowed apple bluetooth start bytes (#80733)
This commit is contained in:
parent
b8c574e9ab
commit
91c5aac8ba
@ -61,9 +61,11 @@ APPLE_MFR_ID: Final = 76
|
||||
APPLE_IBEACON_START_BYTE: Final = 0x02 # iBeacon (tilt_ble)
|
||||
APPLE_HOMEKIT_START_BYTE: Final = 0x06 # homekit_controller
|
||||
APPLE_DEVICE_ID_START_BYTE: Final = 0x10 # bluetooth_le_tracker
|
||||
APPLE_HOMEKIT_NOTIFY_START_BYTE: Final = 0x11 # homekit_controller
|
||||
APPLE_START_BYTES_WANTED: Final = {
|
||||
APPLE_IBEACON_START_BYTE,
|
||||
APPLE_HOMEKIT_START_BYTE,
|
||||
APPLE_HOMEKIT_NOTIFY_START_BYTE,
|
||||
APPLE_DEVICE_ID_START_BYTE,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user