From e0d6810134418d8d3d7464998dcd31c355b614a0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 19 Dec 2019 11:23:19 +0100 Subject: [PATCH] Remove stream from camera after deps (#30057) --- homeassistant/components/camera/manifest.json | 2 +- script/hassfest/dependencies.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 = [