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.
This commit is contained in:
MickMorley
2025-02-27 11:30:51 -05:00
committed by GitHub
parent 0a0f915ce6
commit f5f3091313
+2 -1
View File
@@ -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