core/homeassistant/components/homekit_controller/manifest.json

15 lines
318 B
JSON
Raw Normal View History

{
"domain": "homekit_controller",
"name": "Homekit controller",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/homekit_controller",
"requirements": [
2019-04-30 12:44:48 +00:00
"homekit[IP]==0.14.0"
],
"dependencies": [],
"zeroconf": ["_hap._tcp.local."],
"codeowners": [
"@Jc2k"
]
}