Site updated at 2016-12-05 07:56:57 UTC

This commit is contained in:
Travis CI 2016-12-05 07:56:57 +00:00
parent 033f0d3217
commit 3f28e1d71c
27 changed files with 111 additions and 107 deletions

View file

@ -93,17 +93,9 @@
<p>The <code class="highlighter-rouge">nest</code> platform allows you to watch the live stream of your <a href="https://nest.com/camera/meet-nest-cam/">Nest</a> camera in Home Assistant.</p>
<p class="note">
You must have the <a href="/components/nest/">Nest component</a> configured to use those thermostats.
You must have the <a href="/components/nest/">Nest component</a> configured to use this camera. The <code class="highlighter-rouge">nest</code> camera will automatically be setup when you do.
</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="c1"># Example configuration.yaml entry</span>
<span class="s">camera</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">nest</span>
</code></pre>
</div>
</article>