2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "homekit",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "HomeKit",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit",
|
2020-06-25 01:14:50 +00:00
|
|
|
"requirements": [
|
2022-01-12 23:06:09 +00:00
|
|
|
"HAP-python==4.4.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
|
|
|
],
|
2022-02-24 19:03:59 +00:00
|
|
|
"dependencies": ["ffmpeg", "http", "network"],
|
|
|
|
"after_dependencies": ["camera", "zeroconf"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2020-09-10 18:44:11 +00:00
|
|
|
"zeroconf": ["_homekit._tcp.local."],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["pyhap"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|