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

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,