core/homeassistant/components/sabnzbd/manifest.json

11 lines
271 B
JSON

{
"domain": "sabnzbd",
"name": "SABnzbd",
"documentation": "https://www.home-assistant.io/integrations/sabnzbd",
"requirements": ["pysabnzbd==1.1.1"],
"codeowners": ["@shaiu"],
"iot_class": "local_polling",
"config_flow": true,
"loggers": ["pysabnzbd"]
}