1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 01:27:57 +01:00

Set integration type for nextcloud (#154709)

This commit is contained in:
Michael
2025-10-17 23:24:52 +02:00
committed by GitHub
parent 54e6fbc042
commit cecdf553f3
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@mib1185"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nextcloud",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["nextcloudmonitor==1.5.1"]
}
+1 -1
View File
@@ -4413,7 +4413,7 @@
},
"nextcloud": {
"name": "Nextcloud",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},