Site updated at 2016-09-01 17:30:36 UTC

This commit is contained in:
Travis CI 2016-09-01 17:30:36 +00:00
parent 68fb833758
commit f60875021c
27 changed files with 54 additions and 44 deletions

View file

@ -91,10 +91,15 @@
<p>The <code class="highlighter-rouge">nest</code> binary sensor platform let you monitor various states of a thermostat from <a href="https://nest.com">Nest</a>.</p>
<p class="note">
You must have the <a href="/components/nest/">Nest component</a> configured to use this sensors.
</p>
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">binary_sensor</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">nest</span>
<span class="s">scan_interval</span><span class="pi">:</span> <span class="s">60</span>
<span class="s">monitored_conditions</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">fan'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_ac_state'</span>
@ -112,6 +117,7 @@
<p>Configuration variables:</p>
<ul>
<li><strong>scan_interval</strong> (<em>Optional</em>): Interval in seconds to scan.</li>
<li><strong>monitored_conditions</strong> array (<em>Required</em>): States to monitor.
<ul>
<li>fan</li>
@ -127,7 +133,6 @@
</li>
</ul>
<p class="note">You must have the <a href="/components/nest/">Nest component</a> configured to use this sensor.</p>
</article>

View file

@ -91,6 +91,10 @@
<p>The <code class="highlighter-rouge">nest</code> climate platform let you control a thermostat from <a href="https://nest.com">Nest</a>.</p>
<p class="note">
You must have the <a href="/components/nest/">Nest component</a> configured to use those thermostats.
</p>
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">climate</span><span class="pi">:</span>
@ -102,9 +106,6 @@
<img src="/images/screenshots/nest-thermostat-card.png" />
</p>
<p class="note">
You must have the <a href="https://home-assistant.io/components/nest/">Nest component</a> configured to use this sensor.
</p>
</article>

View file

@ -91,6 +91,10 @@
<p>The <code class="highlighter-rouge">nest</code> sensor platform let you monitor sensors connected to your <a href="https://nest.com">Nest</a> thermostat and/or your Nest Protect Smoke Alarm.</p>
<p class="note">
You must have the <a href="/components/nest/">Nest component</a> configured to use those sensors.
</p>
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">sensor</span><span class="pi">:</span>
@ -138,9 +142,6 @@
</li>
</ul>
<p class="note">
You must have the <a href="/components/nest/">Nest component</a> configured to use this sensor.
</p>
</article>

View file

@ -91,6 +91,10 @@
<p>The <code class="highlighter-rouge">nest</code> weather sensor platform let you monitor current weather conditions based on the location of your <a href="https://nest.com">Nest</a> thermostat.</p>
<p class="note">
You must have the <a href="/components/nest/">Nest component</a> configured to use those sensors.
</p>
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">sensor</span><span class="pi">:</span>
@ -118,7 +122,6 @@
</li>
</ul>
<p class="note">You must have the <a href="/components/nest/">Nest component</a> configured to use this sensor.</p>
</article>