Set integration_type to service in Uptime Kuma integration (#154764)

This commit is contained in:
Manu
2025-10-18 20:20:59 +02:00
committed by GitHub
parent e95c0ef3a8
commit 10b300e573
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@tr4nt0r"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/uptime_kuma",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pythonkuma"],
"quality_scale": "platinum",

View File

@@ -7215,7 +7215,7 @@
},
"uptime_kuma": {
"name": "Uptime Kuma",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},