From 764026b6f08b7136d5bfe274fd4e8d403a07f927 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 6 Mar 2019 15:10:22 -0800 Subject: [PATCH] Update app_integration_setup.md --- docs/app_integration_setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/app_integration_setup.md b/docs/app_integration_setup.md index e6ef6444..5b0c6807 100644 --- a/docs/app_integration_setup.md +++ b/docs/app_integration_setup.md @@ -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. +[zeroconf component]: https://www.home-assistant.io/components/zeroconf +[OAuth2 with Home Assistant]: auth_api.md + ## Registering the device > This is an experimental feature. We expect to evolve the API in the upcoming releases.