mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
9 lines
225 B
JSON
9 lines
225 B
JSON
{
|
|
"domain": "scrape",
|
|
"name": "Scrape",
|
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
|
"requirements": ["beautifulsoup4==4.9.3"],
|
|
"after_dependencies": ["rest"],
|
|
"codeowners": ["@fabaff"]
|
|
}
|