From 0a8ad08c17eaa1e1e5900efe2cc0e32e63211826 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Fri, 15 May 2020 20:47:58 -0700 Subject: [PATCH] Add login link Save users a click by adding direct link to Nest login page. --- info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.md b/info.md index 7e14cff..7de2320 100644 --- a/info.md +++ b/info.md @@ -33,7 +33,7 @@ two-character country code, and it should work. Google recently introduced reCAPTCHA when logging to Nest. That means username and password cannot be used directly any more. Instead, you have to obtain `user_id` and `access_token` for your account by logging in manually. To do that, -open developer tools in your browser, switch to the "Network" tab, log in to Nest +open developer tools in your browser, switch to the "Network" tab, [log in](https://home.nest.com/) to Nest and look for the request similar to `https://home.nest.com/session?_=1578693398448`. You will find `user_id` and `access_token` in the response to the request.