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": [
|
2021-03-07 00:30:57 +00:00
|
|
|
"HAP-python==3.4.0",
|
2020-06-25 01:14:50 +00:00
|
|
|
"fnvhash==0.1.0",
|
|
|
|
"PyQRCode==1.2.1",
|
|
|
|
"base36==0.1.1",
|
|
|
|
"PyTurboJPEG==1.4.0"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"http",
|
|
|
|
"camera",
|
|
|
|
"ffmpeg"
|
|
|
|
],
|
|
|
|
"after_dependencies": [
|
|
|
|
"zeroconf"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@bdraco"
|
|
|
|
],
|
2020-09-10 18:44:11 +00:00
|
|
|
"zeroconf": ["_homekit._tcp.local."],
|
2020-05-01 04:05:06 +00:00
|
|
|
"config_flow": true
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|