mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 10:46:38 +01:00
Add homekit notifications to the list of allowed apple bluetooth start bytes (#80733)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user