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