2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "scrape",
|
|
|
|
"name": "Scrape",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
2021-09-29 09:25:29 +00:00
|
|
|
"requirements": ["beautifulsoup4==4.10.0"],
|
2020-02-24 08:03:33 +00:00
|
|
|
"after_dependencies": ["rest"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@fabaff"],
|
|
|
|
"iot_class": "cloud_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|