mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add update to nextcloud (#30610)
* Add update to nextcloud * show update information
This commit is contained in:
parent
b5c47fd807
commit
dbffb1f724
@ -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`.
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user