core/homeassistant/components/scrape/manifest.json

10 lines
302 B
JSON
Raw Normal View History

{
"domain": "scrape",
"name": "Scrape",
"documentation": "https://www.home-assistant.io/integrations/scrape",
2022-07-08 03:50:31 +00:00
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.9.1"],
"after_dependencies": ["rest"],
2022-10-19 01:29:11 +00:00
"codeowners": ["@fabaff", "@gjohansson-ST", "@epenet"],
"iot_class": "cloud_polling"
}