mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Remove stream from camera after deps (#30057)
This commit is contained in:
parent
c3144eddbb
commit
e0d6810134
@ -4,6 +4,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/camera",
|
"documentation": "https://www.home-assistant.io/integrations/camera",
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"after_dependencies": ["stream", "media_player"],
|
"after_dependencies": ["media_player"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -102,6 +102,7 @@ ALLOWED_USED_COMPONENTS = {
|
|||||||
"discovery",
|
"discovery",
|
||||||
# Other
|
# Other
|
||||||
"mjpeg", # base class, has no reqs or component to load.
|
"mjpeg", # base class, has no reqs or component to load.
|
||||||
|
"stream", # Stream cannot install on all systems, can be imported without reqs.
|
||||||
}
|
}
|
||||||
|
|
||||||
IGNORE_VIOLATIONS = [
|
IGNORE_VIOLATIONS = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user