diff --git a/homeassistant/components/yalexs_ble/manifest.json b/homeassistant/components/yalexs_ble/manifest.json index a685d750077..f3a9cc798e6 100644 --- a/homeassistant/components/yalexs_ble/manifest.json +++ b/homeassistant/components/yalexs_ble/manifest.json @@ -6,7 +6,12 @@ "requirements": ["yalexs-ble==1.8.1"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], - "bluetooth": [{ "manufacturer_id": 465 }], + "bluetooth": [ + { + "manufacturer_id": 465, + "service_uuid": "0000fe24-0000-1000-8000-00805f9b34fb" + } + ], "iot_class": "local_push", "supported_brands": { "august_ble": "August Bluetooth" diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 5368d9a745d..5aa128cd7f5 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -285,6 +285,7 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ }, { "domain": "yalexs_ble", - "manufacturer_id": 465 + "manufacturer_id": 465, + "service_uuid": "0000fe24-0000-1000-8000-00805f9b34fb" } ]