From 7d712910979c32fd38c52cd2ce6dec1674522e61 Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Sun, 19 Apr 2020 06:21:06 -0400 Subject: [PATCH] Clarify Nextcloud integration prerequisites (#13062) * Clarify Nextcloud integration prerequisites * Fix Home Assistant reference --- source/_integrations/nextcloud.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_integrations/nextcloud.markdown b/source/_integrations/nextcloud.markdown index 100a959f141..00aef931424 100644 --- a/source/_integrations/nextcloud.markdown +++ b/source/_integrations/nextcloud.markdown @@ -16,11 +16,13 @@ The `nextcloud` integration pulls summary [Nextcloud](https://nextcloud.com/) in ## Configuration -This integration requires access to the monitor API of a Nextcloud instance (This is generally an admin user). +This integration has the following Nextcloud Server prerequisites: -You should also generate an App password from the Nextcloud web UI: **Settings** > **Security** > **Devices & sessions** > **Create new app password**. +- The user must be in the Nextcloud `admin` group (__*Nextcloud*__ > __*Users*__) +- The Nextcloud 'Monitoring' app must be installed (__*Nextcloud*__ > __*Apps*__ > 🔍(Search Icon) > __*Monitoring*__ > __*Enable*__) +- (Recommended) A Nextcloud App password should be generated for use in Home Assistant (__*Nextcloud*__ > __*Settings*__ > __*Personal*__ > __*Security*__ > __*Devices & sessions*__ > __*Create new app password*__) -Once you have generated the App password, add the following to your `configuration.yaml` file: +To enable the Nextcloud integration, add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry