From 7b25d95df4cafdda616fbc32694b82bc57d5c8d3 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 7 Dec 2021 23:57:27 -0800 Subject: [PATCH] Add back simple `redirect_uri_mismatch` instructions (#20614) --- source/_integrations/nest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index 7280de6b8d4..b07da902d42 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -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" %}