1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-27 02:36:00 +01:00
Files
core/homeassistant/components/homekit/manifest.json
T
2025-10-04 15:25:11 -05:00

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==5.0.0",
"fnv-hash-fast==1.6.0",
"PyQRCode==1.2.1",
"base36==0.1.1"
],
"zeroconf": ["_homekit._tcp.local."]
}