mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Move camera to after deps for HomeKit (#67190)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user