Site updated at 2017-04-08 23:38:08 UTC

This commit is contained in:
Travis CI 2017-04-08 23:38:08 +00:00
parent 0b450989d5
commit b671c3bdf9
536 changed files with 6498 additions and 1728 deletions

View file

@ -113,6 +113,9 @@
<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>

View file

@ -117,6 +117,9 @@
<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>

View file

@ -116,6 +116,9 @@
<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>

View file

@ -139,6 +139,9 @@
<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>

View file

@ -161,6 +161,9 @@
<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>
MQTT Alarm Control Panel
</li>

View file

@ -117,6 +117,9 @@
<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>

View file

@ -113,6 +113,9 @@
<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>

View file

@ -0,0 +1,170 @@
<!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>Honeywell TotalConnect Alarm Control Panel - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate TotalConnect alarms into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/alarm_control_panel.totalconnect/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Honeywell TotalConnect Alarm Control Panel">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/alarm_control_panel.totalconnect/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate TotalConnect 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="Honeywell TotalConnect Alarm Control Panel">
<meta name="twitter:description" content="Instructions how to integrate TotalConnect 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" 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>
<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>
</ul>
</nav>
</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">
Honeywell TotalConnect Alarm Control Panel
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">totalconnect</code> platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies</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="s">platform</span><span class="pi">:</span> <span class="s">totalconnect</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>
<p>Configuration variables:</p>
<ul>
<li><strong>name</strong> (<em>Optional</em>): Name of device in HomeAssistant</li>
<li><strong>username</strong> (<em>Required</em>): Username used to sign into the TotalConnect app/web client.</li>
<li><strong>password</strong> (<em>Required</em>): Password used to sign into the TotalConnect app/web client.</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/alarm_control_panel.totalconnect.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/honeywell-tc.png' />
</div>
<div class='section'>
Introduced in release: 0.42
</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.alarmdotcom/'>Alarm.com 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.envisalink/'>Envisalink Alarm</a>
</li>
<li>
<a href='/components/envisalink/'>Envisalink Alarm Control Panel</a>
</li>
<li>
Honeywell TotalConnect Alarm Control Panel
</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.nx584/'>NX584 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.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>.<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>
</body>
</html>

View file

@ -134,6 +134,9 @@
<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>

View file

@ -142,6 +142,9 @@ The above devices are confimed to work, but others may work as well.
<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>

View file

@ -92,6 +92,9 @@
<li><a href='/components/alarm_control_panel.envisalink/'>
Envisalink Alarm
</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>

View file

@ -234,6 +234,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -199,6 +199,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -133,6 +133,9 @@ A word of caution: The Arduino boards are not storing states. This means that wi
<li>
<a href='/components/sensor.dht/'>DHT Sensor</a>
</li>
<li>
<a href='/components/sensor.eddystone_temperature/'>Eddystone Beacon</a>
</li>
<li>
<a href='/components/knx/'>KNX</a>
</li>

View file

@ -108,6 +108,9 @@
<li>
<a href='/components/sensor.dht/'>DHT Sensor</a>
</li>
<li>
<a href='/components/sensor.eddystone_temperature/'>Eddystone Beacon</a>
</li>
<li>
<a href='/components/knx/'>KNX</a>
</li>

View file

@ -188,6 +188,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -218,6 +218,9 @@ This sensor is not suitable for fast state changes because there is a high possi
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -191,6 +191,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -211,6 +211,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -189,6 +189,9 @@ To get your Blink binary sensors working with Home Assistant, follow the instruc
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -209,6 +209,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -244,6 +244,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -192,6 +192,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -190,6 +190,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -229,6 +229,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -192,6 +192,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -208,6 +208,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -199,6 +199,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -220,6 +220,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -66,14 +66,21 @@
</h1>
</header>
<hr class="divider">
<p>The Hikvision Binary Sensor is a platform that parses the event stream of a <a href="http://www.hikvision.com/">Hikvision IP Camera</a> and presents the camera events to Home Assistant as binary sensors with either an “off” or “on” state.</p>
<p>The platform will automatically add all sensors to Home Assistant that are configured within the camera interface to “Notify the surveillance center” as a trigger. If you would like to hide a sensor type you can do so by either unchecking “Notify the surveillance center” in the camera configuration or by using the “ignored” customize option detailed below.</p>
<p>The Hikvision Binary Sensor is a platform that parses the event stream of a <a href="http://www.hikvision.com/">Hikvision IP Camera or NVR</a> and presents the camera/nvr events to Home Assistant as binary sensors with either an “off” or “on” state.</p>
<p>The platform will automatically add all sensors to Home Assistant that are configured within the camera/nvr interface to “Notify the surveillance center” as a trigger. If you would like to hide a sensor type you can do so by either unchecking “Notify the surveillance center” in the camera configuration or by using the “ignored” customize option detailed below.</p>
<p>For example, if you configure a camera with the name “Front Porch” that has motion detection and line crossing events enabled to notify the surveillance center the following binary sensors will be added to Home Assistant:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>binary_sensor.front_porch_motion
binary_sensor.front_port_line_crossing
</code></pre>
</div>
<p>This platform should work with all Hikvision cameras, and has been confirmed to work with the following models:</p>
<p>When used with a NVR device the sensors will be appeneded with the channel number they represent. For example, if you configure an NVR with the name “Home” that supports 2 cameras with motion detection and line crossing events enabled to notify the surveillance center the following binary sensors will be added to Home Assistant:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>binary_sensor.home_motion_1
binary_sensor.home_motion_2
binary_sensor.home_line_crossing_1
binary_sensor.home_line_crossing_2
</code></pre>
</div>
<p>This platform should work with all Hikvision cameras and nvrs, and has been confirmed to work with the following models:</p>
<ul>
<li>DS-2CD3132-I</li>
<li>DS-2CD2232-I5</li>
@ -107,7 +114,6 @@ binary_sensor.front_port_line_crossing
<p>Supported sensor/event types are:</p>
<ul>
<li>Motion</li>
<li>IO Trigger</li>
<li>Line Crossing</li>
<li>Field Detection</li>
<li>Video Loss</li>
@ -122,8 +128,9 @@ binary_sensor.front_port_line_crossing
<li>Bad Video</li>
<li>PIR Alarm</li>
<li>Face Detection</li>
<li>Scene Change Detection</li>
</ul>
<p>Example of a configuration in your <code class="highlighter-rouge">configuration.yaml</code> that utilizes the customize options:</p>
<p>Example of a configuration in your <code class="highlighter-rouge">configuration.yaml</code> that utilizes the customize options for a camera:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">binary_sensor</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">hikvision</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.X.X</span>
@ -132,9 +139,24 @@ binary_sensor.front_port_line_crossing
<span class="s">username</span><span class="pi">:</span> <span class="s">user</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">pass</span>
<span class="s">customize</span><span class="pi">:</span>
<span class="s">sensor_name_1</span><span class="pi">:</span>
<span class="s">motion</span><span class="pi">:</span>
<span class="s">delay</span><span class="pi">:</span> <span class="s">30</span>
<span class="s">sensor_name_2</span><span class="pi">:</span>
<span class="s">line_crossing</span><span class="pi">:</span>
<span class="s">ignored</span><span class="pi">:</span> <span class="s">True</span>
</code></pre>
</div>
<p>Example of a configuration in your <code class="highlighter-rouge">configuration.yaml</code> that utilizes the customize options for a nvr:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">binary_sensor</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">hikvision</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.X.X</span>
<span class="s">port</span><span class="pi">:</span> <span class="s">80</span>
<span class="s">ssl</span><span class="pi">:</span> <span class="s">False</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">user</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">pass</span>
<span class="s">customize</span><span class="pi">:</span>
<span class="s">motion_1</span><span class="pi">:</span>
<span class="s">delay</span><span class="pi">:</span> <span class="s">30</span>
<span class="s">field_detection_2</span><span class="pi">:</span>
<span class="s">ignored</span><span class="pi">:</span> <span class="s">True</span>
</code></pre>
</div>
@ -255,6 +277,9 @@ binary_sensor.front_port_line_crossing
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -200,6 +200,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -234,6 +234,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -190,6 +190,9 @@ component.</p>
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -205,6 +205,9 @@ If you set <code class="highlighter-rouge">show_on_map</code> <code class="highl
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -203,6 +203,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -193,6 +193,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -213,6 +213,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -245,6 +245,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -307,6 +307,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -232,6 +232,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -240,6 +240,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -214,6 +214,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -208,6 +208,9 @@ You must have the <a href="/components/octoprint/">OctoPrint component</a> confi
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -267,6 +267,9 @@ User-Agent: Home Assistant
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -0,0 +1,276 @@
<!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>Ring Binary Sensor - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions on how to integrate your Ring.com devices within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.ring/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Ring Binary Sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.ring/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions on how to integrate your Ring.com devices 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="Ring Binary Sensor">
<meta name="twitter:description" content="Instructions on how to integrate your Ring.com devices within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header>
<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>
</ul>
</nav>
</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">
Ring Binary Sensor
</h1>
</header>
<hr class="divider">
<p>To get your <a href="https://ring.com/">Ring.com</a> binary sensors working within Home Assistant, please follow the instructions for the general <a href="/components/ring">Ring component</a>.</p>
<p>Once you have enabled the <a href="/components/ring">Ring component</a>, 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">ring</span>
<span class="s">monitored_conditions</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">ding</span>
<span class="pi">-</span> <span class="s">motion</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>monitored_conditions</strong> array (<em>Required</em>): Conditions to display in the frontend. The following conditions can be monitored.
<ul>
<li><strong>ding</strong>: Return a boolean value when the doorbell button was pressed.</li>
<li><strong>motion</strong>: Return a boolean value when a moviment was detected by the Ring doorbell.</li>
</ul>
</li>
</ul>
<p>Currently only doorbells are supported by this sensor.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
<div class="grid">
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/binary_sensor.ring.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/ring.png' />
</div>
<div class='section'>
Introduced in release: 0.42
</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/ring/'>
Ring
</a></li>
<li><a href='/components/sensor.ring/'>
Ring Sensor
</a></li>
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category Binary Sensor</h1>
<ul class='divided'>
<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.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.ecobee/'>Ecobee Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.enocean/'>EnOcean Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.envisalink/'>Envisalink Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ffmpeg_motion/'>FFmpeg Motion Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ffmpeg_noise/'>FFmpeg Noise Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.flic/'>Flic Smart Button</a>
</li>
<li>
<a href='/components/binary_sensor.http/'>HTTP Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.hikvision/'>Hikvision Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.insteon_plm/'>Insteon PLM Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.iss/'>International Space Station</a>
</li>
<li>
<a href='/components/binary_sensor.knx/'>KNX Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.mqtt/'>MQTT Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.modbus/'>Modbus Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.mysensors/'>MySensors Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.nx584/'>NX584 zones</a>
</li>
<li>
<a href='/components/binary_sensor.nest/'>Nest Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.netatmo/'>Netatmo Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.octoprint/'>OctoPrint Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.rest/'>RESTful Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
Ring Binary Sensor
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.tcp/'>TCP Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.template/'>Template Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.threshold/'>Threshold Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.trend/'>Trend Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.vera/'>Vera 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.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.arest/'>aREST 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>.<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>
</body>
</html>

View file

@ -211,6 +211,9 @@
<li>
Raspberry PI GPIO Binary Sensor
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -187,6 +187,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
SleepIQ Binary Sensor
</li>

View file

@ -204,6 +204,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -250,6 +250,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -196,6 +196,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -221,6 +221,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -203,6 +203,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -229,6 +229,9 @@ The above devices are confimed to work, but others may work as well.
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -67,6 +67,7 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">workday</code> binary sensor indicates, whether the current day is a workday or not. It allows specifying, which days of the week counts as workdays and also uses the python module <a href="https://pypi.python.org/pypi/holidays">holidays</a> to incorporate information about region-specific public holidays.</p>
<p>To enable the <code class="highlighter-rouge">workday</code> sensor in your installation, 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 configuation.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">workday</span>
@ -206,6 +207,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -208,6 +208,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -202,6 +202,9 @@
<li>
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
</li>

View file

@ -191,6 +191,9 @@
<li><a href='/components/binary_sensor.rpi_gpio/'>
Raspberry PI GPIO Binary Sensor
</a></li>
<li><a href='/components/binary_sensor.ring/'>
Ring Binary Sensor
</a></li>
<li><a href='/components/binary_sensor.sleepiq/'>
SleepIQ Binary Sensor
</a></li>

View file

@ -245,6 +245,9 @@ There are three services availiabe for the blink platform:</p>
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -206,6 +206,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -132,7 +132,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -144,7 +144,7 @@
</ul>
<p>From this we will end up with the binary sensors <code class="highlighter-rouge">calendar.test_unimportant</code> and <code class="highlighter-rouge">calendar.test_important</code> which will toggle themselves on/off based on events on the same calendar that match the search value set for each. Youll also have a sensor <code class="highlighter-rouge">calendar.test_everything</code> that will not filter events out and always show the next event available.</p>
<p>But what if you only wanted it to toggle based on all events? Just leave out the <em>search</em> parameter.</p>
<p><strong>Note</strong>: If you use a <code class="highlighter-rouge">#</code> sign for search then wrap it up. Its better to be safe!</p>
<p><strong>Note</strong>: If you use a <code class="highlighter-rouge">#</code> sign for <code class="highlighter-rouge">search</code> then wrap the whole search term in quotes. Otherwise everything following the hash sign would be considered a YAML comment.</p>
<h3><a class="title-link" name="sensor-attributes" href="#sensor-attributes"></a> Sensor attributes</h3>
<ul>
<li>

View file

@ -82,9 +82,11 @@ Scan interval is expressed in seconds. Omitting scan_interval may result in too-
<ul>
<li><strong>username</strong> (<em>Required</em>): The username of an user with access.</li>
<li><strong>password</strong> (<em>Required</em>): The password for your given admin account.</li>
<li><strong>away_temperature</strong> (<em>Optional</em>): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.</li>
<li><strong>region</strong> (<em>Optional</em>): Region identifier (either eu or us). Defaults to eu if not provided.</li>
<li><strong>scan_interval</strong>(<em>Optional</em>): Scan interval is expressed in seconds. Recommended value of 600 seconds. Default value is 120 seconds. Omitting scan_interval may result in too-frequent polling and cause you to rate-limited by Honeywell.</li>
<li><strong>away_temperature</strong> (<em>Optional</em>) (<em>only for eu region</em>): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.</li>
<li><strong>cool_away_temperature</strong> (<em>Optional</em>) (<em>only for us region</em>): Cooling setpoint when away mode is on. If omitted it defaults to 30.0 deg C.</li>
<li><strong>heat_away_temperature</strong> (<em>Optional</em>) (<em>only for us region</em>): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.</li>
</ul>
</article>
</div>

View file

@ -138,6 +138,9 @@
<li>
<a href='/components/sensor.dht/'>DHT Sensor</a>
</li>
<li>
<a href='/components/sensor.eddystone_temperature/'>Eddystone Beacon</a>
</li>
<li>
<a href='/components/knx/'>KNX</a>
</li>

View file

@ -122,7 +122,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -114,7 +114,7 @@ This component is intended for developers.
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -132,7 +132,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -203,6 +203,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -167,7 +167,7 @@ If you see <code class="highlighter-rouge">Not initializing discovery because co
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -234,6 +234,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -279,6 +279,9 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -221,6 +221,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -169,6 +169,9 @@
<li>
Envisalink Alarm Control Panel
</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>

View file

@ -147,7 +147,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -218,6 +218,9 @@ You need the <code class="highlighter-rouge">ffmpeg</code> binary in your system
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -108,7 +108,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -6,13 +6,13 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Home Assistant 0.41 - Home Assistant</title>
<title>Home Assistant 0.42 - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/ha/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Home Assistant 0.41">
<meta property="og:title" content="Home Assistant 0.42">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/ha/">
<meta property="og:type" content="article">
@ -20,7 +20,7 @@
<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="Home Assistant 0.41">
<meta name="twitter:title" content="Home Assistant 0.42">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
@ -62,7 +62,7 @@
<article class="page">
<header>
<h1 class="title indent">
Home Assistant 0.41
Home Assistant 0.42
</h1>
</header>
<hr class="divider">
@ -82,7 +82,7 @@
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='section'>
Introduced in release: 0.41
Introduced in release: 0.42
</div>
<div class='section'>
<h1 class="title delta">Category Other</h1>
@ -112,7 +112,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
Home Assistant 0.41
Home Assistant 0.42
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -369,6 +369,9 @@ Using this service provides you direct access to the setValue-method of the prim
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -173,7 +173,7 @@ Please note, that sources from <code class="highlighter-rouge">trusted_networks<
HTTP
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -72,19 +72,19 @@ Support for these components is provided by the Home Assistant community.
<div class="grid">
<div class="grid__item one-sixth lap-one-whole palm-one-whole">
<div class="filter-button-group">
<a href='#all' class="btn">All (611)</a>
<a href='#all' class="btn">All (619)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.41 (6)</a>
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.40 (16)</a>
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.39 (20)</a>
<a href='#alarm' class="btn">Alarm (10)</a>
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.42 (8)</a>
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.41 (6)</a>
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.40 (16)</a>
<a href='#alarm' class="btn">Alarm (11)</a>
<a href='#automation' class="btn">Automation (15)</a>
<a href='#binary-sensor' class="btn">Binary Sensor (40)</a>
<a href='#binary-sensor' class="btn">Binary Sensor (41)</a>
<a href='#calendar' class="btn">Calendar (3)</a>
<a href='#camera' class="btn">Camera (17)</a>
<a href='#climate' class="btn">Climate (16)</a>
<a href='#cover' class="btn">Cover (14)</a>
<a href='#diy' class="btn">DIY (16)</a>
<a href='#diy' class="btn">DIY (17)</a>
<a href='#deprecated' class="btn">Deprecated (3)</a>
<a href='#downloading' class="btn">Downloading (5)</a>
<a href='#energy' class="btn">Energy (11)</a>
@ -93,22 +93,22 @@ Support for these components is provided by the Home Assistant community.
<a href='#front-end' class="btn">Front end (3)</a>
<a href='#health' class="btn">Health (2)</a>
<a href='#history' class="btn">History (11)</a>
<a href='#hub' class="btn">Hub (44)</a>
<a href='#hub' class="btn">Hub (45)</a>
<a href='#image-processing' class="btn">Image Processing (4)</a>
<a href='#light' class="btn">Light (36)</a>
<a href='#lock' class="btn">Lock (7)</a>
<a href='#lock' class="btn">Lock (8)</a>
<a href='#media-player' class="btn">Media Player (42)</a>
<a href='#notifications' class="btn">Notifications (44)</a>
<a href='#organization' class="btn">Organization (3)</a>
<a href='#presence-detection' class="btn">Presence Detection (36)</a>
<a href='#remote' class="btn">Remote (2)</a>
<a href='#scene' class="btn">Scene (2)</a>
<a href='#sensor' class="btn">Sensor (68)</a>
<a href='#sensor' class="btn">Sensor (69)</a>
<a href='#social' class="btn">Social (5)</a>
<a href='#switch' class="btn">Switch (52)</a>
<a href='#system-monitor' class="btn">System Monitor (22)</a>
<a href='#text-to-speech' class="btn">Text-to-speech (5)</a>
<a href='#transport' class="btn">Transport (9)</a>
<a href='#transport' class="btn">Transport (11)</a>
<a href='#voice' class="btn">Voice (3)</a>
<a href='#weather' class="btn">Weather (15)</a>
<a href='#other' class="btn">Other</a>
@ -138,9 +138,9 @@ Support for these components is provided by the Home Assistant community.
{{/components}}
</script>
<script type="text/javascript">
var current_minor_version = 41;
var added_one_ago_minor_version = 40;
var added_two_ago_minor_version = 39;
var current_minor_version = 42;
var added_one_ago_minor_version = 41;
var added_two_ago_minor_version = 40;
// This object contains all components we have
var allComponents = [
{url:"/components/switch.anel_pwrctrl/", title:"ANEL PwrCtrl Switch", cat:"switch", featured: false, v: 30, logo: "anel.png"},
@ -222,6 +222,7 @@ var allComponents = [
{url:"/components/config/", title:"Config", cat:"other", featured: false, v: 39, logo: "home-assistant.png"},
{url:"/components/configurator/", title:"Configurator", cat:"other", featured: false, v: 0, logo: "home-assistant.png"},
{url:"/components/conversation/", title:"Conversation", cat:"voice", featured: false, v: 0, logo: "home-assistant.png"},
{url:"/components/sensor.crimereports/", title:"Crime Reports", cat:"sensor", featured: false, v: 42, logo: ""},
{url:"/components/sensor.currencylayer/", title:"Currencylayer", cat:"finance", featured: false, v: 32, logo: "currencylayer.png"},
{url:"/components/switch.dlink/", title:"D-Link Switch", cat:"switch", featured: false, v: 14, logo: "dlink.png"},
{url:"/components/device_tracker.ddwrt/", title:"DD-WRT", cat:"presence-detection", featured: false, v: 7, logo: "ddwrt.png"},
@ -253,6 +254,7 @@ var allComponents = [
{url:"/components/binary_sensor.ecobee/", title:"Ecobee Binary Sensor", cat:"binary-sensor", featured: false, v: 9, logo: "ecobee.png"},
{url:"/components/notify.ecobee/", title:"Ecobee Notify", cat:"notifications", featured: false, v: 20, logo: "ecobee.png"},
{url:"/components/climate.ecobee/", title:"Ecobee Thermostat", cat:"climate", featured: false, v: 9, logo: "ecobee.png"},
{url:"/components/sensor.eddystone_temperature/", title:"Eddystone Beacon", cat:"diy", featured: false, v: 42, logo: "eddystone.png"},
{url:"/components/switch.edimax/", title:"Edimax Switch", cat:"switch", featured: false, v: 7, logo: "edimax.png"},
{url:"/components/sensor.efergy/", title:"Efergy", cat:"energy", featured: false, v: 7, logo: "efergy.png"},
{url:"/components/sensor.eliqonline/", title:"Eliqonline", cat:"energy", featured: false, v: 10, logo: "eliq.png"},
@ -323,7 +325,7 @@ var allComponents = [
{url:"/components/switch.hikvision/", title:"Hikvision Camera Switch", cat:"switch", featured: false, v: 7, logo: "hikvision.png"},
{url:"/components/history/", title:"History", cat:"history", featured: false, v: 7, logo: "home-assistant.png"},
{url:"/components/sensor.history_stats/", title:"History Statistics Sensor", cat:"sensor", featured: false, v: 39, logo: "home-assistant.png"},
{url:"/components/ha/", title:"Home Assistant 0.41", cat:"other", featured: false, v: 41, logo: "home-assistant.png"},
{url:"/components/ha/", title:"Home Assistant 0.42", cat:"other", featured: false, v: 42, logo: "home-assistant.png"},
{url:"/components/homematic/", title:"Homematic", cat:"hub", featured: false, v: 0, logo: "homematic.png"},
{url:"/components/binary_sensor.homematic/", title:"Homematic Binary Sensor", cat:"binary-sensor", featured: false, v: 23, logo: "homematic.png"},
{url:"/components/cover.homematic/", title:"Homematic Cover", cat:"cover", featured: false, v: 27, logo: "homematic.png"},
@ -332,6 +334,7 @@ var allComponents = [
{url:"/components/switch.homematic/", title:"Homematic Switch", cat:"switch", featured: false, v: 23, logo: "homematic.png"},
{url:"/components/climate.homematic/", title:"Homematic Thermostats", cat:"climate", featured: false, v: 23, logo: "homematic.png"},
{url:"/components/climate.honeywell/", title:"Honeywell Thermostat", cat:"climate", featured: false, v: 0, logo: "honeywell.png"},
{url:"/components/alarm_control_panel.totalconnect/", title:"Honeywell TotalConnect Alarm Control Panel", cat:"alarm", featured: false, v: 42, logo: "honeywell-tc.png"},
{url:"/components/switch.hook/", title:"Hook Switch", cat:"switch", featured: false, v: 34, logo: "hook.png"},
{url:"/components/sensor.hydroquebec/", title:"Hydro-Québec", cat:"energy", featured: false, v: 35, logo: "hydroquebec.svg"},
{url:"/components/light.hyperion/", title:"Hyperion", cat:"light", featured: false, v: 7, logo: "hyperion.png"},
@ -396,6 +399,7 @@ var allComponents = [
{url:"/components/notify.llamalab_automate/", title:"LlamaLab Automate", cat:"notifications", featured: false, v: 27, logo: "llamalab_automate.png"},
{url:"/components/camera.local_file/", title:"Local File", cat:"camera", featured: false, v: 22, logo: "file.png"},
{url:"/components/device_tracker.locative/", title:"Locative", cat:"presence-detection", featured: false, v: 0, logo: "locative.png"},
{url:"/components/lock.lockitron/", title:"Lockitron Lock", cat:"lock", featured: false, v: 42, logo: "lockitron.png"},
{url:"/components/logbook/", title:"Logbook", cat:"history", featured: false, v: 0, logo: "logbook.png"},
{url:"/components/logentries/", title:"Logentries", cat:"history", featured: false, v: 0, logo: "logentries.png"},
{url:"/components/logger/", title:"Logger", cat:"other", featured: false, v: 0, logo: "home-assistant.png"},
@ -403,6 +407,7 @@ var allComponents = [
{url:"/components/sensor.loop_energy/", title:"Loop Energy", cat:"energy", featured: false, v: 17, logo: "loop.png"},
{url:"/components/lutron/", title:"Lutron", cat:"hub", featured: false, v: 37, logo: "lutron.png"},
{url:"/components/lutron_caseta/", title:"Lutron Caseta", cat:"hub", featured: false, v: 41, logo: "lutron.png"},
{url:"/components/sensor.lyft/", title:"Lyft Sensor", cat:"transport", featured: false, v: 41, logo: "lyft.png"},
{url:"/components/sensor.mhz19/", title:"MH-Z19 CO2 Sensor", cat:"sensor", featured: false, v: 27, logo: "mhz19_logo.png"},
{url:"/components/media_player.mpchc/", title:"MPC-HC", cat:"media-player", featured: false, v: 25, logo: "mpchc.png"},
{url:"/components/mqtt/", title:"MQTT", cat:"hub", featured: true, v: 7, logo: "mqtt.png"},
@ -420,6 +425,7 @@ var allComponents = [
{url:"/components/sensor.mqtt/", title:"MQTT Sensor", cat:"sensor", featured: false, v: 7, logo: "mqtt.png"},
{url:"/components/switch.mqtt/", title:"MQTT Switch", cat:"switch", featured: false, v: 7, logo: "mqtt.png"},
{url:"/components/light.mqtt_template/", title:"MQTT Template Light", cat:"light", featured: false, v: 33, logo: "mqtt.png"},
{url:"/components/sensor.mvglive/", title:"MVG", cat:"transport", featured: false, v: 42, logo: "mvg.png"},
{url:"/components/notify.mailgun/", title:"Mailgun", cat:"notifications", featured: false, v: 38, logo: "mailgun.png"},
{url:"/components/alarm_control_panel.manual/", title:"Manual Alarm Control Panel", cat:"alarm", featured: false, v: 7, logo: "home-assistant.png"},
{url:"/components/ifttt.manything/", title:"ManyThing", cat:"camera", featured: false, v: 0, logo: "manything.png"},
@ -556,7 +562,9 @@ var allComponents = [
{url:"/components/cover.rpi_gpio/", title:"Raspberry Pi Cover", cat:"cover", featured: false, v: 23, logo: "raspberry-pi.png"},
{url:"/components/switch.rpi_rf/", title:"Raspberry Pi RF Switch", cat:"switch", featured: false, v: 19, logo: "raspberry-pi.png"},
{url:"/components/recorder/", title:"Recorder", cat:"history", featured: false, v: 7, logo: "home-assistant.png"},
{url:"/components/sensor.ring/", title:"Ring", cat:"sensor", featured: false, v: 40, logo: "ring.png"},
{url:"/components/ring/", title:"Ring", cat:"hub", featured: false, v: 42, logo: "ring.png"},
{url:"/components/binary_sensor.ring/", title:"Ring Binary Sensor", cat:"binary-sensor", featured: false, v: 42, logo: "ring.png"},
{url:"/components/sensor.ring/", title:"Ring Sensor", cat:"sensor", featured: false, v: 40, logo: "ring.png"},
{url:"/components/media_player.roku/", title:"Roku", cat:"media-player", featured: false, v: 20, logo: "roku.png"},
{url:"/components/media_player.russound_rnet/", title:"Russound RNET", cat:"media-player", featured: false, v: 25, logo: "russound.png"},
{url:"/components/sensor.sabnzbd/", title:"SABnzbd", cat:"downloading", featured: false, v: 7, logo: "sabnzbd.png"},

View file

@ -204,6 +204,9 @@ This component has been disabled due to a complaint by Insteon. It will be enabl
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -222,6 +222,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -249,6 +249,9 @@ default is not correct.</p>
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -110,7 +110,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
Introduction

View file

@ -300,6 +300,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -246,6 +246,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -193,7 +193,7 @@ When the keyboard reconnects, an event <code class="highlighter-rouge">keyboard_
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

View file

@ -133,6 +133,9 @@
<li>
<a href='/components/sensor.dht/'>DHT Sensor</a>
</li>
<li>
<a href='/components/sensor.eddystone_temperature/'>Eddystone Beacon</a>
</li>
<li>
KNX
</li>

View file

@ -82,10 +82,12 @@
<span class="s">type</span><span class="pi">:</span> <span class="s">rgbw</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">Bathroom</span>
<span class="pi">-</span> <span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.11</span>
<span class="s">bridge_led</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">groups</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">number</span><span class="pi">:</span> <span class="s">1</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">Living Room &amp; Hall</span>
<span class="pi">-</span> <span class="s">number</span><span class="pi">:</span> <span class="s">1</span>
<span class="s">type</span><span class="pi">:</span> <span class="s">bridge-led</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">Bridge Light</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -95,12 +97,11 @@
<li><strong>host</strong> (<em>Required</em>): IP address of the device, eg. <code class="highlighter-rouge">192.168.1.32</code></li>
<li><strong>version</strong> (<em>Optional</em>): Bridge version (default is <code class="highlighter-rouge">6</code>). Dont use if you arent sure.</li>
<li><strong>port</strong> (<em>Optional</em>): Bridge port. Defaults to 5987.</li>
<li><strong>bridge_led</strong> (<em>Optional</em>): If True, the bridge led can be controlled. (Only supported for newer bridges with integrated led)</li>
<li><strong>groups</strong> array (<em>Required</em>): The list of available groups.
<ul>
<li><strong>number</strong> (<em>Required</em>): Group number (<code class="highlighter-rouge">1</code>-<code class="highlighter-rouge">4</code>). Corresponds to the group number on the remote.</li>
<li><strong>number</strong> (<em>Required</em>): Group number (<code class="highlighter-rouge">1</code>-<code class="highlighter-rouge">4</code>). Corresponds to the group number on the remote. These numbers may overlap only if the type is different.</li>
<li><strong>name</strong> (<em>Required</em>): Any name youd like. Must be unique among all configured groups.</li>
<li><strong>type</strong> (<em>Optional</em>): Type of group. Choose either <code class="highlighter-rouge">rgbww</code>, <code class="highlighter-rouge">rgbw</code> or <code class="highlighter-rouge">white</code>. <code class="highlighter-rouge">rgbw</code> is the default if you dont specify this entry.</li>
<li><strong>type</strong> (<em>Optional</em>): Type of group. Choose either <code class="highlighter-rouge">rgbww</code>, <code class="highlighter-rouge">rgbw</code>, <code class="highlighter-rouge">white</code>, or <code class="highlighter-rouge">bridge-led</code>. <code class="highlighter-rouge">rgbw</code> is the default if you dont specify this entry. Use <code class="highlighter-rouge">bridge-led</code> to control the built-in LED of newer WiFi bridges.</li>
</ul>
</li>
</ul>

View file

@ -69,14 +69,6 @@
<p>The <code class="highlighter-rouge">rflink</code> component support devices that use <a href="http://www.nemcon.nl/blog2/">RFLink gateway firmware</a>, for example the <a href="https://www.nodo-shop.nl/nl/21-rflink-gateway">Nodo RFLink Gateway</a>. RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).</p>
<p>First you have to set up your <a href="/components/rflink/">rflink hub</a>.</p>
<p>After configuring the RFLink hub lights will be automatically discovered and added.</p>
<p>New/unknown lights can be assigned to a default group automatically by specifying the <code class="highlighter-rouge">new_devices_group</code> option with a group name. If the group doesnt exist it will be created.</p>
<p>For example:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">rflink</span>
<span class="s">new_devices_group</span><span class="pi">:</span> <span class="s2">"</span><span class="s">New</span><span class="nv"> </span><span class="s">Rflink</span><span class="nv"> </span><span class="s">Lights"</span>
</code></pre>
</div>
<p>RFLink switch/light IDs are composed of: protocol, id, switch. For example: <code class="highlighter-rouge">newkaku_0000c6c2_1</code>.</p>
<p>Once the ID of a light is known it can be used to configure the light in HA, for example to add it to a different group, hide it or configure a nice name.</p>
<p>Configuring a device as light with a nice name:</p>
@ -93,8 +85,8 @@
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>automatic_add</strong> (<em>Optional</em>): Automatically add new/unconfigured devices to HA if detected (default: True).</li>
<li><strong>devices</strong> (<em>Optional</em>): A list of devices with their name to use in the frontend.</li>
<li><strong>new_devices_group</strong> (<em>Optional</em>): Create group to add new/unknown devices to.</li>
<li><strong>device_defaults</strong>: (<em>Optional</em>)
<ul>
<li><strong>fire_event</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">fire_event</code> for Rflink switch devices (see below).</li>
@ -143,7 +135,7 @@
<h3><a class="title-link" name="hidingignoring-lights" href="#hidingignoring-lights"></a> Hiding/ignoring lights</h3>
<p>Lights are added automatically when the RFLink gateway intercepts a wireless command in the ether. To prevent cluttering the frontend use any of these methods:</p>
<ul>
<li>Configure a <code class="highlighter-rouge">new_devices_group</code> for lights and optionally add it to a different <code class="highlighter-rouge">view</code>.</li>
<li>Disable automatically adding of unconfigured new sensors (set <code class="highlighter-rouge">automatic_add</code> to <code class="highlighter-rouge">false</code>).</li>
<li>Hide unwanted devices using <a href="/getting-started/customizing-devices/">customizations</a></li>
<li><a href="/components/rflink/#ignoring-devices">Ignore devices on a platform level</a></li>
</ul>

View file

@ -238,6 +238,9 @@
<li>
<a href='/components/rfxtrx/'>RFXtrx</a>
</li>
<li>
<a href='/components/ring/'>Ring</a>
</li>
<li>
<a href='/components/scsgate/'>SCSGate</a>
</li>

View file

@ -116,6 +116,9 @@
<li>
ISY994 Lock
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>

View file

@ -0,0 +1,163 @@
<!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>Lockitron Lock - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate Lockitron locks into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/lock.lockitron/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Lockitron Lock">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/lock.lockitron/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate Lockitron locks 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="Lockitron Lock">
<meta name="twitter:description" content="Instructions how to integrate Lockitron locks into Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header>
<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>
</ul>
</nav>
</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">
Lockitron Lock
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">lockitron</code> platform allows you to control your <a href="https://lockitron.com/">Lockitron</a> lock from within Home Assistant.
In order to get the correct <code class="highlighter-rouge">access_token</code> and <code class="highlighter-rouge">id</code>, log on to their <a href="https://api.lockitron.com/">developer page</a>, create a new app, and get the access_token they give you.
Then, call the retrieve all locks function on the page and get the id of your lock (make sure you get your locks id and not the virtual lock they create for you).</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">lock</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">lockitron</span>
<span class="s">access_token</span><span class="pi">:</span> <span class="s">asdf</span>
<span class="s">id</span><span class="pi">:</span> <span class="s">fdsa</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>access_token</strong> (<em>Required</em>): The usernThe security token provided by Lockitron to lock and unlock your lock.</li>
<li><strong>id</strong> (<em>Required</em>): The lock id given by Lockitron (should be a GUID).</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/lock.lockitron.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/lockitron.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.42
</div>
<div class='section'>
This is a platform for
<a href='/components/lock/'>the Locks component</a>.
</div>
<div class='section'>
<h1 class="title delta">Category Lock</h1>
<ul class='divided'>
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
Lockitron Lock
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>
<li>
<a href='/components/lock.nuki/'>Nuki Smart Lock</a>
</li>
<li>
<a href='/components/lock.vera/'>Vera Lock</a>
</li>
<li>
<a href='/components/lock.verisure/'>Verisure Lock</a>
</li>
<li>
<a href='/components/lock.wink/'>Wink Lock</a>
</li>
<li>
<a href='/components/lock.zwave/'>Z-Wave Lock</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>.<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>
</body>
</html>

View file

@ -175,6 +175,9 @@ Make sure that your topic match exact. <code class="highlighter-rouge">some-topi
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
MQTT Lock
</li>

View file

@ -117,6 +117,9 @@ Then add the following to your <code class="highlighter-rouge">configuration.yam
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>

View file

@ -120,6 +120,9 @@
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>

View file

@ -110,6 +110,9 @@
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>

View file

@ -134,6 +134,9 @@ If supported by your lock, a binary sensor will be created for each user key cod
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>

View file

@ -138,6 +138,9 @@
<li>
<a href='/components/lock.isy994/'>ISY994 Lock</a>
</li>
<li>
<a href='/components/lock.lockitron/'>Lockitron Lock</a>
</li>
<li>
<a href='/components/lock.mqtt/'>MQTT Lock</a>
</li>

View file

@ -105,6 +105,9 @@
<li><a href='/components/lock.isy994/'>
ISY994 Lock
</a></li>
<li><a href='/components/lock.lockitron/'>
Lockitron Lock
</a></li>
<li><a href='/components/lock.mqtt/'>
MQTT Lock
</a></li>

View file

@ -154,7 +154,7 @@
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/ha/'>Home Assistant 0.41</a>
<a href='/components/ha/'>Home Assistant 0.42</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>

Some files were not shown because too many files have changed in this diff Show more