Site updated at 2017-08-12 20:12:45 UTC

This commit is contained in:
Travis CI 2017-08-12 20:12:46 +00:00
parent e1336d0fd2
commit 177731b69b
614 changed files with 10280 additions and 2298 deletions

View file

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

View file

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

View file

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

View file

@ -0,0 +1,250 @@
<!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>Egardia / Woonveilig Alarm Control Panel - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate Egardia / Woonveilig into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/alarm_control_panel.egardia/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Egardia / Woonveilig Alarm Control Panel">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/alarm_control_panel.egardia/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate Egardia / Woonveilig 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="Egardia / Woonveilig Alarm Control Panel">
<meta name="twitter:description" content="Instructions how to integrate Egardia / Woonveilig into Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Egardia / Woonveilig Alarm Control Panel
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">egardia</code> platform enables the ability to control an <a href="http://egardia.com/">Egardia</a>/Woonveilig control panel. These alarm panels are known under different brand names across the world, including Woonveilig in the Netherlands. This was tested on a Gate01 version of the Egardia/Woonveilig platform.</p>
<p>You will need to know the IP of your alarm panel on your local network. Test if you can login to the panel by browsing to the IP address and log in in using your Egardia/Woonveilig account.</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">egardia</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR_HOST</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>host</strong> (<em>Required</em>): The local IP address of the Egardia/Woonveilig alarm panel.</li>
<li><strong>username</strong> (<em>Required</em>): Username for the Egardia/Woonveilig account.</li>
<li><strong>password</strong> (<em>Required</em>): Password for Egardia/Woonveilig account.</li>
<li><strong>port</strong> (<em>Optional</em>): The port of the alarm panel. Defaults to 80.</li>
<li><strong>name</strong> (<em>Optional</em>): Name to use for the alarm panel. Defaults to <code class="highlighter-rouge">Egardia</code>.</li>
<li><strong>report_server_enabled</strong> (<em>Optional</em>): Enable reporting by server. Defaults to <code class="highlighter-rouge">False</code>.</li>
<li><strong>report_server_port</strong> (<em>Optional</em>): Port of the Egardia server. Defaults to 85.</li>
<li><strong>report_server_codes</strong> list (<em>Optional</em>): List of codes for the different states.</li>
</ul>
<p>Note that this basic configuration will only enable you to read the armed/armed away/disarmed status of your alarm and will <strong>not</strong> update the status if the alarm is triggered. This is because of how Egardia built their system. The alarm triggers normally go through their servers.
You can change this however, using the following procedure. This is an more advanced configuration.</p>
<ol>
<li>Login into your alarm systems control panel. You will need to access http://[ip of your control panel]. You know this already, since you need it in the basic configuration from above. Login to the control panel with your Egardia/Woonveilig username and password</li>
<li>Once logged in, go to <em>System Settings</em>, <em>Report</em> and change the Server Address for your primary server to the IP or hostname of your Home Assistant machine. Also, update the port number 85 or to anything you like. The provided software that you will set up in the next steps runs on port 85 by default. <strong>Make sure to change the settings of the primary server otherwise the messages will not come through. Note that this will limit (or fully stop) the number of alarm messages you will get through Egardias / Woonveilig services.</strong> Maybe, that is just what you want. Make sure to save your settings by selecting OK.</li>
<li>On your Home Assistant machine run <code class="highlighter-rouge">$ sudo python3 egardiaserver.py</code>. This will receive status codes from your alarm control panel and display them. You will need the codes to include in your configuration.yaml. Make sure to change the status of your alarm to all states (disarm, arm, armhome) as well as trigger the alarm in all ways possible to get 100% coverage. <strong>Before triggering the alarm it might be good to temporarily disable the siren (can be done in Panel Settings).</strong></li>
<li>Once you have the codes, update your <code class="highlighter-rouge">configuration.yaml</code>:
<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">egardia</span>
<span class="s">  host</span><span class="pi">:</span> <span class="s">YOUR_HOST</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>
<span class="s">report_server_enabled</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">report_server_port</span><span class="pi">:</span> <span class="s">PORT_OF_EGARDIASERVER (85 as per the instructions above)</span>
<span class="s">report_server_codes</span><span class="pi">:</span>
<span class="s">arm</span><span class="pi">:</span> <span class="s">XXXXXXXXXXXXXXXX</span>
<span class="s">disarm</span><span class="pi">:</span> <span class="s">XXXXXXXXXXXXXXXX</span>
<span class="s">armhome</span><span class="pi">:</span> <span class="s">XXXXXXXXXXXXXXXX</span>
<span class="s">triggered</span><span class="pi">:</span> <span class="s">XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX</span>
<span class="s">standby</span><span class="pi">:</span> <span class="s">XXXXXXXXXXXXXXXX</span>
</code></pre>
</div>
<p>Note that your can have more than one code for triggered, since every sensor generates its own code. arm, disarm, armhome and standby will all be one code.</p>
</li>
<li>Start the <code class="highlighter-rouge">egardiaserver.py</code> script on boot of your Home Assistant machine, for example by adding the following to your <code class="highlighter-rouge">/etc/rc.local</code>:
<div class="language-bash highlighter-rouge"><pre class="highlight"><code> python3 <span class="o">[</span>path/to/]egardiaserver.py &amp;
</code></pre>
</div>
<p><strong>Do not forget the trailing &amp; here, otherwise you will be having a hard time logging back in to the machine.</strong></p>
</li>
<li>Test your setup and enjoy. The component will update if the alarm status changes, including triggers. You can use this to build your own automations and send notifications as you wish.</li>
</ol>
</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.egardia.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/egardia.png' />
</div>
<div class='section'>
Introduced in release: 0.51
</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.alarmdecoder/'>AlarmDecoder Alarm Control Panel</a>
</li>
<li>
<a href='/components/alarm_control_panel.concord232/'>Concord232 Alarm Control Panel</a>
</li>
<li>
Egardia / Woonveilig Alarm Control Panel
</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.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>

View file

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

View file

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

View file

@ -143,7 +143,7 @@
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='section'>
Introduced in release: 0.50
Introduced in release: 0.5
</div>
<div class='section'>
This is a platform for
@ -161,6 +161,9 @@
<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>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,222 @@
<!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>Asterisk Voicemail - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate your existing Asterisk voicemail within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/asterisk_mbox/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Asterisk Voicemail">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/asterisk_mbox/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate your existing Asterisk voicemail 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="Asterisk Voicemail">
<meta name="twitter:description" content="Instructions how to integrate your existing Asterisk voicemail within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Asterisk Voicemail
</h1>
</header>
<hr class="divider">
<p>The Asterisk Voicemail integration for Home Assistant allows you to view, listen-to, and delete voicemails from a Asterisk voicemail mailbox. The component includes a panel on the frontend that provides caller-id and speech-to-text transcription (using Googles API) of messages in addition to playback and message deletion. There is also an included sensor that provides an indication of the number of available messages. There is no requirement that the Asterisk PBX and Home Assistant are running on the same machine.</p>
<p>To enable the component, configuration is required in both Home Assistant as well as on the Asterisk server.</p>
<p>First follow the <a href="/docs/asterisk_mbox">Asterisk PBX configuration guide</a> to setup the necessary server on the Asterisk PBX server (this is necessary even if Asterisk and Home Assistant are running on the same server)</p>
<p>Once that is complete, add the the following entry <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">asterisk_mbox</span><span class="pi">:</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">ASTERISK_PBX_PASSWORD</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">ASTERISK_PBX_SERVER_IP_ADDRESS</span>
<span class="s">port</span><span class="pi">:</span> <span class="s">ASTERISK_PBX_SERVER_PORT</span>
</code></pre>
</div>
<p>This will add a new Mailbox side-panel, as well as a sensor to indicate # of messages available.</p>
<p>Configuration variables:</p>
<ul>
<li><strong>password</strong> (<em>Required</em>): The password that was set during Asterisk PBX confguration</li>
<li><strong>host</strong> (<em>Required</em>): The ip-address of the server that is running the Asterisk PBX</li>
<li><strong>port</strong> (<em>Required</em>): The port on the Asterisk PBX server that was configured during Asterisk PBX confguration</li>
</ul>
<p class="note warning">
Communication between the Asterisk PBX server and the Home Assistant server is password-protected, but the data transmission is not encrypted. It is recommended to only use this component when communication will be contained within a local area network.
</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/asterisk_mbox.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
</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'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/mailbox.asterisk_mbox/'>
Asterisk Voicemail Mailbox
</a></li>
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
Asterisk Voicemail
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>
<li>
<a href='/components/demo/'>Demo platforms</a>
</li>
<li>
<a href='/components/discovery/'>Discovery</a>
</li>
<li>
<a href='/components/feedreader/'>Feedreader</a>
</li>
<li>
<a href='/components/frontend/'>Frontend</a>
</li>
<li>
<a href='/components/http/'>HTTP</a>
</li>
<li>
<a href='/components/introduction/'>Introduction</a>
</li>
<li>
<a href='/components/keyboard_remote/'>Keyboard Remote</a>
</li>
<li>
<a href='/components/mqtt_eventstream/'>MQTT Eventstream</a>
</li>
<li>
<a href='/components/persistent_notification/'>Persistent notification</a>
</li>
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>
<li>
<a href='/components/upnp/'>UPnP</a>
</li>
<li>
<a href='/components/updater/'>Updater</a>
</li>
<li>
<a href='/components/zeroconf/'>Zeroconf/Avahi/Bonjour</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>

View file

@ -371,6 +371,9 @@
<li><a href='/components/light.xiaomi/'>
Xiaomi Light
</a></li>
<li><a href='/components/vacuum.xiaomi/'>
Xiaomi Mi Robot Vacuum
</a></li>
<li><a href='/components/device_tracker.xiaomi/'>
Xiaomi Router
</a></li>

View file

@ -97,6 +97,9 @@ This component is intended for developers.
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
Configurator
</li>

View file

@ -110,6 +110,9 @@
<li><a href='/components/light.lutron_caseta/'>
Lutron Caseta Light
</a></li>
<li><a href='/components/scene.lutron_caseta/'>
Lutron Caseta Scene
</a></li>
<li><a href='/components/switch.lutron_caseta/'>
Lutron Caseta Switch
</a></li>

View file

@ -93,7 +93,9 @@
<p>Configuration variables:</p>
<ul>
<li><strong>relay_time</strong> (<em>Optional</em>): The time that the relay will be on for in seconds. Default is 0.2 seconds.</li>
<li><strong>invert_relay</strong> (<em>Optional</em>): Invert the relay pin output so that it is active-high. Default is False (active-low).</li>
<li><strong>state_pull_mode</strong> (<em>Optional</em>): The direction the State pin is pulling. It can be UP or DOWN. Default is UP.</li>
<li><strong>invert_state</strong> (<em>Optional</em>): Invert the value of the State pin so that 0 means closed. Default is False.</li>
<li><strong>covers</strong> array (<em>Required</em>): List of your doors.
<ul>
<li><strong>relay_pin</strong> (<em>Required</em>): The pin of your Raspberry Pi where the relay is connected.</li>
@ -107,7 +109,9 @@
<span class="s">cover</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">rpi_gpio</span>
<span class="s">relay_time</span><span class="pi">:</span> <span class="s">0.2</span>
<span class="s">invert_relay</span><span class="pi">:</span> <span class="s">False</span>
<span class="s">state_pull_mode</span><span class="pi">:</span> <span class="s1">'</span><span class="s">UP'</span>
<span class="s">invert_state</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">covers</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">relay_pin</span><span class="pi">:</span> <span class="s">10</span>
<span class="s">state_pin</span><span class="pi">:</span> <span class="s">11</span>

View file

@ -107,6 +107,9 @@
<li><a href='/components/light.xiaomi/'>
Xiaomi Light
</a></li>
<li><a href='/components/vacuum.xiaomi/'>
Xiaomi Mi Robot Vacuum
</a></li>
<li><a href='/components/device_tracker.xiaomi/'>
Xiaomi Router
</a></li>

View file

@ -92,6 +92,7 @@
<li><a href="/components/switch/">Switch</a> (<code class="highlighter-rouge">switch</code>)</li>
<li><a href="/components/tts/">Text-to-speech</a> (<code class="highlighter-rouge">tts</code>)</li>
<li><a href="/components/weather/">Weather</a> (<code class="highlighter-rouge">weather</code>)</li>
<li><a href="/components/mailbox/">Mailbox</a> (<code class="highlighter-rouge">mailbox</code>)</li>
</ul>
<p>To integrate a demo platform in Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
@ -115,6 +116,9 @@
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -150,6 +150,9 @@ This device tracker needs telnet to be enabled on the router.
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -153,6 +153,9 @@ This device tracker needs telnet to be enabled on the router.
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -155,6 +155,9 @@ You need to <a href="https://www.asus.com/support/faq/1005449/">enable telnet</a
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -169,6 +169,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -154,6 +154,9 @@ For now and due to third party limitation, the Bbox must be on the same local ne
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -169,6 +169,9 @@ Some BTLE devices (e.g. fitness trackers) are only visible to the devices that t
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -141,6 +141,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -139,6 +139,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -173,6 +173,9 @@ If you have a very large number of devices on your VLan (+1000), then you may wa
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -147,6 +147,9 @@ See the <a href="/components/device_tracker/">device tracker component page</a>
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -149,6 +149,9 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -169,6 +169,9 @@
<li>
GPSLogger
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -0,0 +1,288 @@
<!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>Huawei Router - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate Huawei Routers into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.huawei_router/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Huawei Router">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.huawei_router/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate Huawei Routers 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="Huawei Router">
<meta name="twitter:description" content="Instructions how to integrate Huawei Routers into Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Huawei Router
</h1>
</header>
<hr class="divider">
<p>This component offers presence detection by looking at connected devices to a <a href="http://m.huawei.com/enmobile/enterprise/products/network/access/pon-one/hw-371813.htm">Huawei router</a>.
Currently, this was only tested with the Huawei HG8247H (used by Vodafone Portugal).</p>
<p>To use a Huawei router 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 configuration.yaml entry</span>
<span class="s">device_tracker</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">huawei_router</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.1</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>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Required</em>): The IP address of your router, e.g. 192.168.1.1.</li>
<li><strong>username</strong> (<em>Required</em>): The username to login into the router (the same used trough the routers web interface).</li>
<li><strong>password</strong> (<em>Required</em>): The password for the specified username.</li>
</ul>
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</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/device_tracker.huawei_router.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/huawei.png' />
</div>
<div class='section'>
Introduced in release: 0.51
</div>
<div class='section'>
This is a platform for
<a href='/components/device_tracker/'>the Device Tracker component</a>.
</div>
<div class='section'>
<h1 class="title delta">Category Presence Detection</h1>
<ul class='divided'>
<li>
<a href='/components/device_tracker.asuswrt/'>ASUSWRT</a>
</li>
<li>
<a href='/components/device_tracker.actiontec/'>Actiontec</a>
</li>
<li>
<a href='/components/device_tracker.aruba/'>Aruba</a>
</li>
<li>
<a href='/components/device_tracker.automatic/'>Automatic</a>
</li>
<li>
<a href='/components/device_tracker.bt_home_hub_5/'>BT Home Hub 5</a>
</li>
<li>
<a href='/components/device_tracker.bbox/'>Bbox</a>
</li>
<li>
<a href='/components/device_tracker.bluetooth_le_tracker/'>Bluetooth LE Tracker</a>
</li>
<li>
<a href='/components/device_tracker.bluetooth_tracker/'>Bluetooth Tracker</a>
</li>
<li>
<a href='/components/device_tracker.cisco_ios/'>Cisco IOS</a>
</li>
<li>
<a href='/components/device_tracker.ddwrt/'>DD-WRT</a>
</li>
<li>
<a href='/components/device_tracker.fritz/'>FRITZ!Box</a>
</li>
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
Huawei Router
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>
<li>
<a href='/components/device_tracker.linksys_ap/'>Linksys Access Points</a>
</li>
<li>
<a href='/components/device_tracker.linksys_smart/'>Linksys Smart Wifi Router</a>
</li>
<li>
<a href='/components/device_tracker.locative/'>Locative</a>
</li>
<li>
<a href='/components/device_tracker.mqtt/'>MQTT Device Tracker</a>
</li>
<li>
<a href='/components/sensor.mqtt_room/'>MQTT Room Presence</a>
</li>
<li>
<a href='/components/device_tracker.mikrotik/'>Mikrotik</a>
</li>
<li>
<a href='/components/device_tracker.mysensors/'>MySensors Device Tracker</a>
</li>
<li>
<a href='/components/device_tracker.netgear/'>Netgear</a>
</li>
<li>
<a href='/components/device_tracker.nmap_tracker/'>Nmap</a>
</li>
<li>
<a href='/components/device_tracker.luci/'>OpenWRT (luci)</a>
</li>
<li>
<a href='/components/device_tracker.ubus/'>OpenWRT (ubus)</a>
</li>
<li>
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
</li>
<li>
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
</li>
<li>
<a href='/components/device_tracker.snmp/'>SNMP</a>
</li>
<li>
<a href='/components/device_tracker.sky_hub/'>Sky Hub</a>
</li>
<li>
<a href='/components/device_tracker.swisscom/'>Swisscom Internet-Box</a>
</li>
<li>
<a href='/components/device_tracker.tplink/'>TP-Link</a>
</li>
<li>
<a href='/components/device_tracker.tado/'>Tado</a>
</li>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>
<li>
<a href='/components/device_tracker.trackr/'>TrackR</a>
</li>
<li>
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
</li>
<li>
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
</li>
<li>
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
</li>
<li>
<a href='/components/device_tracker.icloud/'>iCloud</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>

View file

@ -162,6 +162,9 @@ You may receive an email from Apple stating that someone has logged into your ac
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -160,6 +160,9 @@ It was tested with a LAPAC1750 AC1750 Dual Band Access Point.</p>
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -143,6 +143,9 @@ router. It was tested with a LINKSYS WRT3200ACM MU-MIMO Gigabit Wi-Fi Wireless R
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -144,6 +144,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -154,6 +154,9 @@ Some installations have <a href="https://github.com/openwrt/luci/issues/576">a s
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -156,6 +156,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -189,6 +189,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -158,6 +158,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
JSON MQTT Device Tracker
</li>

View file

@ -252,6 +252,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -150,6 +150,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -181,6 +181,9 @@ If you are using <a href="/hassio/">Hass.io</a> then just move forward to the co
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -190,6 +190,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -152,6 +152,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -141,6 +141,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -232,6 +232,9 @@ This device tracker needs SNMP to be enabled on the router. It could be that you
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -144,6 +144,9 @@ There are three models of Internet-Box (light, standard and plus). The platform
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -172,6 +172,9 @@ Polling Tado API for presence information will happen at most once every 30 seco
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -144,6 +144,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -150,6 +150,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -168,6 +168,9 @@ TP-Link devices typically only allow one login at a time to the admin console.
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -147,6 +147,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -272,6 +272,9 @@ Connection: keep-alive</p>
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -148,6 +148,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -146,6 +146,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -138,6 +138,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -121,6 +121,9 @@
<li><a href='/components/light.xiaomi/'>
Xiaomi Light
</a></li>
<li><a href='/components/vacuum.xiaomi/'>
Xiaomi Mi Robot Vacuum
</a></li>
<li><a href='/components/sensor.xiaomi/'>
Xiaomi Sensor
</a></li>
@ -168,6 +171,9 @@
<li>
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
<li>
<a href='/components/device_tracker.mqtt_json/'>JSON MQTT Device Tracker</a>
</li>

View file

@ -234,6 +234,9 @@
<li><a href='/components/device_tracker.gpslogger/'>
GPSLogger
</a></li>
<li><a href='/components/device_tracker.huawei_router/'>
Huawei Router
</a></li>
<li><a href='/components/device_tracker.mqtt_json/'>
JSON MQTT Device Tracker
</a></li>

View file

@ -157,6 +157,9 @@ If you see <code class="highlighter-rouge">Not initializing discovery because co
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -74,17 +74,16 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">dyson</code> component is the main component to integrate all <a href="https://dyson.com">Dyson</a> related platforms.</p>
<p>Currently limited to Cool Link Purifier.</p>
<p>The <code class="highlighter-rouge">dyson</code> component is the main component to integrate all <a href="https://dyson.com">Dyson</a> related platforms: <a href="/components/fan/dyson/">Fans</a> and <a href="/components/vacuum/dyson/">Robot vacuum</a>.</p>
<p>To enable this component, 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="s">dyson</span><span class="pi">:</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">&lt;dyson_account_user_email&gt;</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">&lt;dyson_acount_password&gt;</span>
<span class="s">language</span><span class="pi">:</span> <span class="s">&lt;dyson_account_language&gt;</span>
<span class="s">devices</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_1&gt;</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_1&gt;</span> <span class="c1"># eg: Pure Cool Link device</span>
<span class="s">device_ip</span><span class="pi">:</span> <span class="s">&lt;device_ip_1&gt;</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_2&gt;</span>
<span class="pi">-</span> <span class="s">device_id</span><span class="pi">:</span> <span class="s">&lt;device_id_2&gt;</span> <span class="c1"># eg: Eye 360 robot vacuum</span>
<span class="s">device_ip</span><span class="pi">:</span> <span class="s">&lt;device_ip_2&gt;</span>
<span class="s">...</span>
</code></pre>
@ -102,7 +101,8 @@
</li>
</ul>
<p><code class="highlighter-rouge">devices</code> list is optional but youll have to provide them if discovery is not working (warnings in the logs and the devices are not available in Home Assistant web interface).
To find devices IP address, you can use your router or <code class="highlighter-rouge">nmap</code>:</p>
<em>If your are using a robot vacuum (Dyson 360 Eye), discovery is not yet supported so you have to provide <code class="highlighter-rouge">devices</code> list.</em></p>
<p>To find devices IP address, you can use your router or <code class="highlighter-rouge">nmap</code>:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
</code></pre>
</div>
@ -133,6 +133,9 @@ To find devices IP address, you can use your router or <code class="highlighter-
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/vacuum.dyson/'>
Dyson 360 Eye
</a></li>
<li><a href='/components/fan.dyson/'>
Dyson Purifier Fan
</a></li>

View file

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

View file

@ -106,6 +106,9 @@
<li><a href='/components/dyson/'>
Dyson
</a></li>
<li><a href='/components/vacuum.dyson/'>
Dyson 360 Eye
</a></li>
<li><a href='/components/sensor.dyson/'>
Dyson Purifier Sensor
</a></li>

View file

@ -135,6 +135,9 @@
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -122,6 +122,9 @@
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -156,6 +156,9 @@ Please note, that sources from <code class="highlighter-rouge">trusted_networks<
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -80,12 +80,12 @@ 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 (763)</a>
<a href='#all' class="btn">All (779)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#version/0.50' class="btn added_in_current_version">Added in 0.50 (17)</a>
<a href='#version/0.49' class="btn added_one_version_ago">Added in 0.49 (14)</a>
<a href='#version/0.48' class="btn added_two_versions_ago">Added in 0.48 (16)</a>
<a href='#alarm' class="btn">Alarm (14)</a>
<a href='#version/0.51' class="btn added_in_current_version">Added in 0.51 (11)</a>
<a href='#version/0.50' class="btn added_one_version_ago">Added in 0.50 (16)</a>
<a href='#version/0.49' class="btn added_two_versions_ago">Added in 0.49 (15)</a>
<a href='#alarm' class="btn">Alarm (15)</a>
<a href='#automation' class="btn">Automation (16)</a>
<a href='#binary-sensor' class="btn">Binary Sensor (56)</a>
<a href='#calendar' class="btn">Calendar (3)</a>
@ -103,15 +103,16 @@ Support for these components is provided by the Home Assistant community.
<a href='#hub' class="btn">Hub (65)</a>
<a href='#image-processing' class="btn">Image Processing (8)</a>
<a href='#intent' class="btn">Intent (2)</a>
<a href='#light' class="btn">Light (49)</a>
<a href='#light' class="btn">Light (51)</a>
<a href='#lock' class="btn">Lock (9)</a>
<a href='#media-player' class="btn">Media Player (47)</a>
<a href='#mailbox' class="btn">Mailbox (1)</a>
<a href='#media-player' class="btn">Media Player (49)</a>
<a href='#notifications' class="btn">Notifications (46)</a>
<a href='#organization' class="btn">Organization (3)</a>
<a href='#presence-detection' class="btn">Presence Detection (39)</a>
<a href='#presence-detection' class="btn">Presence Detection (40)</a>
<a href='#remote' class="btn">Remote (4)</a>
<a href='#scene' class="btn">Scene (4)</a>
<a href='#sensor' class="btn">Sensor (92)</a>
<a href='#scene' class="btn">Scene (5)</a>
<a href='#sensor' class="btn">Sensor (94)</a>
<a href='#social' class="btn">Social (5)</a>
<a href='#switch' class="btn">Switch (61)</a>
<a href='#system-monitor' class="btn">System Monitor (25)</a>
@ -119,6 +120,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#text-to-speech' class="btn">Text-to-speech (6)</a>
<a href='#transport' class="btn">Transport (13)</a>
<a href='#utility' class="btn">Utility (3)</a>
<a href='#vacuum' class="btn">Vacuum (3)</a>
<a href='#voice' class="btn">Voice (4)</a>
<a href='#weather' class="btn">Weather (21)</a>
<a href='#other' class="btn">Other</a>
@ -191,6 +193,8 @@ var allComponents = [
{url:"/components/camera.arlo/", title:"Arlo Camera", cat:"camera", featured: false, v: "0.46", logo: "arlo.png"},
{url:"/components/sensor.arlo/", title:"Arlo Sensor", cat:"sensor", featured: false, v: "0.46", logo: "arlo.png"},
{url:"/components/device_tracker.aruba/", title:"Aruba", cat:"presence-detection", featured: false, v: "0.7", logo: "aruba.png"},
{url:"/components/asterisk_mbox/", title:"Asterisk Voicemail", cat:"other", featured: false, v: "0.0", logo: ""},
{url:"/components/mailbox.asterisk_mbox/", title:"Asterisk Voicemail Mailbox", cat:"mailbox", featured: false, v: "0.0", logo: ""},
{url:"/components/binary_sensor.aurora/", title:"Aurora sensor", cat:"binary-sensor", featured: false, v: "0.39", logo: "noaa.png"},
{url:"/components/device_tracker.automatic/", title:"Automatic", cat:"presence-detection", featured: false, v: "0.28", logo: "automatic.png"},
{url:"/components/automation/", title:"Automation", cat:"automation", featured: false, v: "0.0", logo: "home-assistant.png"},
@ -223,6 +227,7 @@ var allComponents = [
{url:"/components/binary_sensor.bloomsky/", title:"BloomSky Binary Sensor", cat:"binary-sensor", featured: false, v: "0.14", logo: "bloomsky.png"},
{url:"/components/camera.bloomsky/", title:"BloomSky Camera", cat:"camera", featured: false, v: "0.13", logo: "bloomsky.png"},
{url:"/components/sensor.bloomsky/", title:"BloomSky Sensor", cat:"sensor", featured: false, v: "0.14", logo: "bloomsky.png"},
{url:"/components/media_player.bluesound/", title:"Bluesound", cat:"media-player", featured: true, v: "0.51", logo: "bluesound.png"},
{url:"/components/device_tracker.bluetooth_le_tracker/", title:"Bluetooth LE Tracker", cat:"presence-detection", featured: false, v: "0.27", logo: "bluetooth.png"},
{url:"/components/device_tracker.bluetooth_tracker/", title:"Bluetooth Tracker", cat:"presence-detection", featured: false, v: "0.18", logo: "bluetooth.png"},
{url:"/components/switch.broadlink/", title:"Broadlink RM Switch", cat:"switch", featured: false, v: "0.35", logo: "broadlink.png"},
@ -262,6 +267,7 @@ var allComponents = [
{url:"/components/sensor.darksky/", title:"Dark Sky", cat:"weather", featured: true, v: "0.3", logo: "dark_sky.png"},
{url:"/components/datadog/", title:"Datadog", cat:"history", featured: false, v: "0.45", logo: "datadog.png"},
{url:"/components/light.decora/", title:"Decora", cat:"light", featured: false, v: "0.37", logo: "leviton.png"},
{url:"/components/light.decora_wifi/", title:"Decora Wi-Fi", cat:"light", featured: false, v: "0.51", logo: "leviton.png"},
{url:"/components/demo/", title:"Demo platforms", cat:"other", featured: false, v: "0.0", logo: "home-assistant.png"},
{url:"/components/media_player.denonavr/", title:"Denon AVR Network Receivers", cat:"media-player", featured: false, v: "0.7", logo: "denon.png"},
{url:"/components/media_player.denon/", title:"Denon Network Receivers", cat:"media-player", featured: false, v: "0.7", logo: "denon.png"},
@ -283,6 +289,7 @@ var allComponents = [
{url:"/components/sensor.dweet/", title:"Dweet.io", cat:"sensor", featured: false, v: "0.10", logo: "dweet.png"},
{url:"/components/dweet/", title:"Dweet.io", cat:"history", featured: false, v: "0.19", logo: "dweet.png"},
{url:"/components/dyson/", title:"Dyson", cat:"hub", featured: false, v: "0.47", logo: "dyson.png"},
{url:"/components/vacuum.dyson/", title:"Dyson 360 Eye", cat:"vacuum", featured: false, v: "0.51", logo: "dyson.png"},
{url:"/components/fan.dyson/", title:"Dyson Purifier Fan", cat:"fan", featured: false, v: "0.47", logo: "dyson.png"},
{url:"/components/sensor.dyson/", title:"Dyson Purifier Sensor", cat:"sensor", featured: false, v: "0.47", logo: "dyson.png"},
{url:"/components/sensor.ebox/", title:"EBox", cat:"sensor", featured: false, v: "0.39", logo: "ebox.png"},
@ -294,6 +301,7 @@ var allComponents = [
{url:"/components/sensor.eddystone_temperature/", title:"Eddystone Beacon", cat:"diy", featured: false, v: "0.42", logo: "eddystone.png"},
{url:"/components/switch.edimax/", title:"Edimax Switch", cat:"switch", featured: false, v: "0.7", logo: "edimax.png"},
{url:"/components/sensor.efergy/", title:"Efergy", cat:"energy", featured: false, v: "0.7", logo: "efergy.png"},
{url:"/components/alarm_control_panel.egardia/", title:"Egardia / Woonveilig Alarm Control Panel", cat:"alarm", featured: false, v: "0.51", logo: "egardia.png"},
{url:"/components/eight_sleep/", title:"Eight Sleep", cat:"hub", featured: false, v: "0.44", logo: "eight_sleep.png"},
{url:"/components/binary_sensor.eight_sleep/", title:"Eight Sleep Binary Sensor", cat:"binary-sensor", featured: false, v: "0.44", logo: "eight_sleep.png"},
{url:"/components/sensor.eight_sleep/", title:"Eight Sleep Sensor", cat:"sensor", featured: false, v: "0.44", logo: "eight_sleep.png"},
@ -343,6 +351,7 @@ var allComponents = [
{url:"/components/sensor.gpsd/", title:"GPSD", cat:"sensor", featured: false, v: "0.26", logo: "gpsd.png"},
{url:"/components/device_tracker.gpslogger/", title:"GPSLogger", cat:"presence-detection", featured: false, v: "0.34", logo: ""},
{url:"/components/cover.garadget/", title:"Garadget Cover", cat:"cover", featured: false, v: "0.32", logo: "garadget.png"},
{url:"/components/sensor.geizhals/", title:"Geizhals", cat:"sensor", featured: false, v: "0.51", logo: "geizhals.png"},
{url:"/components/camera.generic/", title:"Generic IP Camera", cat:"camera", featured: false, v: "0.7", logo: "camcorder.png"},
{url:"/components/camera.mjpeg/", title:"Generic MJPEG IP Camera", cat:"camera", featured: false, v: "0.7", logo: "camcorder.png"},
{url:"/components/climate.generic_thermostat/", title:"Generic Thermostat", cat:"climate", featured: false, v: "0.7", logo: "heat-control.png"},
@ -381,6 +390,7 @@ var allComponents = [
{url:"/components/climate.honeywell/", title:"Honeywell Thermostat", cat:"climate", featured: false, v: "0.7", logo: "honeywell.png"},
{url:"/components/alarm_control_panel.totalconnect/", title:"Honeywell TotalConnect Alarm Control Panel", cat:"alarm", featured: false, v: "0.42", logo: "honeywell-tc.png"},
{url:"/components/switch.hook/", title:"Hook Switch", cat:"switch", featured: false, v: "0.34", logo: "hook.png"},
{url:"/components/device_tracker.huawei_router/", title:"Huawei Router", cat:"presence-detection", featured: false, v: "0.51", logo: "huawei.png"},
{url:"/components/sensor.hydroquebec/", title:"Hydro-Québec", cat:"energy", featured: false, v: "0.35", logo: "hydroquebec.svg"},
{url:"/components/light.hyperion/", title:"Hyperion", cat:"light", featured: false, v: "0.7", logo: "hyperion.png"},
{url:"/components/ifttt/", title:"IFTTT", cat:"automation", featured: true, v: "0.0", logo: "ifttt.png"},
@ -470,6 +480,7 @@ var allComponents = [
{url:"/components/lutron_caseta/", title:"Lutron Caseta", cat:"hub", featured: false, v: "0.41", logo: "lutron.png"},
{url:"/components/cover.lutron_caseta/", title:"Lutron Caseta Cover", cat:"cover", featured: false, v: "0.45", logo: "lutron.png"},
{url:"/components/light.lutron_caseta/", title:"Lutron Caseta Light", cat:"light", featured: false, v: "0.0", logo: "lutron.png"},
{url:"/components/scene.lutron_caseta/", title:"Lutron Caseta Scene", cat:"scene", featured: false, v: "0.49", logo: "lutron.png"},
{url:"/components/switch.lutron_caseta/", title:"Lutron Caseta Switch", cat:"switch", featured: false, v: "0.0", logo: "lutron.png"},
{url:"/components/light.lutron/", title:"Lutron Light", cat:"light", featured: false, v: "0.0", logo: "lutron.png"},
{url:"/components/sensor.lyft/", title:"Lyft Sensor", cat:"transport", featured: false, v: "0.41", logo: "lyft.png"},
@ -495,7 +506,7 @@ var allComponents = [
{url:"/components/mailgun/", title:"Mailgun", cat:"notifications", featured: false, v: "0.38", logo: "mailgun.png"},
{url:"/components/notify.mailgun/", title:"Mailgun Notify", cat:"notifications", featured: false, v: "0.38", logo: "mailgun.png"},
{url:"/components/alarm_control_panel.manual/", title:"Manual Alarm Control Panel", cat:"alarm", featured: false, v: "0.7", logo: "home-assistant.png"},
{url:"/components/alarm_control_panel.manual_mqtt/", title:"Manual Alarm Control Panel with MQTT Support", cat:"alarm", featured: false, v: "0.50", logo: "home-assistant.png"},
{url:"/components/alarm_control_panel.manual_mqtt/", title:"Manual Alarm Control Panel with MQTT Support", cat:"alarm", featured: false, v: "0.5", logo: "home-assistant.png"},
{url:"/components/ifttt.manything/", title:"ManyThing", cat:"camera", featured: false, v: "0.0", logo: "manything.png"},
{url:"/components/tts.marytts/", title:"MaryTTS", cat:"text-to-speech", featured: false, v: "0.43", logo: "marytts.png"},
{url:"/components/notify.matrix/", title:"Matrix", cat:"notifications", featured: false, v: "0.32", logo: "matrix.png"},
@ -510,6 +521,7 @@ var allComponents = [
{url:"/components/device_tracker.mikrotik/", title:"Mikrotik", cat:"presence-detection", featured: false, v: "0.44", logo: "mikrotik.png"},
{url:"/components/sensor.min_max/", title:"Min/max Sensor", cat:"sensor", featured: false, v: "0.31", logo: "home-assistant.png"},
{url:"/components/mochad/", title:"Mochad", cat:"hub", featured: false, v: "0.32", logo: ""},
{url:"/components/light.mochad/", title:"Mochad Light", cat:"light", featured: false, v: "0.51", logo: ""},
{url:"/components/switch.mochad/", title:"Mochad Switch", cat:"switch", featured: false, v: "0.32", logo: ""},
{url:"/components/modbus/", title:"Modbus", cat:"hub", featured: false, v: "0.7", logo: "modbus.png"},
{url:"/components/binary_sensor.modbus/", title:"Modbus Binary Sensor", cat:"binary-sensor", featured: false, v: "0.28", logo: "modbus.png"},
@ -648,6 +660,7 @@ var allComponents = [
{url:"/components/switch.rachio/", title:"Rachio Switch", cat:"switch", featured: false, v: "0.46", logo: "rachio.png"},
{url:"/components/sensor.radarr/", title:"Radarr Sensor", cat:"sensor", featured: false, v: "0.47", logo: "radarr.png"},
{url:"/components/climate.radiotherm/", title:"Radio Thermostat (3M Filtrete) Thermostat", cat:"climate", featured: false, v: "0.0", logo: "radiotherm.png"},
{url:"/components/switch.rainmachine/", title:"RainMachine Switch", cat:"switch", featured: false, v: "0.51", logo: "rainmachine.png"},
{url:"/components/sensor.random/", title:"Random Sensor", cat:"sensor", featured: false, v: "0.32", logo: "home-assistant.png"},
{url:"/components/rpi_gpio/", title:"Raspberry PI GPIO", cat:"diy", featured: false, v: "0.7", logo: "raspberry-pi.png"},
{url:"/components/binary_sensor.rpi_gpio/", title:"Raspberry PI GPIO Binary Sensor", cat:"binary-sensor", featured: false, v: "0.7", logo: "raspberry-pi.png"},
@ -664,6 +677,7 @@ var allComponents = [
{url:"/components/sensor.ring/", title:"Ring Sensor", cat:"sensor", featured: false, v: "0.40", logo: "ring.png"},
{url:"/components/sensor.ripple/", title:"Ripple", cat:"finance", featured: false, v: "0.47", logo: "ripple.png"},
{url:"/components/media_player.roku/", title:"Roku", cat:"media-player", featured: false, v: "0.20", logo: "roku.png"},
{url:"/components/media_player.russound_rio/", title:"Russound RIO", cat:"media-player", featured: false, v: "0.49", logo: "russound.png"},
{url:"/components/media_player.russound_rnet/", title:"Russound RNET", cat:"media-player", featured: false, v: "0.25", logo: "russound.png"},
{url:"/components/sensor.sabnzbd/", title:"SABnzbd", cat:"downloading", featured: false, v: "0.7", logo: "sabnzbd.png"},
{url:"/components/scsgate/", title:"SCSGate", cat:"hub", featured: false, v: "0.13", logo: "bus_scs.png"},
@ -689,6 +703,7 @@ var allComponents = [
{url:"/components/media_player.aquostv/", title:"Sharp Aquos TV", cat:"media-player", featured: false, v: "0.35", logo: "sharp_aquos.png"},
{url:"/components/shell_command/", title:"Shell command", cat:"automation", featured: false, v: "0.0", logo: "home-assistant.png"},
{url:"/components/shiftr/", title:"Shiftr.io", cat:"history", featured: false, v: "0.48", logo: "shiftr.png"},
{url:"/components/sensor.shodan/", title:"Shodan Sensor", cat:"sensor", featured: false, v: "0.51", logo: "shodan.png"},
{url:"/components/shopping_list/", title:"Shopping List", cat:"intent", featured: false, v: "0.50", logo: "home-assistant.png"},
{url:"/components/notify.simplepush/", title:"Simplepush", cat:"notifications", featured: false, v: "0.29", logo: "simplepush.png"},
{url:"/components/alarm_control_panel.simplisafe/", title:"SimpliSafe Alarm Control Panel", cat:"alarm", featured: false, v: "0.24", logo: "simplisafe.png"},
@ -833,7 +848,7 @@ var allComponents = [
{url:"/components/cover.xiaomi/", title:"Xiaomi Cover", cat:"cover", featured: false, v: "0.50", logo: "xiaomi.png"},
{url:"/components/xiaomi/", title:"Xiaomi Gateway", cat:"hub", featured: false, v: "0.50", logo: "xiaomi.png"},
{url:"/components/light.xiaomi/", title:"Xiaomi Light", cat:"light", featured: false, v: "0.50", logo: "xiaomi.png"},
{url:"/components/switch.xiaomi_vacuum/", title:"Xiaomi Mi Robot Vacuum", cat:"switch", featured: false, v: "0.48", logo: "xiaomi.png"},
{url:"/components/vacuum.xiaomi/", title:"Xiaomi Mi Robot Vacuum", cat:"vacuum", featured: false, v: "0.51", logo: "xiaomi.png"},
{url:"/components/device_tracker.xiaomi/", title:"Xiaomi Router", cat:"presence-detection", featured: false, v: "0.36", logo: "xiaomi.png"},
{url:"/components/sensor.xiaomi/", title:"Xiaomi Sensor", cat:"sensor", featured: false, v: "0.50", logo: "xiaomi.png"},
{url:"/components/switch.xiaomi/", title:"Xiaomi Switch", cat:"switch", featured: false, v: "0.50", logo: "xiaomi.png"},
@ -887,6 +902,7 @@ var allComponents = [
{url:"/components/climate.maxcube/", title:"eQ-3 MAX! Cube thermostat", cat:"climate", featured: false, v: "0.40", logo: "maxcube.png"},
{url:"/components/ecobee/", title:"ecobee", cat:"hub", featured: true, v: "0.9", logo: "ecobee.png"},
{url:"/components/device_tracker.icloud/", title:"iCloud", cat:"presence-detection", featured: false, v: "0.10", logo: "icloud.png"},
{url:"/components/vacuum.roomba/", title:"iRobot Roomba", cat:"vacuum", featured: false, v: "0.51", logo: "irobot_roomba.png"},
{url:"/components/remote.itach/", title:"iTach Remote", cat:"remote", featured: false, v: "0.39", logo: "globalcache.png"},
{url:"/components/media_player.itunes/", title:"iTunes", cat:"media-player", featured: false, v: "0.7", logo: "itunes.png"},
{url:"/components/sensor.mfi/", title:"mFi Sensor", cat:"sensor", featured: false, v: "0.32", logo: "ubiquiti.png"},
@ -1077,6 +1093,8 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/camera.arlo/'>Arlo Camera</a></li>
<li><a href='/components/sensor.arlo/'>Arlo Sensor</a></li>
<li><a href='/components/device_tracker.aruba/'>Aruba</a></li>
<li><a href='/components/asterisk_mbox/'>Asterisk Voicemail</a></li>
<li><a href='/components/mailbox.asterisk_mbox/'>Asterisk Voicemail Mailbox</a></li>
<li><a href='/components/binary_sensor.aurora/'>Aurora sensor</a></li>
<li><a href='/components/device_tracker.automatic/'>Automatic</a></li>
<li><a href='/components/automation/'>Automation</a></li>
@ -1109,6 +1127,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/binary_sensor.bloomsky/'>BloomSky Binary Sensor</a></li>
<li><a href='/components/camera.bloomsky/'>BloomSky Camera</a></li>
<li><a href='/components/sensor.bloomsky/'>BloomSky Sensor</a></li>
<li><a href='/components/media_player.bluesound/'>Bluesound</a></li>
<li><a href='/components/device_tracker.bluetooth_le_tracker/'>Bluetooth LE Tracker</a></li>
<li><a href='/components/device_tracker.bluetooth_tracker/'>Bluetooth Tracker</a></li>
<li><a href='/components/switch.broadlink/'>Broadlink RM Switch</a></li>
@ -1148,6 +1167,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.darksky/'>Dark Sky</a></li>
<li><a href='/components/datadog/'>Datadog</a></li>
<li><a href='/components/light.decora/'>Decora</a></li>
<li><a href='/components/light.decora_wifi/'>Decora Wi-Fi</a></li>
<li><a href='/components/demo/'>Demo platforms</a></li>
<li><a href='/components/media_player.denonavr/'>Denon AVR Network Receivers</a></li>
<li><a href='/components/media_player.denon/'>Denon Network Receivers</a></li>
@ -1169,6 +1189,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.dweet/'>Dweet.io</a></li>
<li><a href='/components/dweet/'>Dweet.io</a></li>
<li><a href='/components/dyson/'>Dyson</a></li>
<li><a href='/components/vacuum.dyson/'>Dyson 360 Eye</a></li>
<li><a href='/components/fan.dyson/'>Dyson Purifier Fan</a></li>
<li><a href='/components/sensor.dyson/'>Dyson Purifier Sensor</a></li>
<li><a href='/components/sensor.ebox/'>EBox</a></li>
@ -1180,6 +1201,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.eddystone_temperature/'>Eddystone Beacon</a></li>
<li><a href='/components/switch.edimax/'>Edimax Switch</a></li>
<li><a href='/components/sensor.efergy/'>Efergy</a></li>
<li><a href='/components/alarm_control_panel.egardia/'>Egardia / Woonveilig Alarm Control Panel</a></li>
<li><a href='/components/eight_sleep/'>Eight Sleep</a></li>
<li><a href='/components/binary_sensor.eight_sleep/'>Eight Sleep Binary Sensor</a></li>
<li><a href='/components/sensor.eight_sleep/'>Eight Sleep Sensor</a></li>
@ -1229,6 +1251,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.gpsd/'>GPSD</a></li>
<li><a href='/components/device_tracker.gpslogger/'>GPSLogger</a></li>
<li><a href='/components/cover.garadget/'>Garadget Cover</a></li>
<li><a href='/components/sensor.geizhals/'>Geizhals</a></li>
<li><a href='/components/camera.generic/'>Generic IP Camera</a></li>
<li><a href='/components/camera.mjpeg/'>Generic MJPEG IP Camera</a></li>
<li><a href='/components/climate.generic_thermostat/'>Generic Thermostat</a></li>
@ -1267,6 +1290,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/climate.honeywell/'>Honeywell Thermostat</a></li>
<li><a href='/components/alarm_control_panel.totalconnect/'>Honeywell TotalConnect Alarm Control Panel</a></li>
<li><a href='/components/switch.hook/'>Hook Switch</a></li>
<li><a href='/components/device_tracker.huawei_router/'>Huawei Router</a></li>
<li><a href='/components/sensor.hydroquebec/'>Hydro-Québec</a></li>
<li><a href='/components/light.hyperion/'>Hyperion</a></li>
<li><a href='/components/ifttt/'>IFTTT</a></li>
@ -1356,6 +1380,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/lutron_caseta/'>Lutron Caseta</a></li>
<li><a href='/components/cover.lutron_caseta/'>Lutron Caseta Cover</a></li>
<li><a href='/components/light.lutron_caseta/'>Lutron Caseta Light</a></li>
<li><a href='/components/scene.lutron_caseta/'>Lutron Caseta Scene</a></li>
<li><a href='/components/switch.lutron_caseta/'>Lutron Caseta Switch</a></li>
<li><a href='/components/light.lutron/'>Lutron Light</a></li>
<li><a href='/components/sensor.lyft/'>Lyft Sensor</a></li>
@ -1396,6 +1421,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/device_tracker.mikrotik/'>Mikrotik</a></li>
<li><a href='/components/sensor.min_max/'>Min/max Sensor</a></li>
<li><a href='/components/mochad/'>Mochad</a></li>
<li><a href='/components/light.mochad/'>Mochad Light</a></li>
<li><a href='/components/switch.mochad/'>Mochad Switch</a></li>
<li><a href='/components/modbus/'>Modbus</a></li>
<li><a href='/components/binary_sensor.modbus/'>Modbus Binary Sensor</a></li>
@ -1534,6 +1560,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/switch.rachio/'>Rachio Switch</a></li>
<li><a href='/components/sensor.radarr/'>Radarr Sensor</a></li>
<li><a href='/components/climate.radiotherm/'>Radio Thermostat (3M Filtrete) Thermostat</a></li>
<li><a href='/components/switch.rainmachine/'>RainMachine Switch</a></li>
<li><a href='/components/sensor.random/'>Random Sensor</a></li>
<li><a href='/components/rpi_gpio/'>Raspberry PI GPIO</a></li>
<li><a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a></li>
@ -1550,6 +1577,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.ring/'>Ring Sensor</a></li>
<li><a href='/components/sensor.ripple/'>Ripple</a></li>
<li><a href='/components/media_player.roku/'>Roku</a></li>
<li><a href='/components/media_player.russound_rio/'>Russound RIO</a></li>
<li><a href='/components/media_player.russound_rnet/'>Russound RNET</a></li>
<li><a href='/components/sensor.sabnzbd/'>SABnzbd</a></li>
<li><a href='/components/scsgate/'>SCSGate</a></li>
@ -1575,6 +1603,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/media_player.aquostv/'>Sharp Aquos TV</a></li>
<li><a href='/components/shell_command/'>Shell command</a></li>
<li><a href='/components/shiftr/'>Shiftr.io</a></li>
<li><a href='/components/sensor.shodan/'>Shodan Sensor</a></li>
<li><a href='/components/shopping_list/'>Shopping List</a></li>
<li><a href='/components/notify.simplepush/'>Simplepush</a></li>
<li><a href='/components/alarm_control_panel.simplisafe/'>SimpliSafe Alarm Control Panel</a></li>
@ -1719,7 +1748,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/cover.xiaomi/'>Xiaomi Cover</a></li>
<li><a href='/components/xiaomi/'>Xiaomi Gateway</a></li>
<li><a href='/components/light.xiaomi/'>Xiaomi Light</a></li>
<li><a href='/components/switch.xiaomi_vacuum/'>Xiaomi Mi Robot Vacuum</a></li>
<li><a href='/components/vacuum.xiaomi/'>Xiaomi Mi Robot Vacuum</a></li>
<li><a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a></li>
<li><a href='/components/sensor.xiaomi/'>Xiaomi Sensor</a></li>
<li><a href='/components/switch.xiaomi/'>Xiaomi Switch</a></li>
@ -1773,6 +1802,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/climate.maxcube/'>eQ-3 MAX! Cube thermostat</a></li>
<li><a href='/components/ecobee/'>ecobee</a></li>
<li><a href='/components/device_tracker.icloud/'>iCloud</a></li>
<li><a href='/components/vacuum.roomba/'>iRobot Roomba</a></li>
<li><a href='/components/remote.itach/'>iTach Remote</a></li>
<li><a href='/components/media_player.itunes/'>iTunes</a></li>
<li><a href='/components/sensor.mfi/'>mFi Sensor</a></li>

View file

@ -93,6 +93,11 @@
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify SSL certificate for https request. Defaults to false.</li>
<li><strong>default_measurement</strong> (<em>Optional</em>): Measurement name to use when an entity doesnt have a unit. Defaults to entity id.</li>
<li><strong>override_measurement</strong> (<em>Optional</em>): Measurement name to use instead of unit or default measurement. This will store all data points in a single measurement.</li>
<li><strong>component_config</strong>, <strong>component_config_domain</strong>, <strong>component_config_glob</strong> (<em>Optional</em>): These attributes contains component-specific override values. See <a href="https://home-assistant.io/getting-started/customizing-devices/">Customizing devices and services</a> for format.
<ul>
<li><strong>override_measurement</strong> (<em>Optional</em>): Measurement name to use for this component, takes precedence over the global override_measurement and component-specific unit_of_measurement attribute.</li>
</ul>
</li>
<li><strong>exclude</strong> (<em>Optional</em>): Configure which components should be excluded from recording to InfluxDB.
<ul>
<li><strong>entities</strong> (<em>Optional</em>): The list of entity ids to be excluded from recording to InfluxDB.</li>
@ -106,6 +111,7 @@
</ul>
</li>
<li><strong>tags</strong> (<em>Optional</em>): Tags to mark the data.</li>
<li><strong>tags_attributes</strong> (<em>Optional</em>): The list of attribute names which should be reported as tags and not fields to InfluxDB. For example, if set to <code class="highlighter-rouge">friendly_name</code>, it will be possible to group by entities friendly names as well, in addition to their ids.</li>
</ul>
<h2><a class="title-link" name="data-migration" href="#data-migration"></a> Data migration</h2>
<p>Starting with 0.36 the InfluxDB component has a new schema to store values in the InfluxDB databases.</p>

View file

@ -93,6 +93,9 @@
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -176,6 +176,9 @@ When the keyboard reconnects, an event <code class="highlighter-rouge">keyboard_
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
<li>
<a href='/components/configurator/'>Configurator</a>
</li>

View file

@ -144,6 +144,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -198,6 +201,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -125,6 +125,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -179,6 +182,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -118,6 +118,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -172,6 +175,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -152,6 +152,9 @@ Jun 20 19:41:18 androlapin hass[29588]: OSError: [Errno 8] Exec format error
<li>
Decora
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -206,6 +209,9 @@ Jun 20 19:41:18 androlapin hass[29588]: OSError: [Errno 8] Exec format error
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -0,0 +1,324 @@
<!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>Decora Wi-Fi - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/light.decora_wifi/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Decora Wi-Fi">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/light.decora_wifi/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers 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="Decora Wi-Fi">
<meta name="twitter:description" content="Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Decora Wi-Fi
</h1>
</header>
<hr class="divider">
<p>Support for <a href="http://www.leviton.com/en/products/lighting-controls/decora-smart-with-wifi">Leviton Decora Wi-Fi</a> dimmers/switches.</p>
<p>Supported devices (tested):</p>
<ul>
<li><a href="https://www.leviton.com/en/products/dw6hd">DW6HD1-BZ</a> (Decora Smart Wi-Fi 600W Dimmer)</li>
</ul>
<p>To enable these lights, 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">light</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">decora_wifi</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">my_leviton_user_email@email.com</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">my_leviton_password</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>username</strong> (<em>Required</em>): Your “My Leviton” app email address/user name.</li>
<li><strong>password</strong> (<em>Required</em>): Your “My Leviton” app password.</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/light.decora_wifi.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/leviton.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
</div>
<div class='section'>
Introduced in release: 0.51
</div>
<div class='section'>
This is a platform for
<a href='/components/light/'>the Lights component</a>.
</div>
<div class='section'>
<h1 class="title delta">Category Light</h1>
<ul class='divided'>
<li>
<a href='/components/light.avion/'>Avi-on</a>
</li>
<li>
<a href='/components/light.wemo/'>Belkin WeMo Lights</a>
</li>
<li>
<a href='/components/light.blinksticklight/'>Blinkstick</a>
</li>
<li>
<a href='/components/light.blinkt/'>Blinkt!</a>
</li>
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
Decora Wi-Fi
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
<li>
<a href='/components/light.flux_led/'>Flux Led/MagicLight</a>
</li>
<li>
<a href='/components/light.homematic/'>Homematic Light</a>
</li>
<li>
<a href='/components/light.hyperion/'>Hyperion</a>
</li>
<li>
<a href='/components/light.tradfri/'>IKEA Trådfri lights</a>
</li>
<li>
<a href='/components/light.isy994/'>ISY994 Light</a>
</li>
<li>
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
</li>
<li>
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
</li>
<li>
<a href='/components/light.insteon_plm/'>Insteon PLM Light</a>
</li>
<li>
<a href='/components/light.knx/'>KNX Light</a>
</li>
<li>
<a href='/components/light.lifx/'>LIFX</a>
</li>
<li>
<a href='/components/light.limitlessled/'>LimitlessLED</a>
</li>
<li>
<a href='/components/light.litejet/'>LiteJet Light</a>
</li>
<li>
<a href='/components/light.lutron_caseta/'>Lutron Caseta Light</a>
</li>
<li>
<a href='/components/light.lutron/'>Lutron Light</a>
</li>
<li>
<a href='/components/light.mqtt_json/'>MQTT JSON Light</a>
</li>
<li>
<a href='/components/light.mqtt/'>MQTT Light</a>
</li>
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>
<li>
<a href='/components/light.osramlightify/'>Osram Lightify</a>
</li>
<li>
<a href='/components/light.rpi_gpio_pwm/'>PWM LED</a>
</li>
<li>
<a href='/components/light.hue/'>Philips Hue</a>
</li>
<li>
<a href='/components/light.piglow/'>Piglow</a>
</li>
<li>
<a href='/components/light.qwikswitch/'>QwikSwitch Light</a>
</li>
<li>
<a href='/components/light.rflink/'>RFLink Light</a>
</li>
<li>
<a href='/components/light.rfxtrx/'>RFXtrx Light</a>
</li>
<li>
<a href='/components/light.scsgate/'>SCSGate Light</a>
</li>
<li>
<a href='/components/light.sensehat/'>Sense HAT Light</a>
</li>
<li>
<a href='/components/light.tplink/'>TPLink Bulb</a>
</li>
<li>
<a href='/components/light.tellstick/'>TellStick Light</a>
</li>
<li>
<a href='/components/light.template/'>Template Light</a>
</li>
<li>
<a href='/components/light.tikteck/'>Tikteck</a>
</li>
<li>
<a href='/components/light.velbus/'>Velbus lights</a>
</li>
<li>
<a href='/components/light.vera/'>Vera Light</a>
</li>
<li>
<a href='/components/light.wink/'>Wink Light</a>
</li>
<li>
<a href='/components/light.x10/'>X10</a>
</li>
<li>
<a href='/components/light.xiaomi/'>Xiaomi Light</a>
</li>
<li>
<a href='/components/light.yeelightsunflower/'>Yeelight Sunflower Bulb</a>
</li>
<li>
<a href='/components/light.yeelight/'>Yeelight Wifi Bulb</a>
</li>
<li>
<a href='/components/light.zwave/'>Z-Wave Light</a>
</li>
<li>
<a href='/components/light.zengge/'>Zengge</a>
</li>
<li>
<a href='/components/light.zha/'>ZigBee Home Automation Light</a>
</li>
<li>
<a href='/components/light.zigbee/'>ZigBee Light</a>
</li>
<li>
<a href='/components/light.mystrom/'>myStrom WiFi Bulb</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>

View file

@ -143,6 +143,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
EnOcean Light
</li>
@ -197,6 +200,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -245,6 +245,9 @@ The component defaults to rgbw. If your device has a separate white channel, you
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -299,6 +302,9 @@ The component defaults to rgbw. If your device has a separate white channel, you
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -136,6 +136,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -190,6 +193,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -206,6 +206,9 @@ This will have all the bulbs transitioned at once, instead of one at a time usin
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -260,6 +263,9 @@ This will have all the bulbs transitioned at once, instead of one at a time usin
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -126,6 +126,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -180,6 +183,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -121,6 +121,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -175,6 +178,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -138,6 +138,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -192,6 +195,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -123,6 +123,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -177,6 +180,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -136,6 +136,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -190,6 +193,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -149,6 +149,9 @@ For switching/light actuators that are only controlled by a single group address
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -203,6 +206,9 @@ For switching/light actuators that are only controlled by a single group address
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -290,6 +290,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -344,6 +347,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -188,6 +188,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -242,6 +245,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -125,6 +125,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -179,6 +182,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -117,6 +117,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -171,6 +174,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -100,6 +100,9 @@
<li><a href='/components/cover.lutron_caseta/'>
Lutron Caseta Cover
</a></li>
<li><a href='/components/scene.lutron_caseta/'>
Lutron Caseta Scene
</a></li>
<li><a href='/components/switch.lutron_caseta/'>
Lutron Caseta Switch
</a></li>
@ -123,6 +126,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -177,6 +183,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -0,0 +1,330 @@
<!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>Mochad Light - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate X10 Mochad switches into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/light.mochad/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Mochad Light">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/light.mochad/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate X10 Mochad switches 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="Mochad Light">
<meta name="twitter:description" content="Instructions how to integrate X10 Mochad switches into Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Mochad Light
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">mochad</code> switch platform lets you control an X10 enabled dimmer/light
device.</p>
<p>To enable this sensor, you first have to set up the <a href="/components/mochad/">mochad component</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.yml entry</span>
<span class="s">light</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">mochad</span>
<span class="s">devices</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">address</span><span class="pi">:</span> <span class="s">a1</span>
<span class="pi">-</span> <span class="s">address</span><span class="pi">:</span> <span class="s">a5</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>address</strong> (<em>Required</em>): The X10 address of the light.</li>
<li><strong>name</strong> (<em>Optional</em>): The name of the switch. Default is: x10<em>light_dev</em><em>address</em>.</li>
<li><strong>comm_type</strong> (<em>Optional</em>): pl (powerline) or rf (radio frequency). Default is pl.</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/light.mochad.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
</div>
<div class='section'>
Introduced in release: 0.51
</div>
<div class='section'>
This is a platform for
<a href='/components/light/'>the Lights component</a>.
</div>
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/mochad/'>
Mochad
</a></li>
<li><a href='/components/switch.mochad/'>
Mochad Switch
</a></li>
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category Light</h1>
<ul class='divided'>
<li>
<a href='/components/light.avion/'>Avi-on</a>
</li>
<li>
<a href='/components/light.wemo/'>Belkin WeMo Lights</a>
</li>
<li>
<a href='/components/light.blinksticklight/'>Blinkstick</a>
</li>
<li>
<a href='/components/light.blinkt/'>Blinkt!</a>
</li>
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
<li>
<a href='/components/light.flux_led/'>Flux Led/MagicLight</a>
</li>
<li>
<a href='/components/light.homematic/'>Homematic Light</a>
</li>
<li>
<a href='/components/light.hyperion/'>Hyperion</a>
</li>
<li>
<a href='/components/light.tradfri/'>IKEA Trådfri lights</a>
</li>
<li>
<a href='/components/light.isy994/'>ISY994 Light</a>
</li>
<li>
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
</li>
<li>
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
</li>
<li>
<a href='/components/light.insteon_plm/'>Insteon PLM Light</a>
</li>
<li>
<a href='/components/light.knx/'>KNX Light</a>
</li>
<li>
<a href='/components/light.lifx/'>LIFX</a>
</li>
<li>
<a href='/components/light.limitlessled/'>LimitlessLED</a>
</li>
<li>
<a href='/components/light.litejet/'>LiteJet Light</a>
</li>
<li>
<a href='/components/light.lutron_caseta/'>Lutron Caseta Light</a>
</li>
<li>
<a href='/components/light.lutron/'>Lutron Light</a>
</li>
<li>
<a href='/components/light.mqtt_json/'>MQTT JSON Light</a>
</li>
<li>
<a href='/components/light.mqtt/'>MQTT Light</a>
</li>
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
Mochad Light
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>
<li>
<a href='/components/light.osramlightify/'>Osram Lightify</a>
</li>
<li>
<a href='/components/light.rpi_gpio_pwm/'>PWM LED</a>
</li>
<li>
<a href='/components/light.hue/'>Philips Hue</a>
</li>
<li>
<a href='/components/light.piglow/'>Piglow</a>
</li>
<li>
<a href='/components/light.qwikswitch/'>QwikSwitch Light</a>
</li>
<li>
<a href='/components/light.rflink/'>RFLink Light</a>
</li>
<li>
<a href='/components/light.rfxtrx/'>RFXtrx Light</a>
</li>
<li>
<a href='/components/light.scsgate/'>SCSGate Light</a>
</li>
<li>
<a href='/components/light.sensehat/'>Sense HAT Light</a>
</li>
<li>
<a href='/components/light.tplink/'>TPLink Bulb</a>
</li>
<li>
<a href='/components/light.tellstick/'>TellStick Light</a>
</li>
<li>
<a href='/components/light.template/'>Template Light</a>
</li>
<li>
<a href='/components/light.tikteck/'>Tikteck</a>
</li>
<li>
<a href='/components/light.velbus/'>Velbus lights</a>
</li>
<li>
<a href='/components/light.vera/'>Vera Light</a>
</li>
<li>
<a href='/components/light.wink/'>Wink Light</a>
</li>
<li>
<a href='/components/light.x10/'>X10</a>
</li>
<li>
<a href='/components/light.xiaomi/'>Xiaomi Light</a>
</li>
<li>
<a href='/components/light.yeelightsunflower/'>Yeelight Sunflower Bulb</a>
</li>
<li>
<a href='/components/light.yeelight/'>Yeelight Wifi Bulb</a>
</li>
<li>
<a href='/components/light.zwave/'>Z-Wave Light</a>
</li>
<li>
<a href='/components/light.zengge/'>Zengge</a>
</li>
<li>
<a href='/components/light.zha/'>ZigBee Home Automation Light</a>
</li>
<li>
<a href='/components/light.zigbee/'>ZigBee Light</a>
</li>
<li>
<a href='/components/light.mystrom/'>myStrom WiFi Bulb</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>

View file

@ -299,6 +299,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -353,6 +356,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -269,6 +269,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -323,6 +326,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -259,6 +259,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -313,6 +316,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
<li>
MQTT Template Light
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -388,6 +388,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -442,6 +445,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
MySensors Light
</li>

View file

@ -156,6 +156,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -210,6 +213,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

View file

@ -120,6 +120,9 @@
<li>
<a href='/components/light.decora/'>Decora</a>
</li>
<li>
<a href='/components/light.decora_wifi/'>Decora Wi-Fi</a>
</li>
<li>
<a href='/components/light.enocean/'>EnOcean Light</a>
</li>
@ -174,6 +177,9 @@
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mochad/'>Mochad Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>

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