1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/nzbget/manifest.json
Michael 8236a9529f Mark integrations as single_config_entry in manifest [k-r] (#128191)
* mark integrations as single_config_entry in manifest

* fix owntracks test
2024-10-12 09:03:17 +02:00

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
}