Site updated at 2017-12-17 16:27:07 UTC
This commit is contained in:
parent
4e546d5869
commit
db3021af91
919 changed files with 15842 additions and 3639 deletions
|
@ -279,6 +279,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -312,6 +315,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -414,6 +420,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
456
components/ads/index.html
Normal file
456
components/ads/index.html
Normal file
|
@ -0,0 +1,456 @@
|
|||
<!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>ADS - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Connect Home Assistant to TwinCAT devices via the ADS interface">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/ads/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="ADS">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/ads/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Connect Home Assistant to TwinCAT devices via the ADS interface">
|
||||
<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="ADS">
|
||||
<meta name="twitter:description" content="Connect Home Assistant to TwinCAT devices via the ADS interface">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</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">
|
||||
ADS
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The ADS (automation device specification) describes a device-independent and fieldbus independent interface for communication between <a href="https://www.beckhoff.com/">Beckhoff</a> automation devices running <a href="http://www.beckhoff.hu/english.asp?twincat/default.htm">TwinCAT</a> and other devices implementing this interface.</p>
|
||||
<p>To enable ADS, add the following lines 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">ads</span><span class="pi">:</span>
|
||||
<span class="s">device</span><span class="pi">:</span> <span class="s1">'</span><span class="s">127.0.0.1.1.1'</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">48898</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="device" href="#device"></a> device</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The AMS NetId that identifies the device.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="port" href="#port"></a> port</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="int">int</span>)</span><span class="required">(Required)</span><span class="description">The port that runs the AMS server on the device, typically this would be 801 or 851.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="ip_address" href="#ip_address"></a> ip_address</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The IP address of the ADS device, if not set the first 4 bytes of the device id will be used.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<h2><a class="title-link" name="service" href="#service"></a> Service</h2>
|
||||
<p>The ADS component will register the service <code class="highlighter-rouge">write_by_name</code> allowing you to write a value to a variable on your ADS device.</p>
|
||||
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
|
||||
</span><span class="nt">"adsvar"</span><span class="p">:</span><span class="w"> </span><span class="s2">".myvariable"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"adstype"</span><span class="p">:</span><span class="w"> </span><span class="s2">"int"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"value"</span><span class="p">:</span><span class="w"> </span><span class="mi">123</span><span class="w">
|
||||
</span><span class="p">}</span><span class="w">
|
||||
</span></code></pre>
|
||||
</div>
|
||||
<p>Service parameters:</p>
|
||||
<ul>
|
||||
<li><strong>adsvar</strong>: Name of the variable on the ADS device. To access global variables on <em>TwinCAT2</em> use a prepending dot <code class="highlighter-rouge">.myvariable</code>, for TwinCAT3 use
|
||||
<code class="highlighter-rouge">GBL.myvariable</code>.</li>
|
||||
<li><strong>adstype</strong>: Specify the type of the variable. Use one of the following: <code class="highlighter-rouge">int</code>, <code class="highlighter-rouge">byte</code>, <code class="highlighter-rouge">uint</code>, <code class="highlighter-rouge">bool</code></li>
|
||||
<li><strong>value</strong>: The value that will be written in the variable.</li>
|
||||
</ul>
|
||||
</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/ads.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/beckhoff.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 Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.60
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/binary_sensor.ads/'>
|
||||
ADS Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/light.ads/'>
|
||||
ADS Light
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.ads/'>
|
||||
ADS Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.ads/'>
|
||||
ADS Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
ADS
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/abode/'>Abode Home Security</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarmdecoder/'>AlarmDecoder Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/amcrest/'>Amcrest IP Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/android_ip_webcam/'>Android IP Webcam</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apple_tv/'>Apple TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/arlo/'>Arlo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/axis/'>Axis</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wemo/'>Belkin WeMo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/blink/'>Blink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<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>
|
||||
<li>
|
||||
<a href='/components/eight_sleep/'>Eight Sleep</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/enocean/'>EnOcean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ffmpeg/'>FFmpeg</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hive/'>Hive</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_plm/'>Insteon PLM</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/joaoapps_join/'>Joaoapps Join</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/juicenet/'>Juicenet</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/knx/'>KNX</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/kira/'>Kira</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lametric/'>LaMetric</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/linode/'>Linode</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/litejet/'>LiteJet</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lutron/'>Lutron</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lutron_caseta/'>Lutron Caseta</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mqtt/'>MQTT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/raincloud/'>Melnor Raincloud</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/microsoft_face/'>Microsoft Face</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mochad/'>Mochad</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/neato/'>Neato Robotics</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nest/'>Nest</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/netatmo/'>Netatmo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuimo_controller/'>Nuimo controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/qwikswitch/'>QwikSwitch QSUSB Hub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rflink/'>RFLink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rfxtrx/'>RFXtrx</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rainbird/'>Rain Bird Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ring/'>Ring</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/scsgate/'>SCSGate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/spc/'>SPC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/skybell/'>Skybell</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tado/'>Tado</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tahoma/'>Tahoma</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/telegram_bot/'>Telegram chatbot</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tellstick/'>TellStick</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tellduslive/'>Telldus Live</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tesla/'>Tesla</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thethingsnetwork/'>The Things Network</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/toon/'>Toon</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/twilio/'>Twilio</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/usps/'>USPS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/velbus/'>Velbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/velux/'>Velux</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/vera/'>Vera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/verisure/'>Verisure</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/xiaomi_aqara/'>Xiaomi Gateway (Aqara)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/comfoconnect/'>Zehnder ComfoAir Q Ventilation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zha/'>Zigbee Home Automation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zoneminder/'>ZoneMinder</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>ecobee</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/gc100/'>gc100</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>
|
|
@ -140,9 +140,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -125,9 +125,15 @@
|
|||
<li>
|
||||
AlarmDecoder Alarm Control Panel
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -122,9 +122,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -175,9 +175,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
Arlo Control Panel
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
233
components/alarm_control_panel.canary/index.html
Normal file
233
components/alarm_control_panel.canary/index.html
Normal file
|
@ -0,0 +1,233 @@
|
|||
<!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>Canary Alarm Control Panel - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to integrate your Canary devices into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/alarm_control_panel.canary/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Canary Alarm Control Panel">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/alarm_control_panel.canary/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions on how to integrate your Canary devices 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="Canary Alarm Control Panel">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate your Canary devices into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</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">
|
||||
Canary Alarm Control Panel
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">canary</code> alarm control panel platform allows you to integrate your <a href="https://canary.is">Canary</a> alarm system in Home Assistant.</p>
|
||||
<p>To add <code class="highlighter-rouge">canary</code> alarm control panel to your installation, follow instructions in <a href="/components/canary/">Canary component</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.canary.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/canary.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.60
|
||||
</div>
|
||||
<div class='section'>
|
||||
Source:
|
||||
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/alarm_control_panel/canary.py'>alarm_control_panel/canary.py</a>
|
||||
</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/canary/'>
|
||||
Canary
|
||||
</a></li>
|
||||
<li><a href='/components/camera.canary/'>
|
||||
Canary Camera
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.canary/'>
|
||||
Canary 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.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
Canary Alarm Control Panel
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
|
@ -126,9 +126,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
Concord232 Alarm Control Panel
|
||||
</li>
|
||||
|
|
|
@ -178,9 +178,15 @@ You can change this, however, using the following procedure. This is a more adva
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -125,9 +125,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
246
components/alarm_control_panel.ialarm/index.html
Normal file
246
components/alarm_control_panel.ialarm/index.html
Normal file
|
@ -0,0 +1,246 @@
|
|||
<!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>Antifurto365 iAlarm Control Panel - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate iAlarms alarms into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/alarm_control_panel.ialarm/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Antifurto365 iAlarm Control Panel">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/alarm_control_panel.ialarm/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate iAlarms alarms 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="Antifurto365 iAlarm Control Panel">
|
||||
<meta name="twitter:description" content="Instructions how to integrate iAlarms alarms into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</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">
|
||||
Antifurto365 iAlarm Control Panel
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">ialarm</code> platform provides connectivity with the <a href="https://www.antifurtocasa365.it/">Antifurto365</a> iAlarm alarm systems.</p>
|
||||
<p>This platform supports the following services: <code class="highlighter-rouge">alarm_arm_away</code>, <code class="highlighter-rouge">alarm_arm_home</code> and <code class="highlighter-rouge">alarm_disarm</code>.</p>
|
||||
<p>To enable this, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</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">ialarm</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">ALARM_SYSTEM_IP</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR_USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="host" href="#host"></a> host</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The IP address of the iAlarm device on your home network.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="username" href="#username"></a> username</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">Username used to sign into the iAlarm web client (should be admin by default).</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="password" href="#password"></a> password</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">Password used to sign into the iAlarm web client.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="name" href="#name"></a> name</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">Name of device in Home Assistant.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</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/alarm_control_panel.ialarm.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/antifurto365-ialarm.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.60
|
||||
</div>
|
||||
<div class='section'>
|
||||
Source:
|
||||
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/alarm_control_panel/ialarm.py'>alarm_control_panel/ialarm.py</a>
|
||||
</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">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>
|
||||
Antifurto365 iAlarm Control Panel
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary 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>
|
||||
<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>
|
||||
<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>
|
|
@ -84,27 +84,75 @@
|
|||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name of the alarm. Default is “HA Alarm”.</li>
|
||||
<li><strong>code</strong> (<em>Optional</em>): If defined, specifies a code to enable or disable the alarm in the frontend.</li>
|
||||
<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>code_template</strong> (<em>Optional</em>): If defined, returns a code to enable or disable the alarm in the frontend; an empty string disables checking the code. Inside the template, the variables <strong>from_state</strong> and <strong>to_state</strong> identify the current and desired state. Only one of <strong>code</strong> and <strong>code_template</strong> can be specified.</li>
|
||||
<li><strong>delay_time</strong> (<em>Optional</em>): The time in seconds of the pending time before triggering the alarm. Default is 0 seconds.</li>
|
||||
<li><strong>pending_time</strong> (<em>Optional</em>): The time in seconds of the pending time before effecting a state change. 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><strong>armed_home/armed_away/armed_night/triggered</strong> (<em>Optional</em>): State specific settings
|
||||
<li><strong>armed_custom_bypass/armed_home/armed_away/armed_night/disarmed/triggered</strong> (<em>Optional</em>): State specific settings
|
||||
<ul>
|
||||
<li><strong>pending_time</strong>: State specific pending time override.</li>
|
||||
<li><strong>delay_time</strong> (<em>Optional</em>): State specific setting for <strong>delay_time</strong> (all states except <strong>triggered</strong>)</li>
|
||||
<li><strong>pending_time</strong> (<em>Optional</em>): State specific setting for <strong>pending_time</strong> (all states except <strong>disarmed</strong>)</li>
|
||||
<li><strong>trigger_time</strong> (<em>Optional</em>): State specific setting for <strong>trigger_time</strong> (all states except <strong>triggered</strong>)</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>
|
||||
<h2><a class="title-link" name="state-machine" href="#state-machine"></a> State machine</h2>
|
||||
<p>The state machine of the manual alarm component is complex but powerful. The
|
||||
transitions are timed according to three values, <strong>delay_time</strong>, <strong>pending_time</strong>
|
||||
and <strong>trigger_time</strong>. The values in turn can come from the default configuration
|
||||
variable or from a state-specific override.</p>
|
||||
<p>When the alarm is armed, its state first goes to <strong>pending</strong> for a number
|
||||
of seconds equal to the destination state’s <strong>pending_time</strong>, and then
|
||||
transitions to one of the “armed” states. Note that <strong>code_template</strong>
|
||||
never receives “pending” in the <strong>to_state</strong> variable; instead,
|
||||
<strong>to_state</strong> contains the state which the user has requested. However,
|
||||
<strong>from_state</strong> <em>can</em> contain “pending”.</p>
|
||||
<p>When the alarm is triggered, its state goes to <strong>pending</strong> for a number of
|
||||
seconds equal to the previous state’s <strong>delay_time</strong> plus the triggered
|
||||
state’s <strong>pending_time</strong>. Then the alarm transitions to the “triggered”
|
||||
states. The code is never checked when triggering the alarm, so the
|
||||
<strong>to_state</strong> variable of <strong>code_template</strong> cannot ever contain “triggered”
|
||||
either; again, <strong>from_state</strong> <em>can</em> contain “triggered”.</p>
|
||||
<p>The alarm remains in the “triggered” state for a number of seconds equal to the
|
||||
previous state’s <strong>trigger_time</strong>. Then, depending on <strong>disarm_after_trigger</strong>,
|
||||
it goes back to either the previous state or <strong>disarmed</strong>. If the previous
|
||||
state’s <strong>trigger_time</strong> is zero, the transition to “triggered” is entirely
|
||||
blocked and the alarm remains in the armed state.</p>
|
||||
<p>Each of the settings is useful in different scenarios. <strong>pending_time</strong> gives
|
||||
you some time to leave the building (for “armed” states) or to disarm the alarm
|
||||
(for the “triggered” state).</p>
|
||||
<p><strong>delay_time</strong> can also be used to allow some time to disarm the alarm, but with
|
||||
more flexibility. For example, you could specify a delay time for the
|
||||
“armed away” state, in order to avoid triggering the alarm while the
|
||||
garage door opens, but not for the “armed home” state.</p>
|
||||
<p><strong>trigger_time</strong> is useful to disable the alarm when disarmed, but it can also
|
||||
be used for example to sound the siren for a shorter time during the night.</p>
|
||||
<p>In the config example below:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>the disarmed state never triggers the alarm;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>the armed_home state will leave no time to leave the building or disarm the alarm;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>while other states state will give 30 seconds to leave the building before triggering the alarm, and 20 seconds to disarm the alarm when coming back.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<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">delay_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>
|
||||
<span class="s">disarmed</span><span class="pi">:</span>
|
||||
<span class="s">trigger_time</span><span class="pi">:</span> <span class="s">0</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>
|
||||
<span class="s">delay_time</span><span class="pi">:</span> <span class="s">0</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
|
||||
|
@ -193,9 +241,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -100,29 +100,24 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<p>All configuration variables from the base manual alarm platform are available:</p>
|
||||
<p>The following configuration variables from the base manual alarm platform are available:</p>
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name of the alarm. Default is “HA Alarm”.</li>
|
||||
<li><strong>code</strong> (<em>Optional</em>): If defined, specifies a code to enable or disable the alarm in the frontend. This code is not required for MQTT interactions.</li>
|
||||
<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>code_template</strong> (<em>Optional</em>): If defined, returns a code to enable or disable the alarm in the frontend; an empty string disables checking the code. Inside the template, the variables <strong>from_state</strong> and <strong>to_state</strong> identify the current and desired state. Only one of <strong>code</strong> and <strong>code_template</strong> can be specified.</li>
|
||||
<li><strong>delay_time</strong> (<em>Optional</em>): The time in seconds of the pending time before triggering the alarm. Default is 0 seconds.</li>
|
||||
<li><strong>pending_time</strong> (<em>Optional</em>): The time in seconds of the pending time before effecting a state change. 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>
|
||||
<li><strong>armed_home/armed_away/armed_night/disarmed/triggered</strong> (<em>Optional</em>): State specific settings
|
||||
<ul>
|
||||
<li><strong>pending_time</strong>: State specific pending time override.</li>
|
||||
<li><strong>delay_time</strong> (<em>Optional</em>): State specific setting for <strong>delay_time</strong> (all states except <strong>triggered</strong>)</li>
|
||||
<li><strong>pending_time</strong> (<em>Optional</em>): State specific setting for <strong>pending_time</strong> (all states except <strong>disarmed</strong>)</li>
|
||||
<li><strong>trigger_time</strong> (<em>Optional</em>): State specific setting for <strong>trigger_time</strong> (all states except <strong>triggered</strong>)</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>See the documentation for the <a href="../alarm_control_panel.manual/">manual alarm platform</a> for a description.</p>
|
||||
<p>Additionally, the following MQTT configuration variables are also available:</p>
|
||||
<ul>
|
||||
<li><strong>state_topic</strong> (<em>Required</em>): The MQTT topic HA will publish state updates to.</li>
|
||||
|
@ -133,18 +128,31 @@
|
|||
<li><strong>payload_arm_away</strong> (<em>Optional</em>): The payload to set armed-away mode on this Alarm Panel. Default is “ARM_AWAY”.</li>
|
||||
<li><strong>payload_arm_night</strong> (<em>Optional</em>): The payload to set armed-night mode on this Alarm Panel. Default is “ARM_NIGHT”.</li>
|
||||
</ul>
|
||||
<p>In the config example below, armed_home state will have no pending time and triggered state will have a pending time of 20 seconds whereas armed_away state will have a default pending time of 30 seconds.</p>
|
||||
<p>In the config example below:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>the disarmed state never triggers the alarm;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>the armed_home state will leave no time to leave the building or disarm the alarm;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>while other states state will give 30 seconds to leave the building before triggering the alarm, and 20 seconds to disarm the alarm when coming back.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<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_mqtt</span>
|
||||
<span class="s">state_topic</span><span class="pi">:</span> <span class="s">home/alarm</span>
|
||||
<span class="s">command_topic</span><span class="pi">:</span> <span class="s">home/alarm/set</span>
|
||||
<span class="s">pending_time</span><span class="pi">:</span> <span class="s">30</span>
|
||||
<span class="s">delay_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>
|
||||
<span class="s">disarmed</span><span class="pi">:</span>
|
||||
<span class="s">trigger_time</span><span class="pi">:</span> <span class="s">0</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>
|
||||
<span class="s">delay_time</span><span class="pi">:</span> <span class="s">0</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
|
||||
|
@ -199,9 +207,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -182,9 +182,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -126,9 +126,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -122,9 +122,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -122,9 +122,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -137,9 +137,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -123,9 +123,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -149,9 +149,15 @@
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -151,9 +151,15 @@ The above devices are confirmed to work, but others may work as well.
|
|||
<li>
|
||||
<a href='/components/alarm_control_panel.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.ialarm/'>Antifurto365 iAlarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.arlo/'>Arlo Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.canary/'>Canary Alarm Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
|
||||
</li>
|
||||
|
|
|
@ -100,9 +100,15 @@
|
|||
<li><a href='/components/alarm_control_panel.alarmdecoder/'>
|
||||
AlarmDecoder Alarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.ialarm/'>
|
||||
Antifurto365 iAlarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.arlo/'>
|
||||
Arlo Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.canary/'>
|
||||
Canary Alarm Control Panel
|
||||
</a></li>
|
||||
<li><a href='/components/alarm_control_panel.concord232/'>
|
||||
Concord232 Alarm Control Panel
|
||||
</a></li>
|
||||
|
|
|
@ -142,6 +142,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -175,6 +178,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -277,6 +283,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -74,7 +74,10 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>There are a few ways that you can use Amazon Echo and Home Assistant together.</p>
|
||||
<p class="note">
|
||||
Use <a href="/components/cloud/">Home Assistant Cloud</a> to integrate with Alexa without any effort.
|
||||
</p>
|
||||
<p>There are a few ways that you can use Amazon Echo and Home Assistant together.</p>
|
||||
<ul>
|
||||
<li><a href="#i-want-to-build-custom-commands-to-use-with-echo">Build custom commands to use</a></li>
|
||||
<li><a href="#flash-briefing-skills">Create a new Flash Briefing source</a></li>
|
||||
|
@ -362,7 +365,7 @@ Custom slot type for script support.
|
|||
<img src='/images/supported_brands/amazon-echo.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.1
|
||||
Introduced in release: 0.10
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Voice</h1>
|
||||
|
@ -370,6 +373,9 @@ Custom slot type for script support.
|
|||
<li>
|
||||
Alexa / Amazon Echo
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/cloud/'>Cloud</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/conversation/'>Conversation</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -181,6 +184,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -283,6 +289,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -183,6 +183,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -216,6 +219,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -318,6 +324,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -111,6 +111,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
APCUPSd
|
||||
</li>
|
||||
|
@ -144,6 +147,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -246,6 +252,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -204,6 +204,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -237,6 +240,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -339,6 +345,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -133,6 +133,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -166,6 +169,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -268,6 +274,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -196,6 +196,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -229,6 +232,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -331,6 +337,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -133,6 +133,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
Abode Binary Sensor
|
||||
</li>
|
||||
|
|
401
components/binary_sensor.ads/index.html
Normal file
401
components/binary_sensor.ads/index.html
Normal file
|
@ -0,0 +1,401 @@
|
|||
<!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>ADS Binary Sensor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to set up ADS binary sensors within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.ads/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="ADS Binary Sensor">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.ads/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions on how to set up ADS binary sensors 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="ADS Binary Sensor">
|
||||
<meta name="twitter:description" content="Instructions on how to set up ADS binary sensors within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</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">
|
||||
ADS Binary Sensor
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">ads</code> binary sensor platform can be used to monitor a boolean value on your ADS device.</p>
|
||||
<p>To use your ADS device, you first have to set up your <a href="/components/ads/">ADS hub</a> and then 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">ads</span>
|
||||
<span class="s">adsvar</span><span class="pi">:</span> <span class="s">.boolean1</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="adsvar" href="#adsvar"></a> adsvar</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The name of the variable which you want to access on the ADS device.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="name" href="#name"></a> name</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">An identifier for the light in the frontend.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="device_class" href="#device_class"></a> device_class</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The <a href="/components/binary_sensor/">type/class</a> of the sensor to set the icon in the frontend.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</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.ads.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/beckhoff.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 Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.60
|
||||
</div>
|
||||
<div class='section'>
|
||||
Source:
|
||||
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/binary_sensor/ads.py'>binary_sensor/ads.py</a>
|
||||
</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/ads/'>
|
||||
ADS
|
||||
</a></li>
|
||||
<li><a href='/components/light.ads/'>
|
||||
ADS Light
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.ads/'>
|
||||
ADS Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.ads/'>
|
||||
ADS Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
ADS Binary Sensor
|
||||
</li>
|
||||
<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.hive/'>Hive 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.raincloud/'>Melnor Raincloud 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.skybell/'>Skybell 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.tellduslive/'>Telldus 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.gc100/'>gc100 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>
|
|
@ -117,6 +117,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -129,6 +129,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -143,6 +143,9 @@ This sensor is not suitable for fast state changes because there is a high possi
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -116,6 +116,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -122,6 +122,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -139,6 +139,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -114,6 +114,9 @@ To get your Blink binary sensors working with Home Assistant, follow the instruc
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -134,6 +134,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -117,6 +117,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -124,6 +124,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -121,6 +121,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -113,6 +113,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -154,6 +154,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -117,6 +117,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -133,6 +133,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -124,6 +124,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -123,6 +123,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -194,6 +194,9 @@ binary_sensor.home_line_crossing_2
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -129,6 +129,9 @@ Full configuration details can be found on the main <a href="/components/hive/">
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -125,6 +125,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -161,6 +161,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -115,6 +115,9 @@ component.</p>
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -128,6 +128,9 @@ If you set <code class="highlighter-rouge">show_on_map</code> <code class="highl
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -128,6 +128,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -153,6 +153,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -232,6 +232,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -158,6 +158,9 @@ The firmware version 2.26 doesn’t support TLS/SSL. This means that you are onl
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -160,6 +160,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -163,6 +163,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -139,6 +139,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -133,6 +133,9 @@ You must have the <a href="/components/octoprint/">OctoPrint component</a> confi
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -129,6 +129,9 @@ When run on Windows systems, the round trip time attributes are rounded to the n
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -130,6 +130,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -125,6 +125,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/sensor.ads/'>ADS Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.api_stream/'>API Stream Sensor</a>
|
||||
</li>
|
||||
|
@ -167,6 +170,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.modem_callerid/'>Caller ID Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.canary/'>Canary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.citybikes/'>CityBikes API sensor</a>
|
||||
</li>
|
||||
|
@ -218,6 +224,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.gpsd/'>GPSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.gearbest/'>Gearbest</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.geizhals/'>Geizhals</a>
|
||||
</li>
|
||||
|
|
|
@ -181,6 +181,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -231,6 +231,9 @@ User-Agent: Home Assistant
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -219,6 +219,9 @@ to configure your new devices and leave it off otherwise.</p>
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -131,6 +131,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -136,6 +136,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -139,6 +139,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -114,6 +114,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -139,6 +139,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -112,6 +112,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -114,6 +114,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -129,6 +129,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -109,6 +109,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -287,6 +287,9 @@ device tracking and Z-Wave multisensor presence sensors.</p>
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -126,6 +126,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -123,6 +123,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -114,6 +114,9 @@
|
|||
<li><a href='/components/lock.vera/'>
|
||||
Vera Lock
|
||||
</a></li>
|
||||
<li><a href='/components/scene.vera/'>
|
||||
Vera Scene
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.vera/'>
|
||||
Vera Sensor
|
||||
</a></li>
|
||||
|
@ -128,6 +131,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -123,6 +123,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -154,6 +154,9 @@ The above devices are confirmed to work, but others may work as well.
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -137,6 +137,9 @@ If you use the sensor for Canada (<code class="highlighter-rouge">CA</code>) wit
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -501,6 +501,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -115,6 +115,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -133,6 +133,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -130,6 +130,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
<li><strong>plug</strong>: <code class="highlighter-rouge">On</code> means device is plugged in, <code class="highlighter-rouge">Off</code> means device is unplugged</li>
|
||||
<li><strong>power</strong>: Power, over-current, etc.</li>
|
||||
<li><strong>presence</strong>: <code class="highlighter-rouge">On</code> means Home, <code class="highlighter-rouge">Off</code> means Away</li>
|
||||
<li><strong>problem</strong>: <code class="highlighter-rouge">On</code> means a problem was detected, <code class="highlighter-rouge">Off</code> means the status is OK</li>
|
||||
<li><strong>safety</strong>: <code class="highlighter-rouge">On</code> means unsafe, <code class="highlighter-rouge">Off</code> means safe</li>
|
||||
<li><strong>smoke</strong>: <code class="highlighter-rouge">On</code> means smoke detected</li>
|
||||
<li><strong>sound</strong>: <code class="highlighter-rouge">On</code> means sound detected, <code class="highlighter-rouge">Off</code> means no sound</li>
|
||||
|
@ -108,6 +109,9 @@
|
|||
</div>
|
||||
<h1 class='title delta'>Platforms</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/binary_sensor.ads/'>
|
||||
ADS Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.apcupsd/'>
|
||||
APCUPSd Binary Sensor
|
||||
</a></li>
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -192,6 +195,9 @@
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -294,6 +300,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
|
|
|
@ -118,6 +118,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/ads/'>ADS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
|
@ -151,6 +154,9 @@
|
|||
<li>
|
||||
BloomSky
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/canary/'>Canary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
|
@ -253,6 +259,9 @@
|
|||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</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