1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/ld2410_ble/manifest.json
2025-10-28 17:24:27 +01:00

25 lines
620 B
JSON

{
"domain": "ld2410_ble",
"name": "LD2410 BLE",
"bluetooth": [
{
"local_name": "HLK-LD2410B_*"
},
{
"local_name": "HLK-LD2410_*"
},
{
"manufacturer_data_start": [7, 1],
"manufacturer_id": 256,
"service_uuid": "0000af30-0000-1000-8000-00805f9b34fb"
}
],
"codeowners": ["@930913"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/ld2410_ble",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["bluetooth-data-tools==1.28.4", "ld2410-ble==0.1.1"]
}