Put trusted_networks before homeassistant so login bypass can run.
This commit is contained in:
+1
-1
@@ -1,12 +1,12 @@
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
packages: !include_dir_named packages/
|
packages: !include_dir_named packages/
|
||||||
auth_providers:
|
auth_providers:
|
||||||
- type: homeassistant
|
|
||||||
- type: trusted_networks
|
- type: trusted_networks
|
||||||
trusted_networks:
|
trusted_networks:
|
||||||
- 192.168.69.0/24
|
- 192.168.69.0/24
|
||||||
- 10.60.1.0/24
|
- 10.60.1.0/24
|
||||||
allow_bypass_login: true
|
allow_bypass_login: true
|
||||||
|
- type: homeassistant
|
||||||
|
|
||||||
# Loads default set of integrations. Do not remove.
|
# Loads default set of integrations. Do not remove.
|
||||||
default_config:
|
default_config:
|
||||||
|
|||||||
Reference in New Issue
Block a user