Mention external bus in integrating app

This commit is contained in:
Paulus Schoutsen 2020-06-09 13:29:56 -07:00 committed by GitHub
parent f205099110
commit 1df007e884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.