mirror of https://github.com/home-assistant/core
11 lines
314 B
JSON
11 lines
314 B
JSON
{
|
|
"domain": "scrape",
|
|
"name": "Scrape",
|
|
"after_dependencies": ["rest"],
|
|
"codeowners": ["@fabaff", "@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["beautifulsoup4==4.12.3", "lxml==5.3.0"]
|
|
}
|