Update app_integration_setup.md

This commit is contained in:
Paulus Schoutsen 2019-03-06 15:10:22 -08:00 committed by GitHub
parent 1e695768fa
commit 764026b6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@ The local instance can be discovered if Home Assistant has the [zeroconf compone
When the address of the instance is known, the app will ask the user to authenticate via [OAuth2 with Home Assistant]. Home Assistant uses IndieAuth, which means that to be able to redirect to a url that triggers your app, you need to take some extra steps. Make sure to read the last paragraph of the "Clients" section thoroughly. When the address of the instance is known, the app will ask the user to authenticate via [OAuth2 with Home Assistant]. Home Assistant uses IndieAuth, which means that to be able to redirect to a url that triggers your app, you need to take some extra steps. Make sure to read the last paragraph of the "Clients" section thoroughly.
[zeroconf component]: https://www.home-assistant.io/components/zeroconf
[OAuth2 with Home Assistant]: auth_api.md
## Registering the device ## Registering the device
> This is an experimental feature. We expect to evolve the API in the upcoming releases. > This is an experimental feature. We expect to evolve the API in the upcoming releases.