From 685856983fd3945846f563110729a01df1447fb9 Mon Sep 17 00:00:00 2001 From: McNutty195 <44984524+McNutty195@users.noreply.github.com> Date: Mon, 26 Nov 2018 14:34:08 -0500 Subject: [PATCH] Update auth_api.md (#151) Added mention of the UI token generator for Long-Lived Access Tokens in the Home Assistant Profile Page on line 169. --- docs/auth_api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/auth_api.md b/docs/auth_api.md index e5fb7f1c..54d5392f 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -166,6 +166,8 @@ Result will be a long-lived access token: } ``` +Additionally, a long-lived access token can be created using the UI tool located at the bottom of the user's Home Assistant profile page. + ## Making authenticated requests Once you have an access token, you can make authenticated requests to the Home Assistant APIs.