mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Remove stream from camera after deps (#30057)
This commit is contained in:
@@ -102,6 +102,7 @@ ALLOWED_USED_COMPONENTS = {
|
||||
"discovery",
|
||||
# Other
|
||||
"mjpeg", # base class, has no reqs or component to load.
|
||||
"stream", # Stream cannot install on all systems, can be imported without reqs.
|
||||
}
|
||||
|
||||
IGNORE_VIOLATIONS = [
|
||||
|
||||
Reference in New Issue
Block a user