diff --git a/homeassistant/components/scrape/manifest.json b/homeassistant/components/scrape/manifest.json index e0800cdef27..90352bbd108 100644 --- a/homeassistant/components/scrape/manifest.json +++ b/homeassistant/components/scrape/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/scrape", "requirements": ["beautifulsoup4==4.8.2"], "dependencies": [], + "after_dependencies": ["rest"], "codeowners": ["@fabaff"] } diff --git a/script/hassfest/dependencies.py b/script/hassfest/dependencies.py index 4d8fbb226f8..c909b6216a9 100644 --- a/script/hassfest/dependencies.py +++ b/script/hassfest/dependencies.py @@ -133,8 +133,6 @@ IGNORE_VIOLATIONS = { # These should be extracted to external package "pvoutput", "dwd_weather_warnings", - # Should be rewritten to use own data fetcher - "scrape", }