12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"domain": "homekit_controller",
|
|
"name": "HomeKit Controller",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
|
"requirements": ["aiohomekit==0.2.61"],
|
|
"zeroconf": ["_hap._tcp.local."],
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@Jc2k"],
|
|
"iot_class": "local_push"
|
|
}
|