core/homeassistant/components/sabnzbd/manifest.json

11 lines
287 B
JSON
Raw Normal View History

{
"domain": "sabnzbd",
"name": "SABnzbd",
"documentation": "https://www.home-assistant.io/integrations/sabnzbd",
"requirements": ["pysabnzbd==1.1.0"],
"dependencies": ["configurator"],
"after_dependencies": ["discovery"],
"codeowners": [],
"iot_class": "local_polling"
}