Site updated at 2017-12-03 17:00:56 UTC
This commit is contained in:
parent
9affd94f4e
commit
6e11cfa033
29 changed files with 89 additions and 75 deletions
|
@ -74,20 +74,28 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">skybell</code> implementation allows you to integrate your <a href="https://skybell.com">Skybell.com</a> doorbells in Home Assistant.</p>
|
||||
<p>The <code class="highlighter-rouge">skybell</code> implementation allows you to integrate your <a href="http://www.skybell.com/">Skybell.com</a> doorbells in Home Assistant.</p>
|
||||
<p>Currently only the Skybell HD is supported by this platform.</p>
|
||||
<p>To enable devices set up with your <a href="https://skybell.com/">Skybell.com</a> account, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>To enable devices set up with your <a href="http://www.skybell.com/">Skybell.com</a> account, add the following 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">skybell</span><span class="pi">:</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">you@example.com</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">secret</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>username</strong> (<em>Required</em>): The username for accessing your Skybell account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for accessing your Skybell account.</li>
|
||||
</ul>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="username" href="#username"></a> username</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The username for accessing your Skybell account.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="password" href="#password"></a> password</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The password for accessing your Skybell account.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<p>Finish your configuration by visiting the <a href="/components/binary_sensor.skybell/">Skybell binary sensor</a>, <a href="/components/camera.skybell/">Skybell camera</a>, <a href="/components/light.skybell/">Skybell light</a>, <a href="/components/sensor.skybell/">Skybell sensor</a>, or <a href="/components/switch.skybell/">Skybell switch</a> documentation.</p>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue