From 0bff60aa456d9f5c58dfde5431d5a89b953f3560 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Sat, 8 Aug 2026 21:37:12 -0400 Subject: [PATCH] Add trusted_networks auth provider for local LAN access. --- configuration.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 913ae1d..9e1a8e5 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,5 +1,12 @@ homeassistant: packages: !include_dir_named packages/ + auth_providers: + - type: homeassistant + - type: trusted_networks + trusted_networks: + - 192.168.69.0/24 + - 10.60.1.0/24 + allow_bypass_login: true # Loads default set of integrations. Do not remove. default_config: