diff --git a/homeassistant/components/camera/manifest.json b/homeassistant/components/camera/manifest.json index 32cd7c3fe47..25d344d05ad 100644 --- a/homeassistant/components/camera/manifest.json +++ b/homeassistant/components/camera/manifest.json @@ -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": [] } diff --git a/script/hassfest/dependencies.py b/script/hassfest/dependencies.py index 6ba228b5bc7..c67779d3c33 100644 --- a/script/hassfest/dependencies.py +++ b/script/hassfest/dependencies.py @@ -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 = [