Merge pull request #6257 from bastshoes/patch-1

Adding warning regarding legacy_api password
This commit is contained in:
DubhAd 2018-09-16 15:22:48 +01:00 committed by GitHub
commit 4daedf75ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,10 @@ To make the transition from API password to authentication system easier, we've
Home Assistant automatically configures the standard auth providers and you **do not** need to specify `auth_providers` in your `configuration.yaml` file. Specifying `auth_providers` in your configuration will disable all auth providers that are not listed and can reduce your security or create difficulties logging in. Home Assistant automatically configures the standard auth providers and you **do not** need to specify `auth_providers` in your `configuration.yaml` file. Specifying `auth_providers` in your configuration will disable all auth providers that are not listed and can reduce your security or create difficulties logging in.
</p> </p>
<p class='note warning'>
[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: Authentication providers are configured in your `configuration.yaml` under the `homeassistant:` block:
```yaml ```yaml