core/homeassistant/components/scrape/manifest.json

10 lines
247 B
JSON

{
"domain": "scrape",
"name": "Scrape",
"documentation": "https://www.home-assistant.io/integrations/scrape",
"requirements": ["beautifulsoup4==4.8.2"],
"dependencies": [],
"after_dependencies": ["rest"],
"codeowners": ["@fabaff"]
}