From 131512f7fddbcc41a1ba4a6c8365b9b80ccd224a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 13 Sep 2022 05:38:01 -0500 Subject: [PATCH] Make yalexs_ble matcher more specific (#78307) --- homeassistant/components/yalexs_ble/manifest.json | 7 ++++++- homeassistant/generated/bluetooth.py | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) 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" } ]