Site updated at 2017-01-28 23:51:21 UTC
This commit is contained in:
parent
c266a3ed25
commit
017e728923
553 changed files with 10016 additions and 2343 deletions
|
@ -93,37 +93,26 @@
|
|||
<p>The <code class="highlighter-rouge">nest</code> binary sensor platform lets you monitor various states of your <a href="https://nest.com">Nest</a> devices.</p>
|
||||
|
||||
<p class="note">
|
||||
You must have the <a href="/components/nest/">Nest component</a> configured to use these sensors. The <code class="highlighter-rouge">nest</code> binary sensor will automatically be setup when you do.
|
||||
You must have the <a href="/components/nest/">Nest component</a> configured to use these sensors. The binary sensors will be setup if the <code class="highlighter-rouge">nest</code> component is configured and the required configuration for the <code class="highlighter-rouge">nest binary sensor</code> is set.
|
||||
</p>
|
||||
|
||||
<p>To customize which binary sensors are enabled, you can add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>To enable binary sensors and customize which sensors are setup, you can extend the <a href="/components/nest/">Nest component</a> configuration in your <code class="highlighter-rouge">configuration.yaml</code> file with the following settings:</p>
|
||||
|
||||
<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">nest</span><span class="pi">:</span>
|
||||
<span class="s">binary_sensors</span><span class="pi">:</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">is_using_emergency_heat'</span>
|
||||
<span class="pi">-</span> <span class="s1">'</span><span class="s">target'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>If you leave <code class="highlighter-rouge">monitored_conditions</code> blank, all sensors that are available for your devices will be used.</p>
|
||||
<p>By default all binary sensors for your available Nest devices will be monitored. Leave <code class="highlighter-rouge">monitored_conditions</code> blank to disable all binary sensors for the <a href="/components/nest/">Nest component</a>.</p>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>monitored_conditions</strong> array (<em>Optional</em>): States to monitor.
|
||||
<ul>
|
||||
<li>online</li>
|
||||
<li>fan</li>
|
||||
<li>is_using_emergency_heat</li>
|
||||
<li>is_locked</li>
|
||||
<li>has_leaf</li>
|
||||
<li>motion_detected</li>
|
||||
<li>person_detected</li>
|
||||
<li>sound_detected</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>monitored_conditions</strong> array (<em>Optional</em>): States to monitor.</li>
|
||||
</ul>
|
||||
|
||||
<p>The following conditions are available by device:</p>
|
||||
|
@ -199,6 +188,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
<a href='/components/binary_sensor.apcupsd/'>APCUPSd Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bbb_gpio/'>BeagleBone Black GPIO Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bloomsky/'>BloomSky Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -235,6 +227,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.iss/'>International Space Station</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.knx/'>KNX Binary Sensor</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue