Fix LD2410 BLE detection with passive scans (#87584)

This commit is contained in:
J. Nick Koston 2023-02-07 12:38:48 -06:00 committed by GitHub
parent c25bff9389
commit 1170b36a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,11 @@
}, },
{ {
"local_name": "HLK-LD2410_*" "local_name": "HLK-LD2410_*"
},
{
"manufacturer_id": 256,
"manufacturer_data_start": [7, 1],
"service_uuid": "0000af30-0000-1000-8000-00805f9b34fb"
} }
], ],
"integration_type": "device", "integration_type": "device",

View File

@ -229,6 +229,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"domain": "ld2410_ble", "domain": "ld2410_ble",
"local_name": "HLK-LD2410_*", "local_name": "HLK-LD2410_*",
}, },
{
"domain": "ld2410_ble",
"manufacturer_data_start": [
7,
1,
],
"manufacturer_id": 256,
"service_uuid": "0000af30-0000-1000-8000-00805f9b34fb",
},
{ {
"domain": "led_ble", "domain": "led_ble",
"local_name": "LEDnet*", "local_name": "LEDnet*",