mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 13:44:32 +01:00
13 lines
403 B
JSON
13 lines
403 B
JSON
{
|
|
"domain": "homekit_controller",
|
|
"name": "HomeKit Controller",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
|
"requirements": ["aiohomekit==0.7.16"],
|
|
"zeroconf": ["_hap._tcp.local."],
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@Jc2k", "@bdraco"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiohomekit", "commentjson"]
|
|
}
|