mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
Set integration type for nextcloud (#154709)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -4413,7 +4413,7 @@
|
||||
},
|
||||
"nextcloud": {
|
||||
"name": "Nextcloud",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user