2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "homekit_controller",
|
2023-06-26 20:26:16 +00:00
|
|
|
"name": "HomeKit Device",
|
2023-02-15 16:41:07 +00:00
|
|
|
"after_dependencies": ["thread"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"bluetooth": [
|
|
|
|
{
|
|
|
|
"manufacturer_id": 76,
|
|
|
|
"manufacturer_data_start": [6]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"codeowners": ["@Jc2k", "@bdraco"],
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2023-01-15 23:17:17 +00:00
|
|
|
"dependencies": ["bluetooth_adapters", "zeroconf"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2023-02-08 19:27:05 +00:00
|
|
|
"loggers": ["aiohomekit", "commentjson"],
|
2023-09-10 17:01:12 +00:00
|
|
|
"requirements": ["aiohomekit==3.0.3"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|