Add trusted_networks auth provider for local LAN access.
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
packages: !include_dir_named packages/
|
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.
|
# Loads default set of integrations. Do not remove.
|
||||||
default_config:
|
default_config:
|
||||||
|
|||||||
Reference in New Issue
Block a user