core/homeassistant/components/sabnzbd/manifest.json

11 lines
271 B
JSON
Raw Normal View History

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