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.
This commit is contained in:
McNutty195 2018-11-26 14:34:08 -05:00 committed by Paulus Schoutsen
parent 5f4d549954
commit 685856983f

View File

@ -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.