From 858b8f9b52c9f9a89ec3a88b805e5f95cbced2f7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 20 Dec 2023 15:34:23 +0100 Subject: [PATCH] fix typo Signed-off-by: Jens Langhammer --- website/integrations/services/home-assistant/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/home-assistant/index.md b/website/integrations/services/home-assistant/index.md index 3f748e8d0..c542ec4d8 100644 --- a/website/integrations/services/home-assistant/index.md +++ b/website/integrations/services/home-assistant/index.md @@ -35,7 +35,7 @@ The following placeholders will be used: username_header: X-authentik-username ``` 2. Alternatively, you can associate an existing Home Assistant username to an authentik username. - 1. Within authentik, naviagte to **Directory** > **Users**. + 1. Within authentik, navigate to **Directory** > **Users**. 2. Select **Edit** for the user then add the following configuration to the **Attributes** section. Be sure to replace `hassusername` with the Home Assistant username. :::note This configuration will add an additional header for the authentik user which will contain the Home Assistant username and allow Home Assistant to authenticate based on that.