Add back simple redirect_uri_mismatch instructions (#20614)

This commit is contained in:
Allen Porter 2021-12-07 23:57:27 -08:00 committed by GitHub
parent 7e95b79457
commit 7b25d95df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,6 +289,8 @@ In this section you will authorize Home Assistant to access your account by gene
{% enddetails %}
- *Error 400: redirect_uri_mismatch*: This means you have an existing *Web Application* credential. It is recommended to delete the existing OAuth Client id and create a new *Desktop App* credential using the instructions above. This has the advantage of not requiring SSL or a public DNS name.
- *Thermostat does not appear or is unavailable* happens due to a bug where the SDM API does return the devices. A common fix get the API to work again is to:
{% details "How to restart thermostat" %}