Skip to content

Commit cecdf55

Browse files
authored
Set integration type for nextcloud (home-assistant#154709)
1 parent 54e6fbc commit cecdf55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/nextcloud/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@mib1185"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/nextcloud",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"requirements": ["nextcloudmonitor==1.5.1"]
910
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4413,7 +4413,7 @@
44134413
},
44144414
"nextcloud": {
44154415
"name": "Nextcloud",
4416-
"integration_type": "hub",
4416+
"integration_type": "service",
44174417
"config_flow": true,
44184418
"iot_class": "cloud_polling"
44194419
},

0 commit comments

Comments
 (0)