diff --git a/homeassistant/components/ld2410_ble/manifest.json b/homeassistant/components/ld2410_ble/manifest.json index 14af223baf0..9d133876a7d 100644 --- a/homeassistant/components/ld2410_ble/manifest.json +++ b/homeassistant/components/ld2410_ble/manifest.json @@ -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", diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index ef79445ff32..031791ca106 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -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*",