mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Make yalexs_ble matcher more specific (#78307)
This commit is contained in:
parent
52ea9998bb
commit
131512f7fd
@ -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"
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user