1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/nzbget/manifest.json
2023-02-08 20:32:43 +01:00

11 lines
275 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"]
}