2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "scrape",
|
|
|
|
"name": "Scrape",
|
2020-02-24 08:03:33 +00:00
|
|
|
"after_dependencies": ["rest"],
|
2023-07-31 09:15:59 +00:00
|
|
|
"codeowners": ["@fabaff", "@gjohansson-ST"],
|
2023-02-08 19:13:46 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
2022-11-21 20:39:39 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-08-14 08:22:53 +00:00
|
|
|
"requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.3"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|