core/homeassistant/components/scrape/manifest.json

11 lines
314 B
JSON
Raw Normal View History

{
"domain": "scrape",
"name": "Scrape",
"after_dependencies": ["rest"],
"codeowners": ["@fabaff", "@gjohansson-ST"],
2023-02-08 19:13:46 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/scrape",
"iot_class": "cloud_polling",
"requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.3"]
}