Add integration_type service to sabnzbd (#161321)

This commit is contained in:
Joost Lekkerkerker
2026-01-20 20:20:54 +01:00
committed by GitHub
parent ce8fd16456
commit beea9fa74b
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@shaiu", "@jpbede"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sabnzbd",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["pysabnzbd"],
"quality_scale": "bronze",
+1 -1
View File
@@ -5784,7 +5784,7 @@
},
"sabnzbd": {
"name": "SABnzbd",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},