Add update to nextcloud (#30610)

* Add update to nextcloud

* show update information
This commit is contained in:
escoand 2024-01-30 23:02:26 +01:00 committed by GitHub
parent b5c47fd807
commit dbffb1f724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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://<your_nextcloud_url>/ocs/v2.php/apps/serverinfo/api/v1/info?format=json`.
To see which datapoints your nextcloud instance exposes, browse to this url: `https://<your_nextcloud_url>/ocs/v2.php/apps/serverinfo/api/v1/info?format=json&skipUpdate=false`.
![Nextcloud Example Sensor](/images/screenshots/nextcloud-sample-sensor.png)