Add bluetooth discovery to HomeKit Controller (#75333)
Co-authored-by: Jc2k <john.carr@unrouted.co.uk>
This commit is contained in:
parent
503b31fb15
commit
8d63f81821
8 changed files with 268 additions and 55 deletions
|
@ -7,6 +7,11 @@ from __future__ import annotations
|
|||
# fmt: off
|
||||
|
||||
BLUETOOTH: list[dict[str, str | int]] = [
|
||||
{
|
||||
"domain": "homekit_controller",
|
||||
"manufacturer_id": 76,
|
||||
"manufacturer_data_first_byte": 6
|
||||
},
|
||||
{
|
||||
"domain": "switchbot",
|
||||
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue