mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix LD2410 BLE detection with passive scans (#87584)
This commit is contained in:
parent
c25bff9389
commit
1170b36a82
@ -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",
|
||||
|
@ -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*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user