Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Abode Home Security">
|
||||
<meta name="twitter:description" content="Instructions on integrating Abode home security with Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -85,6 +85,7 @@
|
|||
<li><a href="/components/cover.abode/">Lock</a>: Reports on <code class="highlighter-rouge">Door Locks</code> and can be used to lock and unlock the door.</li>
|
||||
<li><a href="/components/light.abode/">Light</a>: Reports on <code class="highlighter-rouge">Dimmer</code> lights and can be used to dim, change color, or turn the light on and off.</li>
|
||||
<li><a href="/components/switch.abode/">Switch</a>: Reports on <code class="highlighter-rouge">Power Switch</code> devices and can be used to turn the power switch on and off. Also reports on <code class="highlighter-rouge">Automations</code> set up in the Abode system and allows you to activate or deactivate them.</li>
|
||||
<li><a href="/components/sensor.abode/">Sensor</a>: Reports on <code class="highlighter-rouge">Temperature</code>, <code class="highlighter-rouge">Humidity</code>, and <code class="highlighter-rouge">Light</code> sensors.</li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h2>
|
||||
<p>To use Abode devices in your installation, add the following <code class="highlighter-rouge">abode</code> section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
@ -267,6 +268,9 @@
|
|||
<li><a href='/components/lock.abode/'>
|
||||
Abode Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.abode/'>
|
||||
Abode Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.abode/'>
|
||||
Abode Switch
|
||||
</a></li>
|
||||
|
@ -428,6 +432,9 @@
|
|||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/skybell/'>Skybell</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -449,6 +456,9 @@
|
|||
<li>
|
||||
<a href='/components/thethingsnetwork/'>The Things Network</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/toon/'>Toon</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/twilio/'>Twilio</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue