From 5038be7774ad4307174c2077fe03f48d416040a3 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 15 Jan 2019 22:04:14 +0000 Subject: [PATCH] Adding link to the LLAT section of the docs (#8148) * Adding link to the LLAT section of the docs Adding link to the LLAT section of the docs, and to the API docs. This should hopefully make it clearer to folks that this isn't a drop in replacement. * :pencil2: Made link relative --- source/_components/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index 703f1b85fe9..1e280f8c2be 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -27,7 +27,7 @@ http: {% 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 possible you should use a long lasting access token instead of this. + 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. required: false type: string server_host: