Add issue link

This commit is contained in:
Jason Hu 2018-09-15 14:33:32 -07:00 committed by GitHub
parent 905676ba69
commit be1223e91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Home Assistant automatically configures the standard auth providers and you **do
</p>
<p class='note warning'>
The legacy API password auth provider won't be loaded if your API password is located in a package. This is because Home Assistant processes the `auth_provider` during the `core` section loading, which is earlier than the `packages` processing.
[Issue 16441](https://github.com/home-assistant/home-assistant/issues/16441): the legacy API password auth provider won't be automatically configured if your API password is located in a package. This is because Home Assistant processes the `auth_provider` during the `core` section loading, which is earlier than the `packages` processing.
</p>
Authentication providers are configured in your `configuration.yaml` under the `homeassistant:` block: