Small clarification in documentation (#24652)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Tim Jacobs 2022-11-21 12:35:03 +01:00 committed by GitHub
parent 4b5dddaea8
commit 51830ae6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,12 +36,15 @@ Visit [the Neato Developer Network](https://developers.neatorobotics.com/applica
<div class='note'>
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`).
</div>
{% details "I have manually disabled My Home Assistant" %}