From 26e1fe520cb86e226ddd45dd757bce85bff7fe9e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 19 Mar 2019 17:06:42 -0700 Subject: [PATCH] Remove api password from http example conf --- source/_components/http.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index eca3e3f5b81..e85af1cb178 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -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: