mirror of
https://github.com/home-assistant/core.git
synced 2026-04-22 08:06:17 +00:00
Set integration_type to service in Uptime Kuma integration (#154764)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -7215,7 +7215,7 @@
|
||||
},
|
||||
"uptime_kuma": {
|
||||
"name": "Uptime Kuma",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user