core/homeassistant/components/scrape/manifest.json

11 lines
314 B
JSON

{
"domain": "scrape",
"name": "Scrape",
"documentation": "https://www.home-assistant.io/integrations/scrape",
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.8.0"],
"after_dependencies": ["rest"],
"codeowners": ["@fabaff", "@gjohansson-ST"],
"config_flow": true,
"iot_class": "cloud_polling"
}