core/homeassistant/components/sabnzbd/manifest.json

11 lines
282 B
JSON

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