From 51830ae6ae08edf54585213d30abbec59c517d49 Mon Sep 17 00:00:00 2001 From: Tim Jacobs Date: Mon, 21 Nov 2022 12:35:03 +0100 Subject: [PATCH] Small clarification in documentation (#24652) Co-authored-by: Franck Nijhof --- source/_integrations/neato.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_integrations/neato.markdown b/source/_integrations/neato.markdown index 461fbc63683..399a2e89998 100644 --- a/source/_integrations/neato.markdown +++ b/source/_integrations/neato.markdown @@ -36,12 +36,15 @@ Visit [the Neato Developer Network](https://developers.neatorobotics.com/applica
-You will have to enter a name, a description and your redirect URL. +You will have to enter a name, a description, and the redirect URI: -Use `https://my.home-assistant.io/redirect/oauth` as the redirect URL. +- **Name**: can be anything you like, for example, "Home Assistant". +- **Description**: can be anything you like, for example, "Home Assistant integration for Neato" +- **Redirect URI**: `https://my.home-assistant.io/redirect/oauth` +- **Terms Of Service URL**: leave blank +- **Privacy Policy URL**: leave blank You have to select all three scopes (`public_profile`, `control_robots` and `maps`). -
{% details "I have manually disabled My Home Assistant" %}