Site updated at 2016-12-05 07:56:57 UTC

This commit is contained in:
Travis CI 2016-12-05 07:56:57 +00:00
parent 033f0d3217
commit 3f28e1d71c
27 changed files with 111 additions and 107 deletions

View file

@ -95,19 +95,19 @@
<h3><a class="title-link" name="setting-up-developer-account" href="#setting-up-developer-account"></a> Setting up developer account</h3>
<ol>
<li>Log into <a href="https://developers.nest.com/">https://developers.nest.com/</a></li>
<li>Fill in account details
<li>Visit <a href="https://developers.nest.com/">Nest Developers</a>, and sign in. Create an account if you dont have one already.</li>
<li>Fill in account details:
<ul>
<li>The compnay details can be any made up information.</li>
<li>The “Company Information” can be anything. We recommend using your name.</li>
</ul>
</li>
<li>Submit changes</li>
<li>Click “<a href="https://developers.nest.com/products">Products</a>” at top of page</li>
<li>Click “<a href="https://developers.nest.com/products/new">Create New Product</a> to start a new api client</li>
<li>Fill in details
<li>Click “<a href="https://developers.nest.com/products">Products</a>” at top of page.</li>
<li>Click “<a href="https://developers.nest.com/products/new">Create New Product</a></li>
<li>Fill in details:
<ul>
<li>Product name must be unique. I recommend [email] - Home Assistant.</li>
<li>The description, users, urls can all be anything you want</li>
<li>Product name must be unique. We recommend [email] - Home Assistant.</li>
<li>The description, users, urls can all be anything you want.</li>
</ul>
</li>
<li>For permissions check every box and if its an option select the read/write option.
@ -117,8 +117,8 @@
</ul>
</li>
<li>Click “Create Product”</li>
<li>Once the new product page opens the “Product ID” and “Product Secret” are located on the right side.</li>
<li>After these configs are updated and Home Assistant is started a configurator will pop up asking you to log in and copy a authorization code into Home Assistant.</li>
<li>Once the new product page opens the “Product ID” and “Product Secret” are located on the right side. These will be used as <code class="highlighter-rouge">client_id</code> and <code class="highlighter-rouge">client_secret</code> below.</li>
<li>Once Home Assistant is started, a configurator will pop up asking you to log into your Nest account and copy a PIN code into Home Assistant.</li>
</ol>
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>