Remove api password from http example conf

This commit is contained in:
Paulus Schoutsen 2019-03-19 17:06:42 -07:00 committed by GitHub
parent 4caf72f341
commit 26e1fe520c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,12 +23,11 @@ Don't use option `server_host` on a Hass.io installation!
```yaml
# Example configuration.yaml entry
http:
api_password: YOUR_PASSWORD
```
{% configuration %}
api_password:
description: Protect the Home Assistant API with a password - this password can also be used to log in to the frontend. Where your client or other software supports it, you should use [long lasting access token](/docs/authentication/#your-account-profile) instead, as [shown in the REST API](https://developers.home-assistant.io/docs/en/external_api_rest.html) and [websocket API](https://developers.home-assistant.io/docs/en/external_api_websocket.html) documentation.
description: Deprecated. Do not use. Protect the Home Assistant API with a password - this password can also be used to log in to the frontend. Use [long lasting access token](/docs/authentication/#your-account-profile) instead, as [shown in the REST API](https://developers.home-assistant.io/docs/en/external_api_rest.html) and [websocket API](https://developers.home-assistant.io/docs/en/external_api_websocket.html) documentation.
required: false
type: string
server_host: