From a3538d8a8075f92c4c0cac751820d0a6f2edba0f Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 18 Sep 2018 13:34:00 +0100 Subject: [PATCH] Adding pre 0.77 auth migration note (#6279) Since this comes up every few days, adding a note about migrating from pre 0.77 (which yes, eventually we'll be able to remove) --- source/_docs/authentication.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/authentication.markdown b/source/_docs/authentication.markdown index 503725a5f7a..f2e984cf30a 100644 --- a/source/_docs/authentication.markdown +++ b/source/_docs/authentication.markdown @@ -89,3 +89,7 @@ It will allow you to open Home Assistant instance by access `http://hassbian.hom ### {% linkable_title Stuck on Loading data %} Some advert blocking software, such as Wipr, also blocks web sockets. If you're stuck on the Loading data screen, try disabling your ad blocker. + +### {% linkable_title Migrating from pre 0.77 %} + +If you were using the authentication system before 0.77, you'll likely have `auth:` and `auth_providers:` defined. You'll need to remove these and let Home Assistant [handle it automatically](https://www.home-assistant.io/docs/authentication/providers/#configuring-auth-providers).