core/homeassistant/components/homekit/manifest.json

19 lines
477 B
JSON
Raw Normal View History

{
"domain": "homekit",
"name": "HomeKit",
2023-02-08 19:27:05 +00:00
"after_dependencies": ["camera", "zeroconf"],
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["ffmpeg", "http", "network"],
"documentation": "https://www.home-assistant.io/integrations/homekit",
2023-02-08 19:27:05 +00:00
"iot_class": "local_push",
"loggers": ["pyhap"],
"requirements": [
2022-12-11 03:25:36 +00:00
"HAP-python==4.6.0",
"fnvhash==0.1.0",
"PyQRCode==1.2.1",
"base36==0.1.1"
],
2023-02-08 19:27:05 +00:00
"zeroconf": ["_homekit._tcp.local."]
}