Remove stream from camera after deps (#30057)

This commit is contained in:
Paulus Schoutsen 2019-12-19 11:23:19 +01:00 committed by GitHub
parent c3144eddbb
commit e0d6810134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/camera",
"requirements": [],
"dependencies": ["http"],
"after_dependencies": ["stream", "media_player"],
"after_dependencies": ["media_player"],
"codeowners": []
}

View file

@ -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 = [