From 107852ad54e628894f8f81fa9e79a6562356fa94 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 27 Nov 2024 22:03:40 -0600 Subject: [PATCH] home-assistant: Eable auto-login for desk panel Home Assistant supports unauthenticated access for certain clients using its _trusted_network_ auth provider. With this configuration, we allow the desk panel to automatically sign in as the _kiosk_ user, but all other clients must authenticate normally. --- home-assistant/configuration.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home-assistant/configuration.yaml b/home-assistant/configuration.yaml index 14870c9..e1cdd75 100644 --- a/home-assistant/configuration.yaml +++ b/home-assistant/configuration.yaml @@ -38,6 +38,15 @@ recorder: commit_interval: 0 homeassistant: + auth_providers: + - type: homeassistant + - type: trusted_networks + trusted_networks: + - 172.31.1.81/32 + trusted_users: + 172.31.1.81: + - 03a8b3528f1145ab908e20ed5687d893 + allow_bypass_login: true whitelist_external_dirs: - /config - /tmp