1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/homekit/manifest.json
J. Nick Koston 2e89f152ba
Bump HAP-python to 3.4.0 (#47476)
* Bump HAP-python to 3.3.3

* bump

* fix mocking
2021-03-07 01:30:57 +01:00

26 lines
471 B
JSON

{
"domain": "homekit",
"name": "HomeKit",
"documentation": "https://www.home-assistant.io/integrations/homekit",
"requirements": [
"HAP-python==3.4.0",
"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"
],
"zeroconf": ["_homekit._tcp.local."],
"config_flow": true
}