core/homeassistant/components/nzbget/manifest.json

11 lines
275 B
JSON

{
"domain": "nzbget",
"name": "NZBGet",
"documentation": "https://www.home-assistant.io/integrations/nzbget",
"requirements": ["pynzbgetapi==0.2.0"],
"codeowners": ["@chriscla"],
"config_flow": true,
"iot_class": "local_polling",
"loggers": ["pynzbgetapi"]
}