mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Inclusive language changes (#21258)
This commit is contained in:
parent
ff2161b78d
commit
0f06a7e1da
@ -51,7 +51,7 @@ If you don't specify any `auth_providers` section in the `configuration.yaml` fi
|
|||||||
|
|
||||||
### Trusted Networks
|
### Trusted Networks
|
||||||
|
|
||||||
The Trusted Networks auth provider defines a range of IP addresses for which no authentication will be required (also known as "whitelisting"). For example, you can whitelist your local network so you won't be prompted for a password if you access Home Assistant from inside your home.
|
The Trusted Networks auth provider defines a range of IP addresses for which no authentication will be required (also known as "allowlisting"). For example, you can allowlist your local network so you won't be prompted for a password if you access Home Assistant from inside your home.
|
||||||
|
|
||||||
When you log in from one of these networks, you will be asked which user account to use and won't need to enter a password.
|
When you log in from one of these networks, you will be asked which user account to use and won't need to enter a password.
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ homeassistant:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
trusted_networks:
|
trusted_networks:
|
||||||
description: A list of IP address or IP network you want to whitelisted. It accepts both IPv4 and IPv6 IP address or network
|
description: A list of IP addresses or an IP network you want allowlisted. It accepts both IPv4 and IPv6 IP address or network
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
trusted_users:
|
trusted_users:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user