Site updated at 2016-12-03 21:09:10 UTC

This commit is contained in:
Travis CI 2016-12-03 21:09:10 +00:00
parent 2ca77efe47
commit 503dc45921
478 changed files with 8952 additions and 1761 deletions

View file

@ -98,19 +98,12 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
<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>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">binary_sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">nest</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>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_heater_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_aux_heater_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_heat_x2_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_heat_x3_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_alt_heat_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_alt_heat_x2_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">hvac_emer_heat_state'</span>
<span class="pi">-</span> <span class="s1">'</span><span class="s">online'</span>
</code></pre>
</div>
@ -148,7 +141,7 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/binary_sensor.nest.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/nest_thermostat.png' />
<img src='/images/supported_brands/nest.png' />
</div>
<div class='section'>
Introduced in release: pre 0.7
@ -163,6 +156,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
<li><a href='/components/nest/'>
Nest
</a></li>
<li><a href='/components/camera.nest/'>
Nest Camera
</a></li>
<li><a href='/components/fan.nest/'>
Nest Fan
</a></li>
@ -249,6 +245,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
<li>
<a href='/components/binary_sensor.template/'>Template Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.threshold/'>Threshold Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.trend/'>Trend Binary Sensor</a>
</li>