mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Make trusted_networks iterable (#4649)
This commit is contained in:
parent
5c807c6bd9
commit
898f89ffc7
@ -77,7 +77,7 @@ def setup(hass, yaml_config):
|
||||
ssl_key=None,
|
||||
cors_origins=None,
|
||||
use_x_forwarded_for=False,
|
||||
trusted_networks=None,
|
||||
trusted_networks=[],
|
||||
login_threshold=0,
|
||||
is_ban_enabled=False
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user