From f5bdfd4781682ced305b5116fac24a03ce7d82d5 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:10:21 +0100 Subject: [PATCH] Authentication: remove section on migrating from 0.77 (#31445) --- source/_docs/authentication.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_docs/authentication.markdown b/source/_docs/authentication.markdown index c2fd270891d..6f6b6b63eaa 100644 --- a/source/_docs/authentication.markdown +++ b/source/_docs/authentication.markdown @@ -106,7 +106,3 @@ This will allow you to open Home Assistant at `http://homeassistant.home:8123/` ### Stuck on loading data Some ad blocking software, such as Wipr, also blocks WebSockets. If you're stuck on the Loading data screen, try disabling your ad blocker. - -### Migrating from pre 0.77 - -If you were using the authentication system before 0.77, you'd likely have `auth:` and `auth_providers:` defined. You'll need to remove these and let Home Assistant [handle it automatically](/docs/authentication/providers/#configuring-auth-providers).