mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 09:41:51 +00:00
10 lines
273 B
JSON
10 lines
273 B
JSON
{
|
|
"domain": "scrape",
|
|
"name": "Scrape",
|
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
|
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.9.1"],
|
|
"after_dependencies": ["rest"],
|
|
"codeowners": ["@fabaff"],
|
|
"iot_class": "cloud_polling"
|
|
}
|