From 962628912de50bf5123e27f0a2bffbc39d7b99ba Mon Sep 17 00:00:00 2001 From: Joshua King Date: Sat, 8 Aug 2026 21:54:31 -0400 Subject: [PATCH] Put trusted_networks before homeassistant so login bypass can run. --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 9e1a8e5..0275268 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,12 +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 + - type: homeassistant # Loads default set of integrations. Do not remove. default_config: