Small update on auth doc (#760)

This commit is contained in:
Pascal Vizeli 2021-01-04 11:02:46 +01:00 committed by GitHub
parent 48f9b25e88
commit b7495603df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -627,6 +627,7 @@ Set the output volume for a specific application
<ApiEndpoint path="/auth" method="post">
You can do authentication against Home Assistant Core.
You can POST the data as JSON, as urlencoded (with `application/x-www-form-urlencoded` header) or by using use basic authentication.
For using Basic authentication, you can use the `X-Supervisor-Key` for Supervisor authentication token.
**Payload:**