From fc5a2423324bb6016f002a2e35f9282f42fde6ca Mon Sep 17 00:00:00 2001 From: Arve <96014323+ArveVM@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:59:03 +0200 Subject: [PATCH] Update Packages - warning auth_providers (#27177) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Franck Nijhof --- source/_docs/configuration/packages.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_docs/configuration/packages.markdown b/source/_docs/configuration/packages.markdown index fd63ddde23d..010f4bd5e2b 100644 --- a/source/_docs/configuration/packages.markdown +++ b/source/_docs/configuration/packages.markdown @@ -112,3 +112,12 @@ It is possible to [customize entities](/docs/configuration/customizing-devices/) homeassistant: customize: ``` + + +
+ +If you are moving configuration to packages, `auth_providers` must stay within ‘configuration.yaml’. See the general documentation for [Authentication Providers](/docs/authentication/providers/#configuring-auth-providers). + +This is because Home Assistant processes the authentication provided early in the start-up process, even before packages are processed. + +