Site updated at 2017-11-18 20:42:08 UTC

This commit is contained in:
Travis CI 2017-11-18 20:42:08 +00:00
parent 374261cd52
commit 3bb0d0697f
641 changed files with 7982 additions and 2283 deletions

View file

@ -486,6 +486,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -76,6 +76,21 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">spc</code> alarm control panel platform allows you to control your <a href="http://www.spc-intruder-detection.com/ssp-spc/">Vanderbilt SPC</a> alarms.</p>
<p>The requirement is that you have setup your <a href="/components/spc/">SPC hub</a>.</p>
<p>The <code class="highlighter-rouge">changed_by</code> attribute enables one to be able to take different actions depending on who armed/disarmed the alarm in <a href="/getting-started/automation/">automation</a>.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">automation</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">alias</span><span class="pi">:</span> <span class="s">Alarm status changed</span>
<span class="s">trigger</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">state</span>
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">alarm_control_panel.alarm_1</span>
<span class="s">action</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">service</span><span class="pi">:</span> <span class="s">notify.notify</span>
<span class="s">data_template</span><span class="pi">:</span>
<span class="s">message</span><span class="pi">:</span> <span class="pi">&gt;</span>
<span class="no">Alarm changed from {{ trigger.from_state.state }}</span>
<span class="no">to {{ trigger.to_state.state }}</span>
<span class="no">by {{ trigger.to_state.attributes.changed_by }}</span>
</code></pre>
</div>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

View file

@ -349,6 +349,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -175,6 +175,11 @@ WhereAreWeIntent where we are
Custom slot type for scene support.
</p>
<p>The names must exactly match the scene names (minus underscores - amazon discards them anyway and we later map them back in with the template).</p>
<p>In the new Alexa Skills Kit, you can also create synonyms for slot type values, which can be used in place of the base value in utterances. Synonyms will be replaced with their associated slot value in the intent request sent to the Alexa API endpoint, but only if there are not multiple synonym matches. Otherwise, the value of the synonym that was spoken will be used.</p>
<p class="img">
<img src="/images/components/alexa/scene_slot_synonyms.png" />
Custom slot values with synonyms.
</p>
<p>Add a sample utterance:</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code>ActivateSceneIntent activate {Scene}
</code></pre>

View file

@ -355,6 +355,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -390,6 +390,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -318,6 +318,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -411,6 +411,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -340,6 +340,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -159,6 +159,9 @@ Communication between the Asterisk PBX server and the Home Assistant server is p
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -406,6 +406,9 @@ Any specific levels for triggers needs to be configured on the device.
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -197,6 +197,12 @@
<li>
<a href='/components/sensor.systemmonitor/'>System Monitor</a>
</li>
<li>
<a href='/components/binary_sensor.vultr/'>Vultr Binary Sensor</a>
</li>
<li>
<a href='/components/sensor.vultr/'>Vultr Sensor</a>
</li>
<li>
<a href='/components/zabbix/'>Zabbix</a>
</li>

View file

@ -205,6 +205,12 @@
<li>
<a href='/components/sensor.systemmonitor/'>System Monitor</a>
</li>
<li>
<a href='/components/binary_sensor.vultr/'>Vultr Binary Sensor</a>
</li>
<li>
<a href='/components/sensor.vultr/'>Vultr Sensor</a>
</li>
<li>
<a href='/components/zabbix/'>Zabbix</a>
</li>

View file

@ -190,14 +190,6 @@ binary_sensor.home_line_crossing_2
<div class='section'>
This is a platform for
<a href='/components/binary_sensor/'>the Binary Sensor component</a>.
</div>
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/switch.hikvision/'>
Hikvision Camera Switch
</a></li>
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category Binary Sensor</h1>

View file

@ -201,6 +201,12 @@
<li>
<a href='/components/sensor.systemmonitor/'>System Monitor</a>
</li>
<li>
<a href='/components/binary_sensor.vultr/'>Vultr Binary Sensor</a>
</li>
<li>
<a href='/components/sensor.vultr/'>Vultr Sensor</a>
</li>
<li>
<a href='/components/zabbix/'>Zabbix</a>
</li>

View file

@ -266,6 +266,9 @@
<li>
<a href='/components/sensor.kira/'>Kira Sensor</a>
</li>
<li>
<a href='/components/sensor.lacrosse/'>LaCrosse Sensor</a>
</li>
<li>
<a href='/components/sensor.mhz19/'>MH-Z19 CO2 Sensor</a>
</li>

View file

@ -111,6 +111,38 @@
</ul>
</li>
</ul>
<h2><a class="title-link" name="directions-for-installing-smbus-support-on-raspberry-pi" href="#directions-for-installing-smbus-support-on-raspberry-pi"></a> Directions for installing smbus support on Raspberry Pi</h2>
<p>Enable I2c interface with the Raspberry Pi configuration utility:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c"># pi user environment: Enable i2c interface</span>
<span class="gp">$ </span>sudo raspi-config
</code></pre>
</div>
<p>Select <code class="highlighter-rouge">Interfacing options-&gt;I2C</code> choose <code class="highlighter-rouge">&lt;Yes&gt;</code> and hit <code class="highlighter-rouge">Enter</code>, then go to <code class="highlighter-rouge">Finish</code>.</p>
<p>Install dependencies for use the <code class="highlighter-rouge">smbus-cffi</code> module and enable your <em>homeassistant</em> user to join the <em>i2c</em> group:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c"># pi user environment: Install i2c dependencies and utilities</span>
<span class="gp">$ </span>sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev
<span class="c"># pi user environment: Add homeassistant user to the i2c group</span>
<span class="gp">$ </span>sudo usermod -a -G i2c homeassistant
</code></pre>
</div>
<h3><a class="title-link" name="check-the-i2c-address-of-the-sensor" href="#check-the-i2c-address-of-the-sensor"></a> Check the i2c address of the sensor</h3>
<p>After installing <code class="highlighter-rouge">i2c-tools</code>, a new utility is available to scan the addresses of the connected sensors, so you can see the sensor address:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>/usr/sbin/i2cdetect -y 1
</code></pre>
</div>
<p>It will output a table like this:</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code> 0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- 23 -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: 40 -- -- -- -- -- UU -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- 77
</code></pre>
</div>
<p>For more details about the <code class="highlighter-rouge">raspihats</code> add-on boards for Raspberry PI, visit <a href="http://www.raspihats.com/">raspihats.com</a>.</p>
</article>
</div>

View file

@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">trend</code> platform allows you to create sensors which show the trend of numeric <code class="highlighter-rouge">state</code> or<code class="highlighter-rouge">state_attributes</code> from other entities. This sensor requires two updates of the underlying sensor to establish a trend. Thus it can take some time to show an accurate state. It can be useful as part of automations, where you want to base an action on a trend.</p>
<p>The <code class="highlighter-rouge">trend</code> platform allows you to create sensors which show the trend of numeric <code class="highlighter-rouge">state</code> or<code class="highlighter-rouge">state_attributes</code> from other entities. This sensor requires at least two updates of the underlying sensor to establish a trend. Thus it can take some time to show an accurate state. It can be useful as part of automations, where you want to base an action on a trend.</p>
<p>To enable Trend binary sensors 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">binary_sensor</span><span class="pi">:</span>
@ -88,36 +88,47 @@
<ul>
<li><strong>sensors</strong> array (<em>Required</em>): List of your sensors.
<ul>
<li><strong>friendly_name</strong> (<em>Optional</em>): Name to use in the Frontend.</li>
<li><strong>device_class</strong> (<em>Optional</em>): The <a href="/components/binary_sensor/">type/class</a> of the sensor to set the icon in the frontend.</li>
<li><strong>entity_id</strong> (<em>Required</em>): The entity that this sensor tracks.</li>
<li><strong>attribute</strong> (<em>Optional</em>): The attribute of the entity that this sensor tracks. If no attribute is specified then the sensor will track the state.</li>
<li><strong>invert</strong> (<em>Optional</em>): Invert the result (so <code class="highlighter-rouge">true</code> means descending rather than ascending)</li>
<li><strong>device_class</strong> (<em>Optional</em>): The <a href="/components/binary_sensor/">type/class</a> of the sensor to set the icon in the frontend.</li>
<li><strong>friendly_name</strong> (<em>Optional</em>): Name to use in the Frontend.</li>
<li><strong>invert</strong> (<em>Optional</em>): Invert the result (so <code class="highlighter-rouge">true</code> means descending rather than ascending). Defaults to <code class="highlighter-rouge">False</code></li>
<li><strong>max_samples</strong> (<em>Optional</em>): Limit the maximum number of stored samples. Defaults to <code class="highlighter-rouge">2</code>.</li>
<li><strong>min_gradient</strong> (<em>Optional</em>): The minimum rate at which the observed value must be changing for this sensor to switch on. Defaults to <code class="highlighter-rouge">0.0</code></li>
<li><strong>sample_duration</strong> (<em>Optional</em>): The duration <strong>in seconds</strong> to store samples for. Samples older than this value will be discarded. Defaults to <code class="highlighter-rouge">0</code></li>
</ul>
</li>
</ul>
<h2><a class="title-link" name="using-multiple-samples" href="#using-multiple-samples"></a> Using Multiple Samples</h2>
<p>If the optional <code class="highlighter-rouge">sample_duration</code> and <code class="highlighter-rouge">max_samples</code> parameters are specified then multiple samples can be stored and used to detect long-term trends.</p>
<p>Each time the state changes, a new sample is stored along with the sample time. Samples older than <code class="highlighter-rouge">sample_duration</code> seconds will be discarded.</p>
<p>A trend line is then fitted to the available samples, and the gradient of this line is compared to <code class="highlighter-rouge">min_gradient</code> to determine the state of the trend sensor. The gradient is measured in sensor units per second - so if you want to know when the temperature is falling by 2 degrees per hour, use a gradient of (-2) / (60 x 60) = -0.00055</p>
<p>The current number of stored samples is displayed on the States page.</p>
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
<p>In this section you find some real life examples of how to use this sensor.</p>
<h3><a class="title-link" name="temperature-trend" href="#temperature-trend"></a> Temperature trend</h3>
<p>This example indicates <code class="highlighter-rouge">true</code> if the temperature is rising:</p>
<p>This example indicates <code class="highlighter-rouge">true</code> if the sun is still rising:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">binary_sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">trend</span>
<span class="s">sensors</span><span class="pi">:</span>
<span class="s">temperature_up</span><span class="pi">:</span>
<span class="s">friendly_name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Temp</span><span class="nv"> </span><span class="s">increasing'</span>
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">sensor.skylight_temperature</span>
<span class="s">device_class</span><span class="pi">:</span> <span class="s">heat</span>
<span class="s">sun_rising</span><span class="pi">:</span>
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">sun.sun</span>
</code></pre>
</div>
<p>And this one indicates <code class="highlighter-rouge">true</code> if the temperature is falling:</p>
<p>This example creates two sensors to indicate whether the temperature is rising or falling at a rate of at least 3 degrees an hour, and collects samples over a two hour period:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">binary_sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">trend</span>
<span class="s">sensors</span><span class="pi">:</span>
<span class="s">temperature_down</span><span class="pi">:</span>
<span class="s">friendly_name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Temp</span><span class="nv"> </span><span class="s">decreasing'</span>
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">sensor.skylight_temperature</span>
<span class="s">temp_falling</span><span class="pi">:</span>
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">sensor.outside_temperature</span>
<span class="s">sample_duration</span><span class="pi">:</span> <span class="s">7200</span>
<span class="s">min_gradient</span><span class="pi">:</span> <span class="s">-0.0008</span>
<span class="s">device_class</span><span class="pi">:</span> <span class="s">cold</span>
<span class="s">invert</span><span class="pi">:</span> <span class="s">Yes</span>
<span class="s">temp_rising</span><span class="pi">:</span>
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">sensor.outside_temperature</span>
<span class="s">sample_duration</span><span class="pi">:</span> <span class="s">7200</span>
<span class="s">min_gradient</span><span class="pi">:</span> <span class="s">0.0008</span>
<span class="s">device_class</span><span class="pi">:</span> <span class="s">heat</span>
</code></pre>
</div>
</article>

View file

@ -0,0 +1,291 @@
<!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>Vultr Binary Sensor - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions on how to set up Vultr binary sensors within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.vultr/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Vultr Binary Sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.vultr/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions on how to set up Vultr binary sensors within Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Vultr Binary Sensor">
<meta name="twitter:description" content="Instructions on how to set up Vultr binary sensors within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Vultr Binary Sensor
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">vultr</code> binary sensor platform allows you to monitor your <a href="https://www.vultr.com/">Vultr</a> subscription to see if it is powered on or not.</p>
<p>To use this binary sensor, you first have to set up your <a href="/components/vultr/">Vultr hub</a>.</p>
<p class="note">
The following examples assume a subscription that has an ID of <code class="highlighter-rouge">123456</code> and a label of <code class="highlighter-rouge">Web Server</code>
</p>
<p>Minimal <code class="highlighter-rouge">configuration.yaml</code> (produces <code class="highlighter-rouge">binary_sensor.vultr_web_server</code>):</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">binary_sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">vultr</span>
<span class="s">subscription</span><span class="pi">:</span> <span class="s">123456</span>
</code></pre>
</div>
<div class="config-vars">
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
<dl class="">
<dt><a class="title-link" name="subscription" href="#subscription"></a> subscription</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The subscription you want to monitor, this can be found in the URL when viewing a server.</span></p>
</dd>
<dt><a class="title-link" name="name" href="#name"></a> name</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The name you want to give this binary sensor.</span></p>
<p class="default">Default value: Vultr {subscription label}</p>
</dd>
</dl>
</div>
<p>Full <code class="highlighter-rouge">configuration.yaml</code> (produces <code class="highlighter-rouge">binary_sensor.totally_awesome_server</code>):</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">binary_sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">vultr</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">totally_awesome_server</span>
<span class="s">subscription</span><span class="pi">:</span> <span class="s">12345</span>
</code></pre>
</div>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
<div class="grid">
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/binary_sensor.vultr.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/vultr.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
</div>
<div class='section'>
Introduced in release: 0.58
</div>
<div class='section'>
Source:
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/binary_sensor/vultr.py'>binary_sensor/vultr.py</a>
</div>
<div class='section'>
This is a platform for
<a href='/components/binary_sensor/'>the Binary Sensor component</a>.
</div>
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/vultr/'>
Vultr
</a></li>
<li><a href='/components/sensor.vultr/'>
Vultr Sensor
</a></li>
<li><a href='/components/switch.vultr/'>
Vultr Switch
</a></li>
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category System Monitor</h1>
<ul class='divided'>
<li>
<a href='/components/binary_sensor.apcupsd/'>APCUPSd Binary Sensor</a>
</li>
<li>
<a href='/components/sensor.apcupsd/'>APCUPSd Sensor</a>
</li>
<li>
<a href='/components/sensor.cpuspeed/'>CPU speed</a>
</li>
<li>
<a href='/components/sensor.cups/'>CUPS Sensor</a>
</li>
<li>
<a href='/components/sensor.cert_expiry/'>Certificate Expiry</a>
</li>
<li>
<a href='/components/binary_sensor.digital_ocean/'>Digital Ocean Binary Sensor</a>
</li>
<li>
<a href='/components/sensor.dovado/'>Dovado</a>
</li>
<li>
<a href='/components/sensor.fritzbox_callmonitor/'>FRITZ!Box Call Monitor</a>
</li>
<li>
<a href='/components/sensor.fritzbox_netmonitor/'>FRITZ!Box Net Monitor</a>
</li>
<li>
<a href='/components/sensor.fastdotcom/'>Fast.com</a>
</li>
<li>
<a href='/components/sensor.glances/'>Glances</a>
</li>
<li>
<a href='/components/sensor.google_wifi/'>Google Wifi</a>
</li>
<li>
<a href='/components/sensor.hddtemp/'>HDDTemp</a>
</li>
<li>
<a href='/components/sensor.hp_ilo/'>HP ILO</a>
</li>
<li>
<a href='/components/binary_sensor.linode/'>Linode Binary Sensor</a>
</li>
<li>
<a href='/components/sensor.linux_battery/'>Linux Battery</a>
</li>
<li>
<a href='/components/sensor.nut/'>NUT Sensor</a>
</li>
<li>
<a href='/components/sensor.netdata/'>Netdata</a>
</li>
<li>
<a href='/components/sensor.openhardwaremonitor/'>Open Hardware Monitor Sensor</a>
</li>
<li>
<a href='/components/sensor.pi_hole/'>Pi-Hole Sensor</a>
</li>
<li>
<a href='/components/sensor.snmp/'>SNMP</a>
</li>
<li>
<a href='/components/sensor.speedtest/'>Speedtest.net</a>
</li>
<li>
<a href='/components/sensor.supervisord/'>Supervisord</a>
</li>
<li>
<a href='/components/sensor.synologydsm/'>SynologyDSM Sensor</a>
</li>
<li>
<a href='/components/sensor.systemmonitor/'>System Monitor</a>
</li>
<li>
Vultr Binary Sensor
</li>
<li>
<a href='/components/sensor.vultr/'>Vultr Sensor</a>
</li>
<li>
<a href='/components/zabbix/'>Zabbix</a>
</li>
<li>
<a href='/components/sensor.zabbix/'>Zabbix Sensor</a>
</li>
</ul>
</div>
</section>
</div>
</aside>
</div>
</div>
<footer>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item">
<div class="copyright">
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
<div class="credit">
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
</div>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
</div>
</div>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
<script type="text/javascript">
docsearch({
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
indexName: 'home-assistant',
inputSelector: '#search',
debug: false // Set debug to true if you want to inspect the dropdown
});
document.querySelector('.search .close').addEventListener('click', function(ev) {
ev.preventDefault();
document.querySelector('.search-container').style.display = 'none';
});
document.querySelector('.show-search').addEventListener('click', function(ev) {
ev.preventDefault();
document.querySelector('.search-container').style.display = 'block';
document.getElementById('toggle').checked = false;
document.querySelector('.search-container input').focus();
});
</script>
</body>
</html>

View file

@ -88,6 +88,7 @@
<li><strong>moving</strong>: <code class="highlighter-rouge">On</code> means moving, <code class="highlighter-rouge">Off</code> means stopped</li>
<li><strong>occupancy</strong>: <code class="highlighter-rouge">On</code> means occupied, <code class="highlighter-rouge">Off</code> means not occupied</li>
<li><strong>opening</strong>: <code class="highlighter-rouge">On</code> means open, <code class="highlighter-rouge">Off</code> means closed</li>
<li><strong>plug</strong>: <code class="highlighter-rouge">On</code> means device is plugged in, <code class="highlighter-rouge">Off</code> means device is unplugged</li>
<li><strong>power</strong>: Power, over-current, etc.</li>
<li><strong>safety</strong>: <code class="highlighter-rouge">On</code> means unsafe, <code class="highlighter-rouge">Off</code> means safe</li>
<li><strong>smoke</strong>: <code class="highlighter-rouge">On</code> means smoke detected</li>
@ -285,6 +286,9 @@
<li><a href='/components/binary_sensor.verisure/'>
Verisure Binary Sensor
</a></li>
<li><a href='/components/binary_sensor.vultr/'>
Vultr Binary Sensor
</a></li>
<li><a href='/components/binary_sensor.wink/'>
Wink Binary Sensor
</a></li>

View file

@ -366,6 +366,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -325,6 +325,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -81,10 +81,11 @@
<span class="s">climate</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">knx</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">HASS-Kitchen.Temperature</span>
<span class="s">temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">6/2/1'</span>
<span class="s">setpoint_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/2'</span>
<span class="s">target_temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/1'</span>
<span class="s">operation_mode_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/3'</span>
<span class="s">temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/1'</span>
<span class="s">setpoint_shift_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/2'</span>
<span class="s">setpoint_shift_state_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/3'</span>
<span class="s">target_temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/4'</span>
<span class="s">operation_mode_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/5'</span>
</code></pre>
</div>
<p>Alternatively, if your device has dedicated binary group addresses for frost/night/comfort mode:</p>
@ -92,12 +93,13 @@
<span class="s">climate</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">knx</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">HASS-Kitchen.Temperature</span>
<span class="s">temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">6/2/1'</span>
<span class="s">setpoint_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/2'</span>
<span class="s">target_temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/1'</span>
<span class="s">operation_mode_frost_protection_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/3'</span>
<span class="s">operation_mode_night_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/4'</span>
<span class="s">operation_mode_comfort_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/5'</span>
<span class="s">temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/1'</span>
<span class="s">setpoint_shift_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/2'</span>
<span class="s">setpoint_shift_state_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/3'</span>
<span class="s">target_temperature_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/4'</span>
<span class="s">operation_mode_frost_protection_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/5'</span>
<span class="s">operation_mode_night_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/6'</span>
<span class="s">operation_mode_comfort_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">5/1/7'</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -105,9 +107,17 @@
<li><strong>name</strong> (<em>Optional</em>): A name for this device used within Home Assistant.</li>
<li><strong>temperature_address</strong>: KNX group address for reading current room temperature from KNX bus.</li>
<li><strong>target_temperature_address</strong>: KNX group address for reading current target temperature from KNX bus.</li>
<li>
<p><strong>setpoint_address</strong>: KNX group address for basis setpoint</p>
</li>
</ul>
<p>The <code class="highlighter-rouge">knx</code> component sets the desired target temperature by modifying the setpoint_shift. The module provides the following configuration options:</p>
<ul>
<li><strong>setpoint_shift_address</strong>: (<em>Optional</em>) KNX address for setpoint_shift</li>
<li><strong>setpoint_shift_state_address</strong>: (<em>Optional</em>) Explicit KNX address for reading setpoint_shift.</li>
<li><strong>setpoint_shift_step</strong>: (<em>Optional</em>) Defines for step size in Kelvin for each step of setpoint_shift. Default is 0.5 K.</li>
<li><strong>setpoint_shift_min</strong>: (<em>Optional</em>) Minimum value of setpoint shift. Default is “-6”.</li>
<li><strong>setpoint_shift_max</strong>: (<em>Optional</em>) Maximum value of setpoint shift. Default is “6”.</li>
</ul>
<p>The operation modes may be controlled with the following directives:</p>
<ul>
<li><strong>operation_mode_address</strong> (<em>Optional</em>): KNX address for operation mode (Frost protection/night/comfort).</li>
<li><strong>operation_mode_state_address</strong> (<em>Optional</em>): Explicit KNX address for reading operation mode</li>
<li><strong>controller_status_address</strong> (<em>Optional</em>): KNX address for HVAC controller status (in accordance with KNX AN 097/07 rev 3)</li>

View file

@ -341,6 +341,9 @@ Note that its not possible to have multiple connection to the bridge at the s
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -139,6 +139,9 @@ This component is intended for developers.
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -158,6 +158,9 @@
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -157,6 +157,9 @@ This device tracker needs telnet to be enabled on the router.
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -229,6 +232,9 @@ This device tracker needs telnet to be enabled on the router.
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -160,6 +160,9 @@ This device tracker needs telnet to be enabled on the router.
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -232,6 +235,9 @@ This device tracker needs telnet to be enabled on the router.
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -162,6 +162,9 @@ You need to <a href="https://www.asus.com/support/faq/1005449/">enable telnet</a
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -234,6 +237,9 @@ You need to <a href="https://www.asus.com/support/faq/1005449/">enable telnet</a
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -175,6 +175,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -247,6 +250,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -161,6 +161,9 @@ For now and due to third party limitation, the Bbox must be on the same local ne
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -233,6 +236,9 @@ For now and due to third party limitation, the Bbox must be on the same local ne
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -176,6 +176,9 @@ Some BTLE devices (e.g. fitness trackers) are only visible to the devices that t
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -248,6 +251,9 @@ Some BTLE devices (e.g. fitness trackers) are only visible to the devices that t
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -151,6 +151,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -223,6 +226,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -146,6 +146,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -218,6 +221,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -180,6 +180,9 @@ If you have a very large number of devices on your VLan (+1000), then you may wa
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -252,6 +255,9 @@ If you have a very large number of devices on your VLan (+1000), then you may wa
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -154,6 +154,9 @@ See the <a href="/components/device_tracker/">device tracker component page</a>
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -226,6 +229,9 @@ See the <a href="/components/device_tracker/">device tracker component page</a>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -156,6 +156,9 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -228,6 +231,9 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -160,6 +160,9 @@
<li>
Geofency
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -232,6 +235,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -181,6 +181,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -253,6 +256,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -0,0 +1,321 @@
<!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>Hitron CODA Routers - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions on how to integrate Hitron CODA Routers into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.hitron_coda/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Hitron CODA Routers">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.hitron_coda/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions on how to integrate Hitron CODA 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="Hitron CODA Routers">
<meta name="twitter:description" content="Instructions on how to integrate Hitron CODA 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, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Hitron CODA Routers
</h1>
</header>
<hr class="divider">
<p>This component offers presence detection by examining devices connected to a <a href="https://www.rogers.com/customer/support/article/wi-fi-password-hitron-coda4582-cgn3amr-cgnm3552-cgn3acr-cgn3">Rogers Hitron CODA</a>
Router.</p>
<p>To use a Hitron 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">hitron_coda</span>
<span class="s">host</span><span class="pi">:</span> <span class="kt">!secret</span> <span class="s">router_ip</span>
<span class="s">username</span><span class="pi">:</span> <span class="kt">!secret</span> <span class="s">router_username</span>
<span class="s">password</span><span class="pi">:</span> <span class="kt">!secret</span> <span class="s">router_password</span>
</code></pre>
</div>
<div class="config-vars">
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
<dl class="">
<dt><a class="title-link" name="host" href="#host"></a> host</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The IP address of your router, e.g., <code class="highlighter-rouge">192.168.0.1</code>.</span></p>
</dd>
<dt><a class="title-link" name="username" href="#username"></a> username</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The username to login into the router (user should have read access to the web interface of the router). Usually “cusadmin”.</span></p>
</dd>
<dt><a class="title-link" name="password" href="#password"></a> password</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The password for the specified username. Usually your WiFi password.</span></p>
</dd>
</dl>
</div>
<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.hitron_coda.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/hitron.png' />
</div>
<div class='section'>
Introduced in release: 0.58
</div>
<div class='section'>
Source:
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/device_tracker/hitron_coda.py'>device_tracker/hitron_coda.py</a>
</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>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
Hitron CODA Routers
</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>
<li>
<a href='/components/device_tracker.keenetic_ndms2/'>Keenetic NDMS2 Routers</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_http/'>OwnTracks (via HTTP)</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.tesla/'>Tesla</a>
</li>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</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

@ -154,6 +154,9 @@ Currently, this was only tested with the Huawei HG8247H and HG8247Q Smart Router
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
Huawei Router
</li>
@ -226,6 +229,9 @@ Currently, this was only tested with the Huawei HG8247H and HG8247Q Smart Router
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -169,6 +169,9 @@ You may receive an email from Apple stating that someone has logged into your ac
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -241,6 +244,9 @@ You may receive an email from Apple stating that someone has logged into your ac
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -155,6 +155,9 @@ Router running NDMS2 firmware.</p>
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -227,6 +230,9 @@ Router running NDMS2 firmware.</p>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -167,6 +167,9 @@ It was tested with a LAPAC1750 AC1750 Dual Band Access Point.</p>
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -239,6 +242,9 @@ It was tested with a LAPAC1750 AC1750 Dual Band Access Point.</p>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -155,6 +155,9 @@ For this platform to work correctly, it is necessary to disable the “Access vi
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -227,6 +230,9 @@ For this platform to work correctly, it is necessary to disable the “Access vi
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -154,6 +154,9 @@ Locative is no longer under active development. See https://blog.locative.io/bye
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -226,6 +229,9 @@ Locative is no longer under active development. See https://blog.locative.io/bye
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -161,6 +161,9 @@ Some installations have <a href="https://github.com/openwrt/luci/issues/576">a s
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -233,6 +236,9 @@ Some installations have <a href="https://github.com/openwrt/luci/issues/576">a s
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -163,6 +163,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -235,6 +238,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -202,6 +202,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -274,6 +277,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -165,6 +165,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -237,6 +240,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -259,6 +259,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -331,6 +334,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -162,6 +162,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -234,6 +237,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -188,6 +188,9 @@ If you are using <a href="/hassio/">Hass.io</a> then just move forward to the co
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -260,6 +263,9 @@ If you are using <a href="/hassio/">Hass.io</a> then just move forward to the co
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -197,6 +197,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -269,6 +272,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -152,6 +152,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -224,6 +227,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -159,6 +159,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -231,6 +234,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -148,6 +148,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -220,6 +223,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -242,6 +242,9 @@ This device tracker needs SNMP to be enabled on the router. It could be that you
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -314,6 +317,9 @@ This device tracker needs SNMP to be enabled on the router. It could be that you
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -151,6 +151,9 @@ There are three models of Internet-Box (light, standard and plus). The platform
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -223,6 +226,9 @@ There are three models of Internet-Box (light, standard and plus). The platform
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -188,6 +188,9 @@ Polling Tado API for presence information will happen at most once every 30 seco
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -260,6 +263,9 @@ Polling Tado API for presence information will happen at most once every 30 seco
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -162,6 +162,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -234,6 +237,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -151,6 +151,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -223,6 +226,9 @@
<li>
Thomson
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -0,0 +1,326 @@
<!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>Tile - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to use Tile to track devices in Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.tile/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Tile">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.tile/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to use Tile to track devices in 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="Tile">
<meta name="twitter:description" content="Instructions how to use Tile to track devices in Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header class='site-header'>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
</ul>
</nav>
<div class='search-container' style='display: none'>
<div class='search'>
<i class="icon-search"></i>
<input id='search' placeholder='Search the docs…'>
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Tile
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">tile</code> platform allows Home Assistant to utilize <a href="https://www.thetileapp.com">Tile® Bluetooth trackers</a>.
The official Tile mobile app handles the actual tracking of Tile devices using
the mobile devices Bluetooh and GPS.</p>
<p>To integrate Tile into 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="s">device_tracker</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">tile</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">email@address.com</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">MY_PASSWORD_123</span>
<span class="s">monitored_variables</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">TILE</span>
<span class="pi">-</span> <span class="s">PHONE</span>
</code></pre>
</div>
<div class="config-vars">
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
<dl class="">
<dt><a class="title-link" name="username" href="#username"></a> username</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">the email address for the Tile account</span></p>
</dd>
<dt><a class="title-link" name="password" href="#password"></a> password</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">the password for the Tile account</span></p>
</dd>
<dt><a class="title-link" name="monitored_variables" href="#monitored_variables"></a> monitored_variables</dt>
<dd>
<p class="desc"><span class="type">(<span class="list">list</span>)</span><span class="required">(Optional)</span><span class="description">the Tile types to monitor; valid values are <code class="highlighter-rouge">TILE</code> and <code class="highlighter-rouge">PHONE</code> (default is for all types to be included)</span></p>
</dd>
</dl>
</div>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
<div class="grid">
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/device_tracker.tile.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/tile.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
</div>
<div class='section'>
Introduced in release: 0.58
</div>
<div class='section'>
Source:
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/device_tracker/tile.py'>device_tracker/tile.py</a>
</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>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</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>
<li>
<a href='/components/device_tracker.keenetic_ndms2/'>Keenetic NDMS2 Routers</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_http/'>OwnTracks (via HTTP)</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.tesla/'>Tesla</a>
</li>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
Tile
</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

@ -157,6 +157,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -229,6 +232,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
Tomato
</li>

View file

@ -175,6 +175,9 @@ TP-Link devices typically only allow one login at a time to the admin console.
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -247,6 +250,9 @@ TP-Link devices typically only allow one login at a time to the admin console.
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -154,6 +154,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -226,6 +229,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -280,6 +280,9 @@ Connection: keep-alive</p>
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -352,6 +355,9 @@ Connection: keep-alive</p>
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -160,6 +160,9 @@ If you decide to install the Unifi Controller on the same system as your Home As
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -232,6 +235,9 @@ If you decide to install the Unifi Controller on the same system as your Home As
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -153,6 +153,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -225,6 +228,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -145,6 +145,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -217,6 +220,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -152,6 +152,9 @@
<li>
<a href='/components/device_tracker.geofency/'>Geofency</a>
</li>
<li>
<a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a>
</li>
<li>
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
</li>
@ -224,6 +227,9 @@
<li>
<a href='/components/device_tracker.thomson/'>Thomson</a>
</li>
<li>
<a href='/components/device_tracker.tile/'>Tile</a>
</li>
<li>
<a href='/components/device_tracker.tomato/'>Tomato</a>
</li>

View file

@ -237,6 +237,9 @@
<li><a href='/components/device_tracker.geofency/'>
Geofency
</a></li>
<li><a href='/components/device_tracker.hitron_coda/'>
Hitron CODA Routers
</a></li>
<li><a href='/components/device_tracker.huawei_router/'>
Huawei Router
</a></li>
@ -306,6 +309,9 @@
<li><a href='/components/device_tracker.thomson/'>
Thomson
</a></li>
<li><a href='/components/device_tracker.tile/'>
Tile
</a></li>
<li><a href='/components/device_tracker.tomato/'>
Tomato
</a></li>

View file

@ -327,6 +327,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -207,6 +207,9 @@ If you see <code class="highlighter-rouge">Not initializing discovery because co
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -328,6 +328,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -103,7 +103,7 @@
<tr>
<td><code class="highlighter-rouge">url</code></td>
<td>no</td>
<td>The url of the file to download.</td>
<td>The URL of the file to download.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">subdir</code></td>
@ -115,6 +115,11 @@
<td>yes</td>
<td>Determine the filename.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">overwrite</code></td>
<td>yes</td>
<td>Whether to overwrite the file or not, defaults to <code class="highlighter-rouge">false</code>.</td>
</tr>
</tbody>
</table>
</article>
@ -153,6 +158,9 @@
<li>
<a href='/components/switch.transmission/'>Transmission Switch</a>
</li>
<li>
<a href='/components/sensor.pyload/'>pyLoad Sensor</a>
</li>
</ul>
</div>
</section>

View file

@ -354,6 +354,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -356,6 +356,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -379,6 +379,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -406,6 +406,9 @@ It is recommended to assign a static IP address to the computer running Home Ass
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -343,6 +343,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -320,7 +320,7 @@
<a href='/components/switch.enocean/'>EnOcean Switch</a>
</li>
<li>
<a href='/components/switch.hikvision/'>Hikvision Camera Switch</a>
<a href='/components/switch.hikvisioncam/'>Hikvision Camera Switch</a>
</li>
<li>
<a href='/components/switch.homematic/'>Homematic Switch</a>
@ -451,6 +451,9 @@
<li>
<a href='/components/switch.verisure/'>Verisure SmartPlug</a>
</li>
<li>
<a href='/components/switch.vultr/'>Vultr Switch</a>
</li>
<li>
<a href='/components/switch.wake_on_lan/'>Wake on LAN Switch</a>
</li>

View file

@ -177,6 +177,9 @@
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -371,6 +371,9 @@ Press <span class="o">[</span>q] to stop, <span class="o">[</span>?] <span class
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -82,6 +82,11 @@
<div class="config-vars">
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
<dl class="">
<dt><a class="title-link" name="javascript_version" href="#javascript_version"></a> javascript_version</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">Version of the JavaScript to serve to clients. Options: <code class="highlighter-rouge">es5</code> - transpiled so old browsers understand it. <code class="highlighter-rouge">latest</code> - not transpiled, so will work on recent browsers only. <code class="highlighter-rouge">auto</code> - select a version according to the browser user-agent. The value in the config can be overiden by putting <code class="highlighter-rouge">es5</code> or <code class="highlighter-rouge">latest</code> in the URL. For example <code class="highlighter-rouge">http://localhost:8123/states?es5</code> </span></p>
<p class="default">Default value: es5</p>
</dd>
<dt><a class="title-link" name="themes" href="#themes"></a> themes</dt>
<dd>
<p class="desc"><span class="type">(<span class="map">map</span>)</span><span class="required">(Optional)</span><span class="description">Allow to define different themes. See below for further details.</span></p>
@ -234,6 +239,9 @@
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -321,6 +321,9 @@ hardware device which has an array of relays, RS232 serial ports, and flexible p
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -85,6 +85,8 @@ To use Google Assistant your Home Assistant configuration has to be externally a
<span class="s">project_id</span><span class="pi">:</span> <span class="s">someproject-2d0b8</span>
<span class="s">client_id</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">long URL safe random string</span><span class="pi">]</span>
<span class="s">access_token</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">a different long URL safe random string</span><span class="pi">]</span>
<span class="s">agent_user_id</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">a string to identify user</span><span class="pi">]</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">an API Key generated for the Google Actions project</span><span class="pi">]</span>
<span class="s">exposed_domains</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">switch</span>
<span class="pi">-</span> <span class="s">light</span>
@ -99,6 +101,8 @@ To use Google Assistant your Home Assistant configuration has to be externally a
<li><em>project_id</em> (Required): Project ID from the Google Developer console (looks like <code class="highlighter-rouge">words-2ab12</code>)</li>
<li><em>client_id</em> (Required): A long random URL safe string (no spaces or special characters) that will be used for Implicit OAuth.</li>
<li><em>access_token</em> (Required): Another different long random URL safe string.</li>
<li><em>agent_user_id</em> (Optional): A string to identify the user, e.g., email address. If not provided, the component will generate one.</li>
<li><em>api_key</em> (Optional): An API Key generated for the project from Google Console. See setup below. If not provided then the request_sync service is not exposed</li>
<li><em>exposed_domains</em> (Optional): An array of Home Assistant domains to expose to Google Assistant. Options include:
<ul>
<li><code class="highlighter-rouge">switch</code></li>
@ -190,7 +194,16 @@ Note: This must be an HTTPS URL to work.</li>
<li>Have the new user go to <a href="https://console.actions.google.com/">developer console</a> and repeat steps starting from point 7.</li>
</ol>
</li>
<li>If you want to use the request_sync service in Home Assistant, then Enable Homegraph API for your project:
<ol>
<li>Go to https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview</li>
<li>Select your project and click Enable Homegraph API</li>
<li>Go to Credentials and select API Key from Create Credentials</li>
<li>Note down the generated API Key and use this in the configuration</li>
</ol>
</li>
</ol>
<p><em>Note:</em> The request_sync service requires that the initial sync from Google includes the agent_user_id. If not, the service will log an error that reads something like “Request contains an invalid argument”. If this happens, then unlink the account from Home Control and relink.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

View file

@ -495,6 +495,9 @@ Using this service provides you direct access to the setValue-method of the prim
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -198,6 +198,9 @@ Please note, that sources from <code class="highlighter-rouge">trusted_networks<
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -80,11 +80,11 @@ 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 (895)</a>
<a href='#all' class="btn">All (905)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#version/0.57' class="btn added_in_current_version">Added in 0.57 (26)</a>
<a href='#version/0.56' class="btn added_one_version_ago">Added in 0.56 (22)</a>
<a href='#version/0.55' class="btn added_two_versions_ago">Added in 0.55 (15)</a>
<a href='#version/0.58' class="btn added_in_current_version">Added in 0.58 (10)</a>
<a href='#version/0.57' class="btn added_one_version_ago">Added in 0.57 (26)</a>
<a href='#version/0.56' class="btn added_two_versions_ago">Added in 0.56 (22)</a>
<a href='#alarm' class="btn">Alarm (18)</a>
<a href='#automation' class="btn">Automation (20)</a>
<a href='#binary-sensor' class="btn">Binary Sensor (65)</a>
@ -93,14 +93,14 @@ Support for these components is provided by the Home Assistant community.
<a href='#climate' class="btn">Climate (26)</a>
<a href='#cover' class="btn">Cover (21)</a>
<a href='#diy' class="btn">DIY (15)</a>
<a href='#downloading' class="btn">Downloading (7)</a>
<a href='#downloading' class="btn">Downloading (8)</a>
<a href='#energy' class="btn">Energy (11)</a>
<a href='#fan' class="btn">Fan (9)</a>
<a href='#finance' class="btn">Finance (9)</a>
<a href='#front-end' class="btn">Front end (5)</a>
<a href='#health' class="btn">Health (5)</a>
<a href='#history' class="btn">History (15)</a>
<a href='#hub' class="btn">Hub (77)</a>
<a href='#hub' class="btn">Hub (78)</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 (54)</a>
@ -109,16 +109,16 @@ Support for these components is provided by the Home Assistant community.
<a href='#media-player' class="btn">Media Player (51)</a>
<a href='#notifications' class="btn">Notifications (54)</a>
<a href='#organization' class="btn">Organization (3)</a>
<a href='#presence-detection' class="btn">Presence Detection (44)</a>
<a href='#presence-detection' class="btn">Presence Detection (46)</a>
<a href='#remote' class="btn">Remote (4)</a>
<a href='#scene' class="btn">Scene (5)</a>
<a href='#sensor' class="btn">Sensor (111)</a>
<a href='#sensor' class="btn">Sensor (112)</a>
<a href='#social' class="btn">Social (5)</a>
<a href='#switch' class="btn">Switch (72)</a>
<a href='#system-monitor' class="btn">System Monitor (27)</a>
<a href='#switch' class="btn">Switch (73)</a>
<a href='#system-monitor' class="btn">System Monitor (29)</a>
<a href='#telegram-chatbot' class="btn">Telegram chatbot (3)</a>
<a href='#text-to-speech' class="btn">Text-to-speech (7)</a>
<a href='#transport' class="btn">Transport (15)</a>
<a href='#transport' class="btn">Transport (16)</a>
<a href='#utility' class="btn">Utility (7)</a>
<a href='#vacuum' class="btn">Vacuum (5)</a>
<a href='#voice' class="btn">Voice (6)</a>
@ -405,11 +405,12 @@ var allComponents = [
{url:"/components/sensor.haveibeenpwned/", title:"HaveIBeenPwned Sensor", cat:"sensor", featured: false, v: "0.31", logo: "haveibeenpwned.png"},
{url:"/components/climate.heatmiser/", title:"Heatmiser Thermostat", cat:"climate", featured: false, v: "0.10", logo: "heatmiser.png"},
{url:"/components/binary_sensor.hikvision/", title:"Hikvision Binary Sensor", cat:"binary-sensor", featured: false, v: "0.35", logo: "hikvision.png"},
{url:"/components/switch.hikvision/", title:"Hikvision Camera Switch", cat:"switch", featured: false, v: "0.7", logo: "hikvision.png"},
{url:"/components/switch.hikvisioncam/", title:"Hikvision Camera Switch", cat:"switch", featured: false, v: "0.7", logo: "hikvision.png"},
{url:"/components/notify.hipchat/", title:"HipChat", cat:"notifications", featured: false, v: "0.52", logo: "hipchat.png"},
{url:"/components/history/", title:"History", cat:"history", featured: false, v: "0.7", logo: "home-assistant.png"},
{url:"/components/history_graph/", title:"History Graph", cat:"history", featured: false, v: "0.55", logo: "home-assistant.png"},
{url:"/components/sensor.history_stats/", title:"History Statistics Sensor", cat:"sensor", featured: false, v: "0.39", logo: "home-assistant.png"},
{url:"/components/device_tracker.hitron_coda/", title:"Hitron CODA Routers", cat:"presence-detection", featured: false, v: "0.58", logo: "hitron.png"},
{url:"/components/homematic/", title:"Homematic", cat:"hub", featured: false, v: "0.0", logo: "homematic.png"},
{url:"/components/binary_sensor.homematic/", title:"Homematic Binary Sensor", cat:"binary-sensor", featured: false, v: "0.23", logo: "homematic.png"},
{url:"/components/cover.homematic/", title:"Homematic Cover", cat:"cover", featured: false, v: "0.27", logo: "homematic.png"},
@ -489,6 +490,7 @@ var allComponents = [
{url:"/components/light.lifx/", title:"LIFX", cat:"light", featured: false, v: "0.12", logo: "lifx.png"},
{url:"/components/scene.lifx_cloud/", title:"LIFX Cloud Scenes", cat:"scene", featured: false, v: "0.43", logo: "lifx.png"},
{url:"/components/lirc/", title:"LIRC", cat:"automation", featured: false, v: "0.21", logo: "lirc.gif"},
{url:"/components/sensor.lacrosse/", title:"LaCrosse Sensor", cat:"sensor", featured: false, v: "0.58", logo: "home-assistant.png"},
{url:"/components/lametric/", title:"LaMetric", cat:"hub", featured: false, v: "0.49", logo: "lametric.png"},
{url:"/components/notify.lametric/", title:"LaMetric Notify", cat:"notifications", featured: false, v: "0.49", logo: "lametric.png"},
{url:"/components/notify.lannouncer/", title:"Lannouncer", cat:"notifications", featured: false, v: "0.36", logo: "lannouncer.png"},
@ -812,6 +814,7 @@ var allComponents = [
{url:"/components/camera.synology/", title:"Synology Camera", cat:"camera", featured: false, v: "0.31", logo: "synology.png"},
{url:"/components/sensor.synologydsm/", title:"SynologyDSM Sensor", cat:"system-monitor", featured: false, v: "0.32", logo: "synology.png"},
{url:"/components/notify.syslog/", title:"Syslog", cat:"notifications", featured: false, v: "0.7", logo: "syslog.png"},
{url:"/components/system_log/", title:"System Log", cat:"other", featured: false, v: "0.58", logo: "home-assistant.png"},
{url:"/components/sensor.systemmonitor/", title:"System Monitor", cat:"system-monitor", featured: false, v: "0.7", logo: "system_monitor.png"},
{url:"/components/sensor.sytadin/", title:"Sytadin Sensor", cat:"sensor", featured: false, v: "0.57", logo: "sytadin.png"},
{url:"/components/binary_sensor.tcp/", title:"TCP Binary Sensor", cat:"binary-sensor", featured: false, v: "0.14", logo: "tcp_ip.png"},
@ -863,6 +866,7 @@ var allComponents = [
{url:"/components/binary_sensor.threshold/", title:"Threshold Binary Sensor", cat:"binary-sensor", featured: false, v: "0.34", logo: "home-assistant.png"},
{url:"/components/sensor.tibber/", title:"Tibber", cat:"sensor", featured: false, v: "0.55", logo: "tibber.png"},
{url:"/components/light.tikteck/", title:"Tikteck", cat:"light", featured: false, v: "0.36", logo: ""},
{url:"/components/device_tracker.tile/", title:"Tile", cat:"presence-detection", featured: false, v: "0.58", logo: "tile.png"},
{url:"/components/sensor.time_date/", title:"Time & Date", cat:"calendar", featured: false, v: "0.7", logo: "home-assistant.png"},
{url:"/components/timer/", title:"Timer", cat:"automation", featured: false, v: "0.57", logo: "home-assistant.png"},
{url:"/components/calendar.todoist/", title:"Todoist", cat:"calendar", featured: false, v: "0.54", logo: "todoist.png"},
@ -921,11 +925,16 @@ var allComponents = [
{url:"/components/sensor.verisure/", title:"Verisure Sensor", cat:"sensor", featured: false, v: "0.0", logo: "verisure.png"},
{url:"/components/switch.verisure/", title:"Verisure SmartPlug", cat:"switch", featured: false, v: "0.0", logo: "verisure.png"},
{url:"/components/sensor.version/", title:"Version Sensor", cat:"sensor", featured: false, v: "0.52", logo: "home-assistant.png"},
{url:"/components/sensor.viaggiatreno/", title:"ViaggiaTreno Italian Railroads", cat:"transport", featured: false, v: "0.58", logo: "train.png"},
{url:"/components/media_player.vizio/", title:"Vizio SmartCast TV", cat:"media-player", featured: false, v: "0.49", logo: "vizio-smartcast.png"},
{url:"/components/tts.voicerss/", title:"VoiceRSS", cat:"text-to-speech", featured: false, v: "0.35", logo: "voicerss.png"},
{url:"/components/media_player.volumio/", title:"Volumio Media Player", cat:"media-player", featured: false, v: "0.41", logo: "volumio.png"},
{url:"/components/device_tracker.volvooncall/", title:"Volvo On Call", cat:"presence-detection", featured: false, v: "0.30", logo: "volvo.png"},
{url:"/components/volvooncall/", title:"Volvo On Call", cat:"hub", featured: false, v: "0.39", logo: "volvo.png"},
{url:"/components/vultr/", title:"Vultr", cat:"hub", featured: false, v: "0.58", logo: "vultr.png"},
{url:"/components/binary_sensor.vultr/", title:"Vultr Binary Sensor", cat:"system-monitor", featured: false, v: "0.58", logo: "vultr.png"},
{url:"/components/sensor.vultr/", title:"Vultr Sensor", cat:"system-monitor", featured: false, v: "0.58", logo: "vultr.png"},
{url:"/components/switch.vultr/", title:"Vultr Switch", cat:"switch", featured: false, v: "0.58", logo: "vultr.png"},
{url:"/components/sensor.vasttrafik/", title:"Västtrafik Public Transport", cat:"transport", featured: false, v: "0.30", logo: "vasttrafik.png"},
{url:"/components/wake_on_lan/", title:"Wake on LAN", cat:"utility", featured: false, v: "0.49", logo: "ethernet.png"},
{url:"/components/switch.wake_on_lan/", title:"Wake on LAN Switch", cat:"switch", featured: false, v: "0.16", logo: "ethernet.png"},
@ -1026,6 +1035,7 @@ var allComponents = [
{url:"/components/binary_sensor.mystrom/", title:"myStrom Binary Sensor", cat:"binary-sensor", featured: false, v: "0.45", logo: "mystrom.png"},
{url:"/components/switch.mystrom/", title:"myStrom Switch", cat:"switch", featured: false, v: "0.9", logo: "mystrom.png"},
{url:"/components/light.mystrom/", title:"myStrom WiFi Bulb", cat:"light", featured: false, v: "0.43", logo: "mystrom.png"},
{url:"/components/sensor.pyload/", title:"pyLoad Sensor", cat:"downloading", featured: false, v: "0.58", logo: "pyload.png"},
false
];
allComponents.pop(); // remove placeholder element at the end
@ -1421,11 +1431,12 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.haveibeenpwned/'>HaveIBeenPwned Sensor</a></li>
<li><a href='/components/climate.heatmiser/'>Heatmiser Thermostat</a></li>
<li><a href='/components/binary_sensor.hikvision/'>Hikvision Binary Sensor</a></li>
<li><a href='/components/switch.hikvision/'>Hikvision Camera Switch</a></li>
<li><a href='/components/switch.hikvisioncam/'>Hikvision Camera Switch</a></li>
<li><a href='/components/notify.hipchat/'>HipChat</a></li>
<li><a href='/components/history/'>History</a></li>
<li><a href='/components/history_graph/'>History Graph</a></li>
<li><a href='/components/sensor.history_stats/'>History Statistics Sensor</a></li>
<li><a href='/components/device_tracker.hitron_coda/'>Hitron CODA Routers</a></li>
<li><a href='/components/homematic/'>Homematic</a></li>
<li><a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a></li>
<li><a href='/components/cover.homematic/'>Homematic Cover</a></li>
@ -1505,6 +1516,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/light.lifx/'>LIFX</a></li>
<li><a href='/components/scene.lifx_cloud/'>LIFX Cloud Scenes</a></li>
<li><a href='/components/lirc/'>LIRC</a></li>
<li><a href='/components/sensor.lacrosse/'>LaCrosse Sensor</a></li>
<li><a href='/components/lametric/'>LaMetric</a></li>
<li><a href='/components/notify.lametric/'>LaMetric Notify</a></li>
<li><a href='/components/notify.lannouncer/'>Lannouncer</a></li>
@ -1828,6 +1840,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/camera.synology/'>Synology Camera</a></li>
<li><a href='/components/sensor.synologydsm/'>SynologyDSM Sensor</a></li>
<li><a href='/components/notify.syslog/'>Syslog</a></li>
<li><a href='/components/system_log/'>System Log</a></li>
<li><a href='/components/sensor.systemmonitor/'>System Monitor</a></li>
<li><a href='/components/sensor.sytadin/'>Sytadin Sensor</a></li>
<li><a href='/components/binary_sensor.tcp/'>TCP Binary Sensor</a></li>
@ -1879,6 +1892,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/binary_sensor.threshold/'>Threshold Binary Sensor</a></li>
<li><a href='/components/sensor.tibber/'>Tibber</a></li>
<li><a href='/components/light.tikteck/'>Tikteck</a></li>
<li><a href='/components/device_tracker.tile/'>Tile</a></li>
<li><a href='/components/sensor.time_date/'>Time & Date</a></li>
<li><a href='/components/timer/'>Timer</a></li>
<li><a href='/components/calendar.todoist/'>Todoist</a></li>
@ -1937,11 +1951,16 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.verisure/'>Verisure Sensor</a></li>
<li><a href='/components/switch.verisure/'>Verisure SmartPlug</a></li>
<li><a href='/components/sensor.version/'>Version Sensor</a></li>
<li><a href='/components/sensor.viaggiatreno/'>ViaggiaTreno Italian Railroads</a></li>
<li><a href='/components/media_player.vizio/'>Vizio SmartCast TV</a></li>
<li><a href='/components/tts.voicerss/'>VoiceRSS</a></li>
<li><a href='/components/media_player.volumio/'>Volumio Media Player</a></li>
<li><a href='/components/device_tracker.volvooncall/'>Volvo On Call</a></li>
<li><a href='/components/volvooncall/'>Volvo On Call</a></li>
<li><a href='/components/vultr/'>Vultr</a></li>
<li><a href='/components/binary_sensor.vultr/'>Vultr Binary Sensor</a></li>
<li><a href='/components/sensor.vultr/'>Vultr Sensor</a></li>
<li><a href='/components/switch.vultr/'>Vultr Switch</a></li>
<li><a href='/components/sensor.vasttrafik/'>Västtrafik Public Transport</a></li>
<li><a href='/components/wake_on_lan/'>Wake on LAN</a></li>
<li><a href='/components/switch.wake_on_lan/'>Wake on LAN Switch</a></li>
@ -2042,6 +2061,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/binary_sensor.mystrom/'>myStrom Binary Sensor</a></li>
<li><a href='/components/switch.mystrom/'>myStrom Switch</a></li>
<li><a href='/components/light.mystrom/'>myStrom WiFi Bulb</a></li>
<li><a href='/components/sensor.pyload/'>pyLoad Sensor</a></li>
</ul>
</noscript>
</article>

View file

@ -326,6 +326,9 @@ This component has been disabled due to a complaint by Insteon. It will be enabl
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -347,6 +347,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -368,6 +368,9 @@ default is not correct.</p>
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -135,6 +135,9 @@
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -419,6 +419,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -368,6 +368,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -315,6 +315,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -218,6 +218,9 @@ When the keyboard reconnects, an event <code class="highlighter-rouge">keyboard_
<li>
<a href='/components/plant/'>Plant monitor</a>
</li>
<li>
<a href='/components/system_log/'>System Log</a>
</li>
<li>
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
</li>

View file

@ -378,6 +378,9 @@
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

View file

@ -76,6 +76,9 @@
<hr class="divider">
<p>The <a href="http://www.knx.org">KNX</a> integration for Home Assistant allows you to connect to a KNX/IP devices.</p>
<p>The component requires a local KNX/IP interface like the <a href="http://www.weinzierl.de/index.php/en/all-knx/knx-devices-en/knx-ip-interface-730-en">Weinzierl 730</a>. Through this, it will send and receive commands to and from other devices to the KNX bus.</p>
<p class="note warning">
Please note, the <code class="highlighter-rouge">knx</code> platform does not support Windows and needs at least python version 3.5.
</p>
<p>There is currently support for the following device types within Home Assistant:</p>
<ul>
<li><a href="/components/binary_sensor.knx">Binary Sensor</a></li>
@ -396,6 +399,9 @@ Service Data: {"address": "1/0/15", "payload": 0}
<li>
<a href='/components/volvooncall/'>Volvo On Call</a>
</li>
<li>
<a href='/components/vultr/'>Vultr</a>
</li>
<li>
<a href='/components/wink/'>Wink</a>
</li>

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