diff --git a/source/_integrations/nextcloud.markdown b/source/_integrations/nextcloud.markdown index 67c30e4f5fe..f2c8edad40b 100644 --- a/source/_integrations/nextcloud.markdown +++ b/source/_integrations/nextcloud.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate Nextcloud monitor api data into Ho ha_category: - Binary sensor - Sensor + - Update ha_iot_class: Cloud Polling ha_release: 0.108 ha_domain: nextcloud @@ -13,6 +14,7 @@ ha_codeowners: ha_platforms: - binary_sensor - sensor + - update ha_integration_type: integration --- @@ -20,7 +22,7 @@ The `nextcloud` integration pulls summary [Nextcloud](https://nextcloud.com/) in The integration provides sensors and binary sensors for most of the data points that the built-in Nextcloud [serverinfo app](https://github.com/nextcloud/serverinfo) provides. -To see which datapoints your nextcloud instance exposes, browse to this url: `https:///ocs/v2.php/apps/serverinfo/api/v1/info?format=json`. +To see which datapoints your nextcloud instance exposes, browse to this url: `https:///ocs/v2.php/apps/serverinfo/api/v1/info?format=json&skipUpdate=false`. ![Nextcloud Example Sensor](/images/screenshots/nextcloud-sample-sensor.png)