Move camera to after deps for HomeKit ()

This commit is contained in:
J. Nick Koston 2022-02-24 09:03:59 -10:00 committed by GitHub
parent dd927adba9
commit 4dc6aab17e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@
"PyQRCode==1.2.1",
"base36==0.1.1"
],
"dependencies": ["http", "camera", "ffmpeg", "network"],
"after_dependencies": ["zeroconf"],
"dependencies": ["ffmpeg", "http", "network"],
"after_dependencies": ["camera", "zeroconf"],
"codeowners": ["@bdraco"],
"zeroconf": ["_homekit._tcp.local."],
"config_flow": true,