From 1df007e884cd709d8aefded2039b758be35717a7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 9 Jun 2020 13:29:56 -0700 Subject: [PATCH] Mention external bus in integrating app --- docs/api/native-app-integration/webview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/native-app-integration/webview.md b/docs/api/native-app-integration/webview.md index 47c1e4b7..90ff75eb 100644 --- a/docs/api/native-app-integration/webview.md +++ b/docs/api/native-app-integration/webview.md @@ -6,4 +6,6 @@ Your application already asked the user to authenticate. This means that your ap To make this possible, the Home Assistant UI supports [external authentication](frontend/external-authentication.md). This allows your app to provide hooks so that the frontend will ask your app for access tokens. +Home Assistant also supports further integration between frontend and app via an [external bus](frontend/external-bus.md). + Note that this feature requires a direct connection to the instance.