Move camera to after deps for HomeKit (#67190)
This commit is contained in:
parent
dd927adba9
commit
4dc6aab17e
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue