From 4a9a19eacb43b819207a2ed6e836b9111861fe9a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 12 May 2022 21:40:58 +0200 Subject: [PATCH] website/integrations: clear up home-assistant integration Signed-off-by: Jens Langhammer --- website/integrations/services/home-assistant/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/integrations/services/home-assistant/index.md b/website/integrations/services/home-assistant/index.md index b3d0ff34ec..32adf55339 100644 --- a/website/integrations/services/home-assistant/index.md +++ b/website/integrations/services/home-assistant/index.md @@ -11,7 +11,7 @@ Open source home automation that puts local control and privacy first. Powered b ::: :::warning -You might run into CSRF errors, this is caused by Home-assistant and not authentik, see [this GitHub issue](https://github.com/goauthentik/authentik/issues/884#issuecomment-851542477). +You might run into CSRF errors, this is caused by a technology Home-assistant uses and not authentik, see [this GitHub issue](https://github.com/goauthentik/authentik/issues/884#issuecomment-851542477). ::: ## Preparation @@ -21,10 +21,6 @@ The following placeholders will be used: - `hass.company` is the FQDN of the Home-Assistant install. - `authentik.company` is the FQDN of the authentik install. -:::note -This setup uses https://github.com/BeryJu/hass-auth-header and the authentik proxy for authentication. When this [PR](https://github.com/home-assistant/core/pull/32926) is merged, this will no longer be necessary. -::: - ## Home-Assistant This guide requires https://github.com/BeryJu/hass-auth-header, which can be installed as described in the Readme.