Site updated at 2017-01-28 23:51:21 UTC

This commit is contained in:
Travis CI 2017-01-28 23:51:21 +00:00
parent c266a3ed25
commit 017e728923
553 changed files with 10016 additions and 2343 deletions

View file

@ -90,7 +90,7 @@
<hr class="divider">
<p>The Nest component is the main component to integrate all <a href="https://nest.com/">Nest</a> related platforms. To connect Nest, you will have to <a href="https://developers.nest.com/products">sign up for a developer account</a> and get a client_id and client_secret.</p>
<p>The Nest component is the main component to integrate all <a href="https://nest.com/">Nest</a> related platforms. To connect Nest, you will have to <a href="https://developers.nest.com/products">sign up for a developer account</a> and get a <code class="highlighter-rouge">client_id</code> and <code class="highlighter-rouge">client_secret</code>.</p>
<h3><a class="title-link" name="setting-up-developer-account" href="#setting-up-developer-account"></a> Setting up developer account</h3>
@ -144,7 +144,7 @@
<p>Configuration variables:</p>
<ul>
<li><strong>client_id</strong> (<em>Required</em>): Your Nest developer client id.</li>
<li><strong>client_id</strong> (<em>Required</em>): Your Nest developer client ID.</li>
<li><strong>client_secret</strong> (<em>Required</em>): Your Nest developer client secret.</li>
<li><strong>structure</strong> (<em>Optional</em>): The structure or structures you would like to include devices from. If not specified, this will include all structures in your Nest account.</li>
</ul>
@ -227,6 +227,9 @@
<li>
<a href='/components/mqtt/'>MQTT</a>
</li>
<li>
<a href='/components/microsoft_face/'>Microsoft Face</a>
</li>
<li>
<a href='/components/mochad/'>Mochad</a>
</li>