mirror of https://github.com/home-assistant/core
12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"domain": "nzbget",
|
|
"name": "NZBGet",
|
|
"codeowners": ["@chriscla"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nzbget",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pynzbgetapi"],
|
|
"requirements": ["pynzbgetapi==0.2.0"],
|
|
"single_config_entry": true
|
|
}
|