Update Packages - warning auth_providers (#27177)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Arve 2023-07-23 17:59:03 +02:00 committed by GitHub
parent 1724b0e386
commit fc5a242332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,3 +112,12 @@ It is possible to [customize entities](/docs/configuration/customizing-devices/)
homeassistant:
customize:
```
<div class='note warning'>
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.
</div>