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 Paulus Schoutsen
parent 0d9393ca79
commit e0a6a6cfa6
2 changed files with 14 additions and 0 deletions

View File

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

View File

@ -229,6 +229,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"domain": "ld2410_ble",
"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",
"local_name": "LEDnet*",