Move camera to after deps for HomeKit (#67190)

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", "PyQRCode==1.2.1",
"base36==0.1.1" "base36==0.1.1"
], ],
"dependencies": ["http", "camera", "ffmpeg", "network"], "dependencies": ["ffmpeg", "http", "network"],
"after_dependencies": ["zeroconf"], "after_dependencies": ["camera", "zeroconf"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"zeroconf": ["_homekit._tcp.local."], "zeroconf": ["_homekit._tcp.local."],
"config_flow": true, "config_flow": true,