Inclusive language changes (#21258)

This commit is contained in:
jwildman16 2022-01-20 02:16:36 -07:00 committed by GitHub
parent ff2161b78d
commit 0f06a7e1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: