core/homeassistant/components/scrape/manifest.json

11 lines
325 B
JSON

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