2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "homekit_controller",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "HomeKit Controller",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
2023-01-14 00:03:16 +00:00
|
|
|
"requirements": ["aiohomekit==2.4.4"],
|
2022-07-10 18:50:54 +00:00
|
|
|
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."],
|
2022-07-17 22:25:45 +00:00
|
|
|
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [6] }],
|
2023-01-15 23:17:17 +00:00
|
|
|
"dependencies": ["bluetooth_adapters", "zeroconf"],
|
2021-05-23 05:22:56 +00:00
|
|
|
"codeowners": ["@Jc2k", "@bdraco"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["aiohomekit", "commentjson"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|