Site updated at 2017-12-10 17:24:20 UTC
This commit is contained in:
parent
fd0d454e2c
commit
c7273aa2c2
27 changed files with 67 additions and 67 deletions
|
@ -105,7 +105,7 @@
|
|||
<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>
|
||||
<p>Connecting to the Nest Developer API requires outbound port 8553 on your firewall. The configuration will fail if this is not accessible.</p>
|
||||
<p>Connecting to the Nest Developer API requires outbound port 9553 on your firewall. The configuration will fail if this is not accessible.</p>
|
||||
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">nest</span><span class="pi">:</span>
|
||||
|
|
|
@ -86,12 +86,12 @@
|
|||
<dl class="">
|
||||
<dt><a class="title-link" name="currency" href="#currency"></a> currency</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string, list">string | list</span>)</span><span class="required">(Optional)</span><span class="description">The cryptocurrency to use.</span></p>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The cryptocurrency to use.</span></p>
|
||||
<p class="default">Default value: Bitcoin</p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="display_currency" href="#display_currency"></a> display_currency</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string, list">string | list</span>)</span><span class="required">(Optional)</span><span class="description">The currency to display.</span></p>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The currency to display.</span></p>
|
||||
<p class="default">Default value: USD</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue