mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Properly define depenency for Scrape integration on Rest integ… (#32136)
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||||
"requirements": ["beautifulsoup4==4.8.2"],
|
"requirements": ["beautifulsoup4==4.8.2"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
"after_dependencies": ["rest"],
|
||||||
"codeowners": ["@fabaff"]
|
"codeowners": ["@fabaff"]
|
||||||
}
|
}
|
||||||
|
@@ -133,8 +133,6 @@ IGNORE_VIOLATIONS = {
|
|||||||
# These should be extracted to external package
|
# These should be extracted to external package
|
||||||
"pvoutput",
|
"pvoutput",
|
||||||
"dwd_weather_warnings",
|
"dwd_weather_warnings",
|
||||||
# Should be rewritten to use own data fetcher
|
|
||||||
"scrape",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user