2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "homekit",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "HomeKit",
|
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": [
|
2022-12-11 03:25:36 +00:00
|
|
|
"HAP-python==4.6.0",
|
2020-06-25 01:14:50 +00:00
|
|
|
"fnvhash==0.1.0",
|
|
|
|
"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
|
|
|
}
|