From 8f7bae56db7db6d1aa218cbd2765b4dc1683e07d Mon Sep 17 00:00:00 2001 From: Joshua King Date: Sat, 8 Aug 2026 22:03:31 -0400 Subject: [PATCH] Pin trusted_networks auto-login to the kiosk user. --- configuration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 0275268..82e3a4b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -5,6 +5,9 @@ homeassistant: trusted_networks: - 192.168.69.0/24 - 10.60.1.0/24 + trusted_users: + 192.168.69.0/24: 66e8deaeb6944b65a6ed652d671599e2 + 10.60.1.0/24: 66e8deaeb6944b65a6ed652d671599e2 allow_bypass_login: true - type: homeassistant