mirror of
https://github.com/home-assistant/core.git
synced 2026-08-29 10:21:09 -05:00
Add integration_type service to nzbget (#159850)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@chriscla"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/nzbget",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pynzbgetapi"],
|
||||
"requirements": ["pynzbgetapi==0.2.0"],
|
||||
|
||||
@@ -4633,7 +4633,7 @@
|
||||
},
|
||||
"nzbget": {
|
||||
"name": "NZBGet",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"single_config_entry": true
|
||||
|
||||
Reference in New Issue
Block a user