core/homeassistant/components/homekit/manifest.json

19 lines
490 B
JSON

{
"domain": "homekit",
"name": "HomeKit Bridge",
"after_dependencies": ["camera", "zeroconf"],
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["ffmpeg", "http", "network"],
"documentation": "https://www.home-assistant.io/integrations/homekit",
"iot_class": "local_push",
"loggers": ["pyhap"],
"requirements": [
"HAP-python==4.9.2",
"fnv-hash-fast==1.0.2",
"PyQRCode==1.2.1",
"base36==0.1.1"
],
"zeroconf": ["_homekit._tcp.local."]
}