Make yalexs_ble matcher more specific (#78307)

pull/78370/head
J. Nick Koston 2022-09-13 05:38:01 -05:00 committed by GitHub
parent 52ea9998bb
commit 131512f7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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"

View File

@ -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"
}
]