From f5f309131347fef0f549c8bbc0922ebd175c32b3 Mon Sep 17 00:00:00 2001 From: MickMorley <19698105+MickMorley@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:30:51 -0500 Subject: [PATCH] example_configs: update Home Assistant Found that only a restart of Home Assistant will read the new lines in configuration.yaml. Also added a note to use `-k` when using the curl command if needed. --- example_configs/home-assistant.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example_configs/home-assistant.md b/example_configs/home-assistant.md index 728b714..3578be1 100644 --- a/example_configs/home-assistant.md +++ b/example_configs/home-assistant.md @@ -8,6 +8,7 @@ The [auth script](lldap-ha-auth.sh) attempts to authenticate a user against an L 1. Copy the [auth script](lldap-ha-auth.sh) to your home assistant instance. In this example, we use `/config/lldap-ha-auth.sh`. - Set the script as executable by running `chmod +x /config/lldap-ha-auth.sh` + - If your lldap reverse proxy is using a local (insecure) certificate, you have to add `-k` to the `curl` commands 2. Add the following to your configuration.yaml in Home assistant: ```yaml homeassistant: @@ -32,4 +33,4 @@ homeassistant: args: ["https://lldap.example.com", "homeassistant_user", "homeassistant_admin", "homeassistant_local"] meta: true ``` -3. Reload your config or restart Home Assistant +3. Restart Home Assistant