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.