core/homeassistant/components/homekit_controller/manifest.json

10 lines
285 B
JSON

{
"domain": "homekit_controller",
"name": "HomeKit Controller",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit[IP]==0.2.37"],
"zeroconf": ["_hap._tcp.local."],
"codeowners": ["@Jc2k"]
}