diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index a36531c6258..36a18474723 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -73,8 +73,6 @@ homeassistant: auth_providers: - type: trusted_networks trusted_networks: - - 127.0.0.1 - - ::1 - 192.168.0.0/24 - fd00::/8 ```