Site updated at 2017-09-23 06:14:30 UTC
This commit is contained in:
parent
a675f41451
commit
9961fbdbbd
731 changed files with 9664 additions and 2684 deletions
|
@ -78,24 +78,159 @@
|
|||
<p>Please visit the <a href="https://goabode.com/">Abode website</a> for further information about Abode Security.</p>
|
||||
<p>There is currently support for the following device types within Home Assistant:</p>
|
||||
<ul>
|
||||
<li><a href="/components/alarm_control_panel.abode/">Alarm Control Panel</a>: Reports on current alarm status and can be used to arm/disarm the system</li>
|
||||
<li><a href="/components/binary_sensor.abode/">Binary Sensor</a>: Reports on <code class="highlighter-rouge">Door Contacts</code> (open or closed), <code class="highlighter-rouge">Motion Camera</code> (motion detected or not), <code class="highlighter-rouge">Water Sensors</code> (detected or not), <code class="highlighter-rouge">Keypad</code> (online or not), <code class="highlighter-rouge">Glass Break</code> (online or not), <code class="highlighter-rouge">Status Display</code> (online or not)</li>
|
||||
<li><a href="/components/cover.abode/">Cover</a>: Reports on <code class="highlighter-rouge">Secure Barriers</code> (open or closed) and can be used to open/close the cover</li>
|
||||
<li><a href="/components/cover.abode/">Lock</a>: Reports on <code class="highlighter-rouge">Door Locks</code> (locked or unlocked) and can be used to lock/unlock the door</li>
|
||||
<li><a href="/components/switch.abode/">Switch</a>: Reports on <code class="highlighter-rouge">Power Switch Sensors</code> (on or off) and can be used to turn the power switch sensor on/off</li>
|
||||
<li><a href="/components/alarm_control_panel.abode/">Alarm Control Panel</a>: Reports on the current alarm status and can be used to arm and disarm the system.</li>
|
||||
<li><a href="/components/binary_sensor.abode/">Binary Sensor</a>: Reports on <code class="highlighter-rouge">Quick Actions</code>, <code class="highlighter-rouge">Door Contacts</code>, <code class="highlighter-rouge">Connectivity</code> sensors (remotes, keypads, and status indicators), <code class="highlighter-rouge">Moisture</code> sensors, and <code class="highlighter-rouge">Motion</code> or <code class="highlighter-rouge">Occupancy</code> sensors.</li>
|
||||
<li><a href="/components/camera.abode/">Camera</a>: Reports on <code class="highlighter-rouge">Camera</code> devices and will download and show the latest captured still image.</li>
|
||||
<li><a href="/components/cover.abode/">Cover</a>: Reports on <code class="highlighter-rouge">Secure Barriers</code> and can be used to open and close the cover.</li>
|
||||
<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>
|
||||
</ul>
|
||||
<p>An <code class="highlighter-rouge">abode</code> section must be present in the <code class="highlighter-rouge">configuration.yaml</code> file and contain the following options as required:</p>
|
||||
<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>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">abode</span><span class="pi">:</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">abode_username</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">abode_password</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Abode Alarm System</span>
|
||||
<span class="s">polling</span><span class="pi">:</span> <span class="s">False</span>
|
||||
<span class="s">exclude</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s1">'</span><span class="s">ZW:0000000034'</span>
|
||||
<span class="pi">-</span> <span class="s1">'</span><span class="s">RF:00000011'</span>
|
||||
<span class="s">lights</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s1">'</span><span class="s">ZW:0000000022'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>username</strong> (<em>Required</em>): Username for the Abode account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): Password for Abode account.</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): Username for your Abode account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): Password for your Abode account.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name for your alarm controller.</li>
|
||||
<li><strong>polling</strong> (<em>Optional</em>): Enable polling if cloud push updating is less reliable. Will update the devices once every 30 seconds. Defaults to False.</li>
|
||||
<li><strong>exclude</strong> (<em>Optional</em>): A list of devices to exclude from Home Assistant by their Abode <code class="highlighter-rouge">device_id</code>, found within the component attributes.</li>
|
||||
<li><strong>lights</strong> (<em>Optional</em>): A list of switch devices that Home Assistant should treat as lights by the switches Abode <code class="highlighter-rouge">device_id</code>, found within the component attributes.</li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="events" href="#events"></a> Events</h2>
|
||||
<p>There are a number of events that can be triggered from Abode. They are grouped into the below events:</p>
|
||||
<ul>
|
||||
<li><strong>abode_alarm</strong>: Fired when an alarm event is triggered from Abode. This includes Smoke, CO, Panic, and Burglar alarms.</li>
|
||||
<li><strong>abode_alarm_end</strong>: Fired when an alarm end event is triggered from Abode.</li>
|
||||
<li><strong>abode_automation</strong>: Fired when an Automation is triggered from Abode.</li>
|
||||
<li><strong>abode_panel_fault</strong>: Fired when there is a fault with the Abode hub. This includes events like loss of power, low battery, tamper switches, polling failures, and signal interference.</li>
|
||||
<li><strong>abode_panel_restore</strong>: Fired when the panel fault is restored.</li>
|
||||
</ul>
|
||||
<p>All events have the fields:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Field</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">device_id</code></td>
|
||||
<td>The Abode device ID of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">device_name</code></td>
|
||||
<td>The Abode device name of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">device_type</code></td>
|
||||
<td>The Abode device type of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">event_code</code></td>
|
||||
<td>The event code of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">event_name</code></td>
|
||||
<td>The name of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">event_type</code></td>
|
||||
<td>The type of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">event_utc</code></td>
|
||||
<td>The UTC timestamp of the event.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">user_name</code></td>
|
||||
<td>The Abode user that triggered the event, if applicable.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">date</code></td>
|
||||
<td>The date of the event in the format <code class="highlighter-rouge">MM/DD/YYYY</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">time</code></td>
|
||||
<td>The time of the event in the format <code class="highlighter-rouge">HH:MM AM</code>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>There is a unique list of known event_codes that can be found <a href="https://github.com/MisterWil/abodepy/files/1262019/timeline_events.txt">here</a>.</p>
|
||||
<h2><a class="title-link" name="services" href="#services"></a> Services</h2>
|
||||
<h3><a class="title-link" name="service-change_setting" href="#service-change_setting"></a> Service <code class="highlighter-rouge">change_setting</code></h3>
|
||||
<p>Change settings on your Abode system. For a full list of settings and valid values, consult the <a href="https://github.com/MisterWil/abodepy/blob/master/README.rst#settings">AbodePy settings section</a>.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Service data attribute</th>
|
||||
<th>Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">setting</code></td>
|
||||
<td>No</td>
|
||||
<td>The setting you wish to change.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">value</code></td>
|
||||
<td>No</td>
|
||||
<td>The value you wish to change the setting to.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="title-link" name="service-capture_image" href="#service-capture_image"></a> Service <code class="highlighter-rouge">capture_image</code></h3>
|
||||
<p>Request a new still image from your Abode IR camera.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Service data attribute</th>
|
||||
<th>Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">entity_id</code></td>
|
||||
<td>No</td>
|
||||
<td>String or list of strings that point at <code class="highlighter-rouge">entity_id</code>s of Abode cameras.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="title-link" name="service-trigger_quick_action" href="#service-trigger_quick_action"></a> Service <code class="highlighter-rouge">trigger_quick_action</code></h3>
|
||||
<p>Trigger a quick action automation on your Abode system.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Service data attribute</th>
|
||||
<th>Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">entity_id</code></td>
|
||||
<td>No</td>
|
||||
<td>String or list of strings that point at <code class="highlighter-rouge">entity_id</code>s of binary_sensors that represent your Abode quick actions.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -120,9 +255,15 @@
|
|||
<li><a href='/components/binary_sensor.abode/'>
|
||||
Abode Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/camera.abode/'>
|
||||
Abode Camera
|
||||
</a></li>
|
||||
<li><a href='/components/cover.abode/'>
|
||||
Abode Cover
|
||||
</a></li>
|
||||
<li><a href='/components/light.abode/'>
|
||||
Abode Light
|
||||
</a></li>
|
||||
<li><a href='/components/lock.abode/'>
|
||||
Abode Lock
|
||||
</a></li>
|
||||
|
@ -170,6 +311,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -278,6 +422,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -321,7 +468,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -101,12 +101,18 @@
|
|||
<li><a href='/components/binary_sensor.abode/'>
|
||||
Abode Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/camera.abode/'>
|
||||
Abode Camera
|
||||
</a></li>
|
||||
<li><a href='/components/cover.abode/'>
|
||||
Abode Cover
|
||||
</a></li>
|
||||
<li><a href='/components/abode/'>
|
||||
Abode Home Security
|
||||
</a></li>
|
||||
<li><a href='/components/light.abode/'>
|
||||
Abode Light
|
||||
</a></li>
|
||||
<li><a href='/components/lock.abode/'>
|
||||
Abode Lock
|
||||
</a></li>
|
||||
|
@ -154,6 +160,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -149,6 +149,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@ python3 /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/python
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -87,7 +87,36 @@
|
|||
<li><strong>pending_time</strong> (<em>Optional</em>): The time in seconds of the pending time before arming the alarm. Default is 60 seconds.</li>
|
||||
<li><strong>trigger_time</strong> (<em>Optional</em>): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds.</li>
|
||||
<li><strong>disarm_after_trigger</strong> (<em>Optional</em>): If true, the alarm will automatically disarm after it has been triggered instead of returning to the previous state.</li>
|
||||
<li>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>**armed_home</td>
|
||||
<td>armed_away</td>
|
||||
<td>armed_night</td>
|
||||
<td>triggered** (<em>Optional</em>): State specific settings</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>pending_time</strong>: State specific pending time override.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>In the config example below, armed_home state will have no pending time and triggered state will have pending time of 20 second whereas armed_away state will have a default pending time of 30 seconds.</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">alarm_control_panel</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">manual</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Home Alarm</span>
|
||||
<span class="s">code</span><span class="pi">:</span> <span class="s">1234</span>
|
||||
<span class="s">pending_time</span><span class="pi">:</span> <span class="s">30</span>
|
||||
<span class="s">armed_home</span><span class="pi">:</span>
|
||||
<span class="s">pending_time</span><span class="pi">:</span> <span class="s">0</span>
|
||||
<span class="s">triggered</span><span class="pi">:</span>
|
||||
<span class="s">pending_time</span><span class="pi">:</span> <span class="s">20</span>
|
||||
<span class="s">trigger_time</span><span class="pi">:</span> <span class="s">4</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
|
||||
<p>In this section, you find some real-life examples of how to use this panel.</p>
|
||||
<h3><a class="title-link" name="sensors" href="#sensors"></a> Sensors</h3>
|
||||
|
@ -171,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -188,6 +188,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<li><a href='/components/switch.mqtt/'>
|
||||
MQTT Switch
|
||||
</a></li>
|
||||
<li><a href='/components/vacuum.mqtt/'>
|
||||
MQTT Vacuum
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
|
@ -199,6 +202,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -149,6 +149,9 @@
|
|||
<li>
|
||||
NX584 Alarm Control Panel
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
217
components/alarm_control_panel.satel_integra/index.html
Normal file
217
components/alarm_control_panel.satel_integra/index.html
Normal file
|
@ -0,0 +1,217 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Satel Integra Alarm Control Panel - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the Satel Integra control panel within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/alarm_control_panel.satel_integra/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Satel Integra Alarm Control Panel">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/alarm_control_panel.satel_integra/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Satel Integra control panel within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Satel Integra Alarm Control Panel">
|
||||
<meta name="twitter:description" content="Instructions how to setup the Satel Integra control panel within 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="/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' />
|
||||
</head>
|
||||
<body >
|
||||
<header class='site-header'>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/docs/">Docs</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class='search-container' style='display: none'>
|
||||
<div class='search'>
|
||||
<i class="icon-search"></i>
|
||||
<input id='search' placeholder='Search the docs…'>
|
||||
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Satel Integra Alarm Control Panel
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">satel_integra</code> alarm control panel platform allows you to control your <a href="http://www.satel.pl/en/">SatelIntegra</a> alarms.</p>
|
||||
<p>The requirement is that you have setup your <a href="/components/satel_integra/">SatelIntegra hub</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<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/alarm_control_panel.satel_integra.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/satel.jpg' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.54
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/alarm_control_panel/'>the Alarm Control Panels component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/satel_integra/'>
|
||||
Satel Integra Alarm
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.satel_integra/'>
|
||||
Satel Integra Binary Sensor
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Alarm</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.abode/'>Abode Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdotcom/'>Alarm.com Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.egardia/'>Egardia / Woonveilig Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.envisalink/'>Envisalink Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/envisalink/'>Envisalink Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.totalconnect/'>Honeywell TotalConnect Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.mqtt/'>MQTT Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.manual/'>Manual Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.manual_mqtt/'>Manual Alarm Control Panel with MQTT Support</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
Satel Integra Alarm Control Panel
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.spc/'>Vanderbilt SPC Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.verisure/'>Verisure Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.wink/'>Wink Alarm</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -145,6 +145,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
SimpliSafe Alarm Control Panel
|
||||
</li>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -174,6 +174,9 @@ The above devices are confirmed to work, but others may work as well.
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.nx584/'>NX584 Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.satel_integra/'>Satel Integra Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -124,6 +124,9 @@
|
|||
<li><a href='/components/alarm_control_panel.nx584/'>
|
||||
NX584 Alarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.satel_integra/'>
|
||||
Satel Integra Alarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.simplisafe/'>
|
||||
SimpliSafe Alarm Control Panel
|
||||
</a></li>
|
||||
|
|
|
@ -178,6 +178,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -286,6 +289,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -329,7 +335,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -184,6 +184,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -292,6 +295,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -335,7 +341,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -185,6 +185,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -293,6 +296,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -336,7 +342,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -147,6 +147,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -255,6 +258,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -298,7 +304,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -240,6 +240,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -348,6 +351,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -391,7 +397,7 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -168,6 +168,9 @@ A word of caution: The Arduino boards are not storing states. This means that wi
|
|||
<li>
|
||||
<a href='/components/sensor.skybeacon/'>Skybeacon sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.worxlandroid/'>Worx Landroid</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zigbee/'>ZigBee</a>
|
||||
</li>
|
||||
|
|
|
@ -166,6 +166,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -274,6 +277,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -317,7 +323,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -147,6 +147,9 @@ Communication between the Asterisk PBX server and the Home Assistant server is p
|
|||
<li>
|
||||
<a href='/components/mqtt_eventstream/'>MQTT Eventstream</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mqtt_statestream/'>MQTT Statestream</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/persistent_notification/'>Persistent notification</a>
|
||||
</li>
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
<li><strong>username</strong> (<em>Optional</em>): The username to your Axis device. Default ‘root’.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): The password to your Axis device. Default ‘pass’.</li>
|
||||
<li><strong>trigger_time</strong> (<em>Optional</em>): Minimum time (in seconds) a sensor should keep its positive value. Default 0.</li>
|
||||
<li><strong>http_port</strong> (<em>Optional</em>): Configure port web server of device is accessible from. Default 80.</li>
|
||||
<li><strong>location</strong> (<em>Optional</em>): Physical location of your Axis device. Default not set.</li>
|
||||
<li><strong>include</strong> (<em>Required</em>): This cannot be empty else there would be no use adding the device at all.
|
||||
<ul>
|
||||
|
@ -247,6 +248,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -355,6 +359,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -398,7 +405,7 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -143,6 +143,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.skybeacon/'>Skybeacon sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.worxlandroid/'>Worx Landroid</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zigbee/'>ZigBee</a>
|
||||
</li>
|
||||
|
|
|
@ -75,7 +75,8 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">abode</code> security control panel platform allows you to control your <a href="https://goabode.com/">Abode</a> alarms.</p>
|
||||
<p>This component will automatically add <code class="highlighter-rouge">Door Contact</code>, <code class="highlighter-rouge">Motion Camera</code>, <code class="highlighter-rouge">Water Sensor</code>, <code class="highlighter-rouge">Keypad</code>, <code class="highlighter-rouge">Glass Break</code>, and <code class="highlighter-rouge">Status Display</code> binary sensors that are configured in your Abode account.</p>
|
||||
<p>This component will add <code class="highlighter-rouge">Door Contacts</code>, <code class="highlighter-rouge">Connectivity</code> sensors (remotes, keypads, and status indicators), <code class="highlighter-rouge">Moisture</code> sensors, and <code class="highlighter-rouge">Motion</code> or <code class="highlighter-rouge">Occupancy</code> sensors.</p>
|
||||
<p>This component will also list all Abode <code class="highlighter-rouge">Quick Actions</code> that are set up. You can trigger these quick actions by passing the <code class="highlighter-rouge">entity_id</code> of your quick action binary sensor to the <a href="/components/abode/#trigger_quick_action">trigger_quick_action service</a>.</p>
|
||||
<p>The requirement is that you have setup your <a href="/components/abode/">Abode hub</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -102,12 +103,18 @@
|
|||
<li><a href='/components/alarm_control_panel.abode/'>
|
||||
Abode Alarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/camera.abode/'>
|
||||
Abode Camera
|
||||
</a></li>
|
||||
<li><a href='/components/cover.abode/'>
|
||||
Abode Cover
|
||||
</a></li>
|
||||
<li><a href='/components/abode/'>
|
||||
Abode Home Security
|
||||
</a></li>
|
||||
<li><a href='/components/light.abode/'>
|
||||
Abode Light
|
||||
</a></li>
|
||||
<li><a href='/components/lock.abode/'>
|
||||
Abode Lock
|
||||
</a></li>
|
||||
|
@ -152,6 +159,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -245,6 +255,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -279,7 +292,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -239,6 +242,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -273,7 +279,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -238,6 +241,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -272,7 +278,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -172,6 +172,9 @@ This sensor is not suitable for fast state changes because there is a high possi
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -265,6 +268,9 @@ This sensor is not suitable for fast state changes because there is a high possi
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -299,7 +305,7 @@ This sensor is not suitable for fast state changes because there is a high possi
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -238,6 +241,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -272,7 +278,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -151,6 +151,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -244,6 +247,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -278,7 +284,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -280,6 +283,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -314,7 +320,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -168,6 +168,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -261,6 +264,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -295,7 +301,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -143,6 +143,9 @@ To get your Blink binary sensors working with Home Assistant, follow the instruc
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -236,6 +239,9 @@ To get your Blink binary sensors working with Home Assistant, follow the instruc
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -270,7 +276,7 @@ To get your Blink binary sensors working with Home Assistant, follow the instruc
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -163,6 +163,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -256,6 +259,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -290,7 +296,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -293,6 +296,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -327,7 +333,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
<li>
|
||||
Concord232 Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -239,6 +242,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -273,7 +279,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
360
components/binary_sensor.doorbird/index.html
Normal file
360
components/binary_sensor.doorbird/index.html
Normal file
|
@ -0,0 +1,360 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>DoorBird Binary Sensor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate DoorBird video doorbell state into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.doorbird/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="DoorBird Binary Sensor">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.doorbird/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate DoorBird video doorbell state into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="DoorBird Binary Sensor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate DoorBird video doorbell state into 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="/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' />
|
||||
</head>
|
||||
<body >
|
||||
<header class='site-header'>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/docs/">Docs</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class='search-container' style='display: none'>
|
||||
<div class='search'>
|
||||
<i class="icon-search"></i>
|
||||
<input id='search' placeholder='Search the docs…'>
|
||||
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
DoorBird Binary Sensor
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">doorbird</code> binary sensor platform allows Home Assistant to monitor when your <a href="http://www.doorbird.com/">DoorBird</a> doorbell rings.</p>
|
||||
<p class="note">
|
||||
You must have the <a href="/components/doorbird/">DoorBird component</a> configured to use this binary sensor.
|
||||
</p>
|
||||
<p>To enable the binary sensor, 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">binary_sensor</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">doorbird</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<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.doorbird.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/doorbird.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.54
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/binary_sensor/'>the Binary Sensor component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/doorbird/'>
|
||||
DoorBird
|
||||
</a></li>
|
||||
<li><a href='/components/camera.doorbird/'>
|
||||
DoorBird Camera
|
||||
</a></li>
|
||||
<li><a href='/components/switch.doorbird/'>
|
||||
DoorBird Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.alarmdecoder/'>AlarmDecoder Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.android_ip_webcam/'>Android IP Webcam Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.aurora/'>Aurora sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.axis/'>Axis Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bayesian/'>Bayesian 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.blink/'>Blink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bloomsky/'>BloomSky Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.command_line/'>Command line Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
DoorBird Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ecobee/'>Ecobee Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.eight_sleep/'>Eight Sleep Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.enocean/'>EnOcean Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.envisalink/'>Envisalink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ffmpeg_motion/'>FFmpeg Motion Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ffmpeg_noise/'>FFmpeg Noise Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.flic/'>Flic Smart Button</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.http/'>HTTP Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.hikvision/'>Hikvision Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.insteon_plm/'>Insteon PLM 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>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mqtt/'>MQTT Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.modbus/'>Modbus Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mysensors/'>MySensors Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.nx584/'>NX584 zones</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.nest/'>Nest Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.netatmo/'>Netatmo Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.octoprint/'>OctoPrint Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_pfio/'>PiFace Digital I/O Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.pilight/'>Pilight Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ping/'>Ping (ICMP) Binary sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rest/'>RESTful Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rfxtrx/'>RFXtrx Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.raspihats/'>Raspihats Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tcp/'>TCP Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.template/'>Template Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tesla/'>Tesla 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>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.velbus/'>Velbus sensors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.vera/'>Vera Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.verisure/'>Verisure Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.wink/'>Wink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zigbee/'>ZigBee Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zha/'>ZigBee Home Automation Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.arest/'>aREST Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mystrom/'>myStrom Binary Sensor</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -147,6 +147,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
Ecobee Binary Sensor
|
||||
</li>
|
||||
|
@ -240,6 +243,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -274,7 +280,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -142,6 +142,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -235,6 +238,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -269,7 +275,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -183,6 +183,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -276,6 +279,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -310,7 +316,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -239,6 +242,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -273,7 +279,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -162,6 +162,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -255,6 +258,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -289,7 +295,7 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -153,6 +153,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -246,6 +249,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -280,7 +286,7 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -267,6 +270,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -301,7 +307,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -231,6 +231,9 @@ binary_sensor.home_line_crossing_2
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -324,6 +327,9 @@ binary_sensor.home_line_crossing_2
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -358,7 +364,7 @@ binary_sensor.home_line_crossing_2
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -154,6 +154,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -247,6 +250,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -281,7 +287,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -188,6 +188,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -281,6 +284,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -315,7 +321,7 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -144,6 +144,9 @@ component.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -237,6 +240,9 @@ component.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -271,7 +277,7 @@ component.</p>
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -151,6 +151,9 @@ If you set <code class="highlighter-rouge">show_on_map</code> <code class="highl
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -244,6 +247,9 @@ If you set <code class="highlighter-rouge">show_on_map</code> <code class="highl
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -278,7 +284,7 @@ If you set <code class="highlighter-rouge">show_on_map</code> <code class="highl
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -250,6 +253,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -284,7 +290,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -197,6 +197,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -290,6 +293,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -324,7 +330,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -167,6 +167,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -260,6 +263,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -294,7 +300,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -164,6 +164,9 @@
|
|||
<li><a href='/components/switch.mqtt/'>
|
||||
MQTT Switch
|
||||
</a></li>
|
||||
<li><a href='/components/vacuum.mqtt/'>
|
||||
MQTT Vacuum
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
|
@ -202,6 +205,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -295,6 +301,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -329,7 +338,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -261,6 +261,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -354,6 +357,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -388,7 +394,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -187,6 +187,9 @@ The firmware version 2.26 doesn’t support TLS/SSL. This means that you are onl
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -280,6 +283,9 @@ The firmware version 2.26 doesn’t support TLS/SSL. This means that you are onl
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -314,7 +320,7 @@ The firmware version 2.26 doesn’t support TLS/SSL. This means that you are onl
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -189,6 +189,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -282,6 +285,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -316,7 +322,7 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -194,6 +194,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -287,6 +290,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -321,7 +327,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -168,6 +168,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -261,6 +264,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -295,7 +301,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -162,6 +162,9 @@ You must have the <a href="/components/octoprint/">OctoPrint component</a> confi
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -255,6 +258,9 @@ You must have the <a href="/components/octoprint/">OctoPrint component</a> confi
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -289,7 +295,7 @@ You must have the <a href="/components/octoprint/">OctoPrint component</a> confi
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -267,6 +270,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -301,7 +307,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -158,6 +158,9 @@ When run on Windows systems, the round trip time attributes are rounded to the n
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -251,6 +254,9 @@ When run on Windows systems, the round trip time attributes are rounded to the n
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -285,7 +291,7 @@ When run on Windows systems, the round trip time attributes are rounded to the n
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -178,6 +178,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -271,6 +274,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -305,7 +311,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -221,6 +221,9 @@ User-Agent: Home Assistant
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -314,6 +317,9 @@ User-Agent: Home Assistant
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -348,7 +354,7 @@ User-Agent: Home Assistant
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -245,6 +245,9 @@ to configure your new devices and leave it off otherwise.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -338,6 +341,9 @@ to configure your new devices and leave it off otherwise.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -372,7 +378,7 @@ to configure your new devices and leave it off otherwise.</p>
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -250,6 +253,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -284,7 +290,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -165,6 +165,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -258,6 +261,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -292,7 +298,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -168,6 +168,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -261,6 +264,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -295,7 +301,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
350
components/binary_sensor.satel_integra/index.html
Normal file
350
components/binary_sensor.satel_integra/index.html
Normal file
|
@ -0,0 +1,350 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Satel Integra Binary Sensor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Satel Integra binary sensors into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.satel_integra/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Satel Integra Binary Sensor">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.satel_integra/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Satel Integra binary sensors into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Satel Integra Binary Sensor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Satel Integra binary sensors into 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="/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' />
|
||||
</head>
|
||||
<body >
|
||||
<header class='site-header'>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/docs/">Docs</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class='search-container' style='display: none'>
|
||||
<div class='search'>
|
||||
<i class="icon-search"></i>
|
||||
<input id='search' placeholder='Search the docs…'>
|
||||
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Satel Integra Binary Sensor
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">satel_integra</code> binary sensor allows you to monitor your <a href="http://www.satel.pl/en/">SatelIntegra</a> alarm zones (inputs).</p>
|
||||
<p>Check the <a href="/components/binary_sensor/">type/class</a> list for a possible visualization of your zone.</p>
|
||||
<p>The requirement is that you have setup your <a href="/components/satel_integra/">SatelIntegra hub</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<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.satel_integra.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/satel.jpg' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.54
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/binary_sensor/'>the Binary Sensor component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/satel_integra/'>
|
||||
Satel Integra Alarm
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.satel_integra/'>
|
||||
Satel Integra Alarm Control Panel
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.alarmdecoder/'>AlarmDecoder Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.android_ip_webcam/'>Android IP Webcam Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.aurora/'>Aurora sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.axis/'>Axis Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bayesian/'>Bayesian 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.blink/'>Blink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bloomsky/'>BloomSky Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.command_line/'>Command line Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ecobee/'>Ecobee Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.eight_sleep/'>Eight Sleep Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.enocean/'>EnOcean Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.envisalink/'>Envisalink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ffmpeg_motion/'>FFmpeg Motion Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ffmpeg_noise/'>FFmpeg Noise Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.flic/'>Flic Smart Button</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.http/'>HTTP Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.hikvision/'>Hikvision Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.insteon_plm/'>Insteon PLM 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>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mqtt/'>MQTT Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.modbus/'>Modbus Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mysensors/'>MySensors Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.nx584/'>NX584 zones</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.nest/'>Nest Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.netatmo/'>Netatmo Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.octoprint/'>OctoPrint Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_pfio/'>PiFace Digital I/O Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.pilight/'>Pilight Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ping/'>Ping (ICMP) Binary sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rest/'>RESTful Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rfxtrx/'>RFXtrx Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.raspihats/'>Raspihats Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
Satel Integra Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tcp/'>TCP Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.template/'>Template Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tesla/'>Tesla 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>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.velbus/'>Velbus sensors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.vera/'>Vera Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.verisure/'>Verisure Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.wink/'>Wink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zigbee/'>ZigBee Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zha/'>ZigBee Home Automation Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.arest/'>aREST Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mystrom/'>myStrom Binary Sensor</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -141,6 +141,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -234,6 +237,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
SleepIQ Binary Sensor
|
||||
</li>
|
||||
|
@ -268,7 +274,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -143,6 +143,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -236,6 +239,9 @@
|
|||
<li>
|
||||
SPC Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -270,7 +276,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -251,6 +254,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -285,7 +291,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -309,6 +309,9 @@ and Z-Wave multisensor presence sensors.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -402,6 +405,9 @@ and Z-Wave multisensor presence sensors.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -436,7 +442,7 @@ and Z-Wave multisensor presence sensors.</p>
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -245,6 +248,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -279,7 +285,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -150,6 +150,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -243,6 +246,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -277,7 +283,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -175,6 +175,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -268,6 +271,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -302,7 +308,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -267,6 +270,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -301,7 +307,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -250,6 +253,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -284,7 +290,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -245,6 +248,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -279,7 +285,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -183,6 +183,9 @@ The above devices are confimed to work, but others may work as well.
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -276,6 +279,9 @@ The above devices are confimed to work, but others may work as well.
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -310,7 +316,7 @@ The above devices are confimed to work, but others may work as well.
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -164,6 +164,9 @@ If you use the sensor for Canada (<code class="highlighter-rouge">CA</code>) wit
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -257,6 +260,9 @@ If you use the sensor for Canada (<code class="highlighter-rouge">CA</code>) wit
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -291,7 +297,7 @@ If you use the sensor for Canada (<code class="highlighter-rouge">CA</code>) wit
|
|||
Workday Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the Xiaomi binary sensors within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.xiaomi/">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.xiaomi_aqara/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Xiaomi Binary Sensor">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.xiaomi/">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.xiaomi_aqara/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Xiaomi binary sensors within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -74,8 +74,8 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">xiaomi</code> binary sensor platform allows you to get data from your <a href="http://www.mi.com/en/">Xiaomi</a> binary sensors.</p>
|
||||
<p>The requirement is that you have setup the <a href="/components/xiaomi/"><code class="highlighter-rouge">xiaomi</code> component</a>.</p>
|
||||
<p>The <code class="highlighter-rouge">xiaomi aqara</code> binary sensor platform allows you to get data from your <a href="http://www.mi.com/en/">Xiaomi</a> binary sensors.</p>
|
||||
<p>The requirement is that you have setup the <a href="/components/xiaomi_aqara/"><code class="highlighter-rouge">xiaomi aqara</code> component</a>.</p>
|
||||
<h3><a class="title-link" name="type-of-sensors-supported" href="#type-of-sensors-supported"></a> Type of sensors supported</h3>
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -275,7 +275,7 @@
|
|||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">title</span><span class="pi">:</span> <span class="s">Fire alarm!</span>
|
||||
<span class="s">message</span><span class="pi">:</span> <span class="s">Fire/Smoke detected!</span>
|
||||
<span class="pi">-</span> <span class="s">service</span><span class="pi">:</span> <span class="s">xiaomi.play_ringtone</span>
|
||||
<span class="pi">-</span> <span class="s">service</span><span class="pi">:</span> <span class="s">xiaomi_aqara.play_ringtone</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">gw_mac</span><span class="pi">:</span> <span class="s">xxxxxxxxxxxx</span>
|
||||
<span class="s">ringtone_id</span><span class="pi">:</span> <span class="s">2</span>
|
||||
|
@ -326,7 +326,7 @@
|
|||
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">binary_sensor.switch_158d000xxxxxc2</span>
|
||||
<span class="s">click_type</span><span class="pi">:</span> <span class="s">long_click_press</span>
|
||||
<span class="s">action</span><span class="pi">:</span>
|
||||
<span class="s">service</span><span class="pi">:</span> <span class="s">xiaomi.play_ringtone</span>
|
||||
<span class="s">service</span><span class="pi">:</span> <span class="s">xiaomi_aqara.play_ringtone</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">gw_mac</span><span class="pi">:</span> <span class="s">xxxxxxxxxxxx</span>
|
||||
<span class="s">ringtone_id</span><span class="pi">:</span> <span class="s">8</span>
|
||||
|
@ -460,7 +460,7 @@
|
|||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<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.xiaomi.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/binary_sensor.xiaomi_aqara.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/xiaomi.png' />
|
||||
</div>
|
||||
|
@ -477,25 +477,19 @@
|
|||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/cover.xiaomi/'>
|
||||
<li><a href='/components/cover.xiaomi_aqara/'>
|
||||
Xiaomi Cover
|
||||
</a></li>
|
||||
<li><a href='/components/xiaomi/'>
|
||||
<li><a href='/components/xiaomi_aqara/'>
|
||||
Xiaomi Gateway
|
||||
</a></li>
|
||||
<li><a href='/components/light.xiaomi/'>
|
||||
<li><a href='/components/light.xiaomi_aqara/'>
|
||||
Xiaomi Light
|
||||
</a></li>
|
||||
<li><a href='/components/vacuum.xiaomi/'>
|
||||
Xiaomi Mi Robot Vacuum
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.xiaomi/'>
|
||||
Xiaomi Router
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.xiaomi/'>
|
||||
<li><a href='/components/sensor.xiaomi_aqara/'>
|
||||
Xiaomi Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.xiaomi/'>
|
||||
<li><a href='/components/switch.xiaomi_aqara/'>
|
||||
Xiaomi Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
|
@ -536,6 +530,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -629,6 +626,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
|
@ -144,6 +144,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -237,6 +240,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -271,7 +277,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -162,6 +162,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -255,6 +258,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -289,7 +295,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.doorbird/'>DoorBird Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -252,6 +255,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
|
@ -286,7 +292,7 @@
|
|||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi/'>Xiaomi Binary Sensor</a>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
Z-Wave Binary Sensor
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<li><a href='/components/binary_sensor.digital_ocean/'>
|
||||
Digital Ocean Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.doorbird/'>
|
||||
DoorBird Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.ecobee/'>
|
||||
Ecobee Binary Sensor
|
||||
</a></li>
|
||||
|
@ -235,6 +238,9 @@
|
|||
<li><a href='/components/binary_sensor.spc/'>
|
||||
SPC Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.satel_integra/'>
|
||||
Satel Integra Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.sleepiq/'>
|
||||
SleepIQ Binary Sensor
|
||||
</a></li>
|
||||
|
@ -271,7 +277,7 @@
|
|||
<li><a href='/components/binary_sensor.workday/'>
|
||||
Workday Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.xiaomi/'>
|
||||
<li><a href='/components/binary_sensor.xiaomi_aqara/'>
|
||||
Xiaomi Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.zwave/'>
|
||||
|
|
|
@ -195,6 +195,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -303,6 +306,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -346,7 +352,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -154,6 +154,9 @@
|
|||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/doorbird/'>DoorBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dyson/'>Dyson</a>
|
||||
</li>
|
||||
|
@ -262,6 +265,9 @@
|
|||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -305,7 +311,7 @@
|
|||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi/'>Xiaomi Gateway</a>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
|
|
|
@ -213,6 +213,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.time_date/'>Time & Date</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/calendar.todoist/'>Todoist</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.worldclock/'>Worldclock</a>
|
||||
</li>
|
||||
|
|
298
components/calendar.todoist/index.html
Normal file
298
components/calendar.todoist/index.html
Normal file
|
@ -0,0 +1,298 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Todoist - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to integrate Todoist into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/calendar.todoist/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Todoist">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/calendar.todoist/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions on how to integrate Todoist into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Todoist">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate Todoist into 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="/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' />
|
||||
</head>
|
||||
<body >
|
||||
<header class='site-header'>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/docs/">Docs</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class='search-container' style='display: none'>
|
||||
<div class='search'>
|
||||
<i class="icon-search"></i>
|
||||
<input id='search' placeholder='Search the docs…'>
|
||||
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Todoist
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>This platform allows you to connect to your <a href="https://todoist.com">Todoist Projects</a> and generate binary sensors. A different sensor will be created for each individual project, or you can specify “custom” projects which match against criteria you set (more on that below). These sensors will be <code class="highlighter-rouge">on</code> if you have a task due in that project or <code class="highlighter-rouge">off</code> if all the tasks in the project are completed or if the project doesn’t have any tasks at all. All tasks get updated roughly every 15 minutes.</p>
|
||||
<h3><a class="title-link" name="prerequisites" href="#prerequisites"></a> Prerequisites</h3>
|
||||
<p>You need to determine your Todoist API token. This is fairly simple to do; just go <a href="https://todoist.com/Users/viewPrefs?page=authorizations">to the Integrations section on your Todoist settings page</a> and find the section labeled “API token” at the bottom of the page. Copy that token and use it in your configuration file.</p>
|
||||
<h3><a class="title-link" name="basic-setup" href="#basic-setup"></a> Basic Setup</h3>
|
||||
<p>To integrate Todoist in Home Assistant, add the following section 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">calendar</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">todoist</span>
|
||||
<span class="s">token</span><span class="pi">:</span> <span class="s">API_token_created_from_steps_above</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>token</strong> (<em>Required</em>): The API token used to authorize Home Assistant to access your projects.</li>
|
||||
<li><strong>custom_projects</strong> (<em>Optional</em>): Details on any “custom” binary sensor projects you want to create.
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Required</em>): The name of your custom project. Only required if you specify that you want to create a custom project.</li>
|
||||
<li><strong>due_date_days</strong> (<em>Optional</em>): Only include tasks due within this many days. If you don’t have any tasks with a due date set, this returns nothing.</li>
|
||||
<li><strong>labels</strong> (<em>Optional</em>): Only include tasks with at least one of these labels (i.e., this works as an <code class="highlighter-rouge">or</code> statement)..</li>
|
||||
<li><strong>include_projects</strong> (<em>Optional</em>): Only include tasks in these projects. Tasks in all other projects will be ignored.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3><a class="title-link" name="custom-projects" href="#custom-projects"></a> Custom Projects</h3>
|
||||
<p>Creating custom projects is super-easy and quite powerful. All you need to run the basic Todoist projects is your API token, but if you wanted, you could go even deeper. Here’s an example:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">calendar</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">todoist</span>
|
||||
<span class="s">token</span><span class="pi">:</span> <span class="kt">!secret</span> <span class="s">todoist_token</span>
|
||||
<span class="s">custom_projects</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">All</span><span class="nv"> </span><span class="s">Projects'</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Due</span><span class="nv"> </span><span class="s">Today'</span>
|
||||
<span class="s">due_date_days</span><span class="pi">:</span> <span class="s">0</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Due</span><span class="nv"> </span><span class="s">This</span><span class="nv"> </span><span class="s">Week'</span>
|
||||
<span class="s">due_date_days</span><span class="pi">:</span> <span class="s">7</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Math</span><span class="nv"> </span><span class="s">Homework'</span>
|
||||
<span class="s">labels</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">Homework</span>
|
||||
<span class="s">include_projects</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">Mathematical Structures II</span>
|
||||
<span class="pi">-</span> <span class="s">Calculus II</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>(See <a href="https://home-assistant.io/docs/configuration/secrets/">here</a> for more details about what that <code class="highlighter-rouge">!secret</code> does – it’s not exclusive to Todoist, and can help keep your API keys and passwords a little safer!)</p>
|
||||
<p>As you can see, there are 4 custom projects here:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>A project containing <em>all</em> of the tasks on this account.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>A project containing <em>all</em> the tasks on this account that are due today.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>A project containing <em>all</em> the tasks on this account due within the next week.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>A project containing everything with the label “Homework”, taking only 2 projects into account.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>You can mix-and-match these attributes to create all sorts of custom projects. You can even use <a href="https://ifttt.com/todoist">IFTTT</a> to create a task with a certain label, then have Home Assistant do some kind of automation when a task with that label comes due.</p>
|
||||
<p>Home Assistant does its best to determine what task in each project is “most” important, and it’s that task which has its state reported. You can access the other tasks you have due soon via the <code class="highlighter-rouge">all_tasks</code> array (see below).</p>
|
||||
<h3><a class="title-link" name="sensor-attributes" href="#sensor-attributes"></a> Sensor attributes</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>offset_reached</strong>: Not used.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>all_day</strong>: <code class="highlighter-rouge">True</code> if the reported task doesn’t have a due date. <code class="highlighter-rouge">False</code> if there is a due date set.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>message</strong>: The title of the “most important” task coming up in this project.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>description</strong>: A URL pointing to the task on the Todoist website.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>location</strong>: Not used.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>start_time</strong>: The last time the Todoist component got updated. Usually within the last 15 minutes.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>end_time</strong>: When the task is due.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>all_tasks</strong>: A list of all tasks in this project, sorted from most important to least important.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>priority</strong>: The priority Todoist reports this task as having. 1 means lowest priority, 4 means highest. Note that this is the <strong>opposite</strong> of how things are displayed in the Todoist app!</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>task_comments</strong>: Any comments added to this task.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>task_labels</strong>: All labels associated with this task.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>overdue</strong>: Whether the reported task is past its due date.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>due_today</strong>: Whether the reported task is due today.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3><a class="title-link" name="services" href="#services"></a> Services</h3>
|
||||
<p>Todoist also comes with access to a service, <code class="highlighter-rouge">todoist.new_task</code>. This service can be used to create a new Todoist task. You can specify labels and a project, or you can leave them blank, and the task will go to your “Inbox” project.</p>
|
||||
<p>Here’s an example JSON payload:</p>
|
||||
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
|
||||
</span><span class="nt">"content"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Pick up the mail"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"project"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Errands"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"labels"</span><span class="p">:</span><span class="s2">"Homework,School"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"priority"</span><span class="p">:</span><span class="mi">3</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"due_date"</span><span class="p">:</span><span class="s2">"2017-09-12 14:00"</span><span class="w">
|
||||
</span><span class="p">}</span><span class="w">
|
||||
</span></code></pre>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>content</strong> (<em>Required</em>): The name of the task you want to create.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>project</strong> (<em>Optional</em>): The project to put the task in.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>labels</strong> (<em>Optional</em>): Any labels you want to add to the task, separated by commas.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>priority</strong> (<em>Optional</em>): The priority of the task, from 1-4. Again, 1 means least important, and 4 means most important.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>due_date</strong> (<em>Optional</em>): When the task should be due, in either YYYY-MM-DD format or YYYY-MM-DD HH:MM format.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Note that there’s (currently) no way to mark tasks as done through Home Assistant; task names do not necessarily have to be unique, so you could find yourself in a situation where you close the wrong task.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<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/calendar.todoist.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/todoist.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.54
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/calendar/'>the Calendar component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Calendar</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/calendar.google/'>Google Calendar Event</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.time_date/'>Time & Date</a>
|
||||
</li>
|
||||
<li>
|
||||
Todoist
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.worldclock/'>Worldclock</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -88,6 +88,9 @@
|
|||
<li><a href='/components/calendar.google/'>
|
||||
Google Calendar Event
|
||||
</a></li>
|
||||
<li><a href='/components/calendar.todoist/'>
|
||||
Todoist
|
||||
</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
257
components/camera.abode/index.html
Normal file
257
components/camera.abode/index.html
Normal file
|
@ -0,0 +1,257 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Abode Camera - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Abode cameras into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/camera.abode/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Abode Camera">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/camera.abode/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Abode cameras into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Abode Camera">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Abode cameras into 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="/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' />
|
||||
</head>
|
||||
<body >
|
||||
<header class='site-header'>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/docs/">Docs</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class='search-container' style='display: none'>
|
||||
<div class='search'>
|
||||
<i class="icon-search"></i>
|
||||
<input id='search' placeholder='Search the docs…'>
|
||||
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Abode Camera
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">abode</code> security control panel platform allows you to control your <a href="https://goabode.com/">Abode</a> alarms.</p>
|
||||
<p>This component will automatically add <code class="highlighter-rouge">Cameras</code> configured in your Abode account. You can request a new still image capture by passing the <code class="highlighter-rouge">entity_id</code> of your cameras to the <a href="/components/abode/#capture_image">capture_image service</a>.</p>
|
||||
<p>The requirement is that you have setup your <a href="/components/abode/">Abode hub</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<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/camera.abode.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/abode.jpg' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.54
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/camera/'>the Camera component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/alarm_control_panel.abode/'>
|
||||
Abode Alarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.abode/'>
|
||||
Abode Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/cover.abode/'>
|
||||
Abode Cover
|
||||
</a></li>
|
||||
<li><a href='/components/abode/'>
|
||||
Abode Home Security
|
||||
</a></li>
|
||||
<li><a href='/components/light.abode/'>
|
||||
Abode Light
|
||||
</a></li>
|
||||
<li><a href='/components/lock.abode/'>
|
||||
Abode Lock
|
||||
</a></li>
|
||||
<li><a href='/components/switch.abode/'>
|
||||
Abode Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Camera</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
Abode Camera
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.amcrest/'>Amcrest IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.arlo/'>Arlo Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.axis/'>Axis Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.blink/'>Blink Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.bloomsky/'>BloomSky Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.dispatcher/'>Dispatcher IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.doorbird/'>DoorBird Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.ffmpeg/'>FFmpeg Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.foscam/'>Foscam IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.generic/'>Generic IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.mjpeg/'>Generic MJPEG IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.local_file/'>Local File</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.mqtt/'>MQTT Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ifttt.manything/'>ManyThing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.neato/'>Neato Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.nest/'>Nest Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.netatmo/'>Netatmo Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.onvif/'>ONVIF Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.rpi_camera/'>Raspberry Pi Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.synology/'>Synology Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.usps/'>USPS Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.uvc/'>UniFi Video Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.zoneminder/'>ZoneMinder Camera</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -115,6 +115,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Camera</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/camera.abode/'>Abode Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
Amcrest IP Camera
|
||||
</li>
|
||||
|
@ -133,6 +136,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.dispatcher/'>Dispatcher IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.doorbird/'>DoorBird Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.ffmpeg/'>FFmpeg Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -121,6 +121,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Camera</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/camera.abode/'>Abode Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.amcrest/'>Amcrest IP Camera</a>
|
||||
</li>
|
||||
|
@ -139,6 +142,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.dispatcher/'>Dispatcher IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.doorbird/'>DoorBird Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.ffmpeg/'>FFmpeg Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -109,6 +109,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Camera</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/camera.abode/'>Abode Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.amcrest/'>Amcrest IP Camera</a>
|
||||
</li>
|
||||
|
@ -127,6 +130,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.dispatcher/'>Dispatcher IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.doorbird/'>DoorBird Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.ffmpeg/'>FFmpeg Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -113,6 +113,9 @@ To get your Blink cameras working with Home Assistant, follow the instructions f
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Camera</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/camera.abode/'>Abode Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.amcrest/'>Amcrest IP Camera</a>
|
||||
</li>
|
||||
|
@ -131,6 +134,9 @@ To get your Blink cameras working with Home Assistant, follow the instructions f
|
|||
<li>
|
||||
<a href='/components/camera.dispatcher/'>Dispatcher IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.doorbird/'>DoorBird Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.ffmpeg/'>FFmpeg Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -117,6 +117,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Camera</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/camera.abode/'>Abode Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.amcrest/'>Amcrest IP Camera</a>
|
||||
</li>
|
||||
|
@ -135,6 +138,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.dispatcher/'>Dispatcher IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.doorbird/'>DoorBird Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.ffmpeg/'>FFmpeg Camera</a>
|
||||
</li>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue