Add LD2410BLE support for new firmware version (#87507)

* Updated local_name to reflect the naming scheme in HLK firmware 2.01.23020209

* Adding generated bluetooth file.
pull/87564/head
Ben Corrado 2023-02-06 10:00:06 -08:00 committed by GitHub
parent 746afb70ba
commit fee693979d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,14 @@
"requirements": ["bluetooth-data-tools==0.3.1", "ld2410-ble==0.1.1"],
"dependencies": ["bluetooth_adapters"],
"codeowners": ["@930913"],
"bluetooth": [{ "local_name": "HLK-LD2410B_*" }],
"bluetooth": [
{
"local_name": "HLK-LD2410B_*"
},
{
"local_name": "HLK-LD2410_*"
}
],
"integration_type": "device",
"iot_class": "local_push"
}

View File

@ -225,6 +225,10 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"domain": "ld2410_ble",
"local_name": "HLK-LD2410B_*",
},
{
"domain": "ld2410_ble",
"local_name": "HLK-LD2410_*",
},
{
"domain": "led_ble",
"local_name": "LEDnet*",