From 0f06a7e1da4d9d186b3ed7a16e865be70a76bda6 Mon Sep 17 00:00:00 2001 From: jwildman16 Date: Thu, 20 Jan 2022 02:16:36 -0700 Subject: [PATCH] Inclusive language changes (#21258) --- source/_docs/authentication/providers.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index 4ee47ec59c0..c99afe2a1bd 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -51,7 +51,7 @@ If you don't specify any `auth_providers` section in the `configuration.yaml` fi ### 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. @@ -74,7 +74,7 @@ homeassistant: {% configuration %} 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 type: list trusted_users: