2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "homekit",
|
2023-04-20 13:03:12 +00:00
|
|
|
"name": "HomeKit Bridge",
|
2023-02-08 19:27:05 +00:00
|
|
|
"after_dependencies": ["camera", "zeroconf"],
|
|
|
|
"codeowners": ["@bdraco"],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["ffmpeg", "http", "network"],
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit",
|
2023-02-08 19:27:05 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["pyhap"],
|
2020-06-25 01:14:50 +00:00
|
|
|
"requirements": [
|
2024-11-03 17:27:57 +00:00
|
|
|
"HAP-python==4.9.2",
|
2025-01-17 22:04:53 +00:00
|
|
|
"fnv-hash-fast==1.2.2",
|
2020-06-25 01:14:50 +00:00
|
|
|
"PyQRCode==1.2.1",
|
2021-08-11 00:33:06 +00:00
|
|
|
"base36==0.1.1"
|
2020-06-25 01:14:50 +00:00
|
|
|
],
|
2023-02-08 19:27:05 +00:00
|
|
|
"zeroconf": ["_homekit._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|