c0ffeeca7 6b538ce7f4
Add-ons: apply sentence-style capitalization to headings (#2185)
* Add-ons: apply sentence-style capitalization to headings

- to comply with MS Style Guide on [capitalization](https://learn.microsoft.com/en-us/style-guide/capitalization)

* Fix name
2024-05-23 10:00:49 +02:00

12 lines
615 B
Markdown

---
title: "Authenticated WebView"
---
Your application already asked the user to authenticate. This means that your app should not ask the user to authenticate again when they open the Home Assistant UI.
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.