mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add discovery support for the 2023 pro check model to mopkea (#109033)
This commit is contained in:
parent
4170a447fc
commit
a6b426ca3e
@ -13,6 +13,12 @@
|
|||||||
"manufacturer_id": 89,
|
"manufacturer_id": 89,
|
||||||
"manufacturer_data_start": [8],
|
"manufacturer_data_start": [8],
|
||||||
"connectable": false
|
"connectable": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
|
||||||
|
"manufacturer_id": 89,
|
||||||
|
"manufacturer_data_start": [12],
|
||||||
|
"connectable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
|
@ -349,6 +349,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"manufacturer_id": 89,
|
"manufacturer_id": 89,
|
||||||
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"connectable": False,
|
||||||
|
"domain": "mopeka",
|
||||||
|
"manufacturer_data_start": [
|
||||||
|
12,
|
||||||
|
],
|
||||||
|
"manufacturer_id": 89,
|
||||||
|
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "oralb",
|
"domain": "oralb",
|
||||||
"manufacturer_id": 220,
|
"manufacturer_id": 220,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user