From dbffb1f7249609767f2575c7e42b1cdd5a95d345 Mon Sep 17 00:00:00 2001 From: escoand Date: Tue, 30 Jan 2024 23:02:26 +0100 Subject: [PATCH] Add update to nextcloud (#30610) * Add update to nextcloud * show update information --- source/_integrations/nextcloud.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)