Site updated at 2018-01-27 05:27:50 UTC
This commit is contained in:
parent
0e5bccf933
commit
d499361ff7
853 changed files with 12458 additions and 2552 deletions
|
@ -348,6 +348,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -405,6 +408,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -516,6 +522,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -218,6 +218,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -275,6 +278,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -386,6 +392,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -213,6 +213,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -270,6 +273,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -381,6 +387,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
<ul>
|
||||
<li><a href="#i-want-to-build-custom-commands-to-use-with-echo">Build custom commands to use</a></li>
|
||||
<li><a href="#flash-briefing-skills">Create a new Flash Briefing source</a></li>
|
||||
<li><a href="#smart-home">Use the Smart Home API to control lights, etc</a></li>
|
||||
<li>Alternative: use the <a href="/components/emulated_hue/">Emulated Hue component</a> to trick Alexa to thinking Home Assistant is a Philips Hue hub.</li>
|
||||
</ul>
|
||||
<p>Amazon has released <a href="https://echosim.io/">Echosim</a>, a website that simulates the Alexa service in your browser. That way it is easy to test your skills without having access to a physical Amazon Echo.</p>
|
||||
|
@ -355,6 +356,42 @@ Custom slot type for script support.
|
|||
</li>
|
||||
<li>To invoke your flash briefing, open the Alexa app on your phone or go to the <a href="http://alexa.amazon.com/">Alexa Settings Site</a>, open the “Skills” configuration section, select “Your Skills”, scroll to the bottom, tap on the Flash Briefing Skill you just created, enable it, then manage Flash Briefing and adjust ordering as necessary. Finally ask your Echo for your “news”,”flash briefing”, or “briefing”.</li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="smart-home" href="#smart-home"></a> Smart Home</h2>
|
||||
<p>While the Skills API described above allows for arbitrary intents, all
|
||||
utterances must begin with “Alexa, tell $invocation_name …”</p>
|
||||
<p>The <a href="/components/emulated_hue/">Emulated Hue component</a> provides a simpler
|
||||
interface such as, “Alexa, turn on the kitchen light”. However it has some
|
||||
limitations since everything looks like a light bulb.</p>
|
||||
<p>Amazon provides a Smart Home API for richer home automation control. It takes
|
||||
considerable effort to configure. The easy solution is to use
|
||||
<a href="/components/cloud/">Home Assistant Cloud</a>.</p>
|
||||
<p>If you don’t want to use Home Assistant Cloud and are willing to do the
|
||||
integration work yourself, Home Assistant can expose an HTTP API which makes
|
||||
the integration work easier. Example configuration:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">alexa</span><span class="pi">:</span>
|
||||
<span class="s">smart_home</span><span class="pi">:</span>
|
||||
<span class="s">filter</span><span class="pi">:</span>
|
||||
<span class="s">include_entities</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">light.kitchen</span>
|
||||
<span class="pi">-</span> <span class="s">light.kitchen_left</span>
|
||||
<span class="s">include_domains</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">switch</span>
|
||||
<span class="s">exclude_entities</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">switch.outside</span>
|
||||
<span class="s">entity_config</span><span class="pi">:</span>
|
||||
<span class="s">light.kitchen</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Custom Name for Alexa</span>
|
||||
<span class="s">description</span><span class="pi">:</span> <span class="s">The light in the kitchen</span>
|
||||
<span class="s">switch.stairs</span><span class="pi">:</span>
|
||||
<span class="s">display_categories</span><span class="pi">:</span> <span class="s">LIGHT</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>This exposes an HTTP POST endpoint at <code class="highlighter-rouge">http://your_hass_ip/api/alexa/smart_home</code>
|
||||
which accepts and returns messages conforming to the
|
||||
<a href="https://developer.amazon.com/docs/smarthome/smart-home-skill-api-message-reference.html">Smart Home v3 payload</a>.
|
||||
You must then create an Amazon developer account with an Alexa skill and Lambda
|
||||
function to integrate this endpoint. See
|
||||
<a href="https://github.com/auchter/haaska">Haaska</a> for an example.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
|
@ -217,6 +217,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -274,6 +277,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -385,6 +391,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -252,6 +252,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -309,6 +312,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -420,6 +426,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -180,6 +180,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -237,6 +240,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -348,6 +354,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
218
components/api/index.html
Normal file
218
components/api/index.html
Normal file
|
@ -0,0 +1,218 @@
|
|||
<!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>API - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the RESTful API within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/api/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="API">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/api/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the RESTful API 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="API">
|
||||
<meta name="twitter:description" content="Instructions how to setup the RESTful API 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">
|
||||
API
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">api</code> component exposes a RESTful API and allows one to interact with a Home Assistant instance that is running headless. This component depends on the <a href="/components/http/"><code class="highlighter-rouge">http</code> component</a>.</p>
|
||||
<p class="note warning">
|
||||
It is HIGHLY recommended that you set the <code class="highlighter-rouge">api_password</code>, especially if you are planning to expose your installation to the internet.
|
||||
</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">api</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>For details to use the API, please refer to the <a href="/developers/rest_api/">REST API</a> or the <a href="/developers/python_api/">Python REST API documentation</a> in the “Developer” section.</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/api.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/home-assistant.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Other</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
API
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/configurator/'>Configurator</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/demo/'>Demo platforms</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/discovery/'>Discovery</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/dominos/'>Dominos Pizza</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/frontend/'>Frontend</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/introduction/'>Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/keyboard_remote/'>Keyboard Remote</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mqtt_eventstream/'>MQTT Eventstream</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mqtt_statestream/'>MQTT Statestream</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/map/'>Map</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/persistent_notification/'>Persistent notification</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/plant/'>Plant monitor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/system_log/'>System Log</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.upnp/'>UPNP Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/upnp/'>UPnP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/updater/'>Updater</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/websocket_api/'>Websocket API</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zeroconf/'>Zeroconf/Avahi/Bonjour</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -274,6 +274,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -331,6 +334,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -442,6 +448,9 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -202,6 +202,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -259,6 +262,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -370,6 +376,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -117,6 +117,9 @@ Communication between the Asterisk PBX server and the Home Assistant server is p
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Other</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/api/'>API</a>
|
||||
</li>
|
||||
<li>
|
||||
Asterisk Voicemail
|
||||
</li>
|
||||
|
@ -174,6 +177,9 @@ Communication between the Asterisk PBX server and the Home Assistant server is p
|
|||
<li>
|
||||
<a href='/components/updater/'>Updater</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/websocket_api/'>Websocket API</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zeroconf/'>Zeroconf/Avahi/Bonjour</a>
|
||||
</li>
|
||||
|
|
|
@ -265,6 +265,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -322,6 +325,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -433,6 +439,9 @@ Any specific levels for triggers needs to be configured on the device.
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -215,6 +215,9 @@ file:</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -189,6 +189,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -201,6 +201,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -215,6 +215,9 @@ This sensor is not suitable for fast state changes because there is a high possi
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -188,6 +188,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -194,6 +194,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -243,6 +243,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -211,6 +211,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -186,6 +186,9 @@ To get your Blink binary sensors working with Home Assistant, follow the instruc
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -206,6 +206,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -243,6 +243,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -189,6 +189,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -212,6 +212,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -193,6 +193,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -185,6 +185,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -226,6 +226,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -189,6 +189,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -196,6 +196,9 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -217,6 +217,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -195,6 +195,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -266,6 +266,9 @@ binary_sensor.home_line_crossing_2
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -201,6 +201,9 @@ Full configuration details can be found on the main <a href="/components/hive/">
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -197,6 +197,9 @@
|
|||
<li>
|
||||
Homematic Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -233,6 +233,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
433
components/binary_sensor.ihc/index.html
Normal file
433
components/binary_sensor.ihc/index.html
Normal file
|
@ -0,0 +1,433 @@
|
|||
<!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>IHC Binary Sensor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate IHC Binary Sensors within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.ihc/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="IHC Binary Sensor">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.ihc/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate IHC 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="IHC Binary Sensor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate IHC 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">
|
||||
IHC Binary Sensor
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Before you can use the IHC Binary Sensor platform, you must setup the <a href="/components/ihc/">IHC Component</a></p>
|
||||
<p>When auto setup is enabled the following products will be found in the IHC project and setup as binary sensors:</p>
|
||||
<ul>
|
||||
<li>Dataline magnet contacts</li>
|
||||
<li>Dataline Pir sensors</li>
|
||||
<li>Dataline Pir sensors with twilight detection</li>
|
||||
<li>Dataline Pir alarm sensor</li>
|
||||
<li>Dataline smoke detector</li>
|
||||
<li>Dataline gas detector</li>
|
||||
<li>Dataline light sensor</li>
|
||||
</ul>
|
||||
<p>To manually configure IHC Binary Sensors insert this section in your configuration:</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">ihc</span>
|
||||
<span class="s">binary_sensors</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">id</span><span class="pi">:</span> <span class="s">12345</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">mysensor</span>
|
||||
<span class="s">type</span><span class="pi">:</span> <span class="s">opening</span>
|
||||
<span class="s">inverting</span><span class="pi">:</span> <span class="s">True</span>
|
||||
<span class="pi">-</span> <span class="s">id</span><span class="pi">:</span> <span class="s">12346</span>
|
||||
<span class="s">...</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="binary_sensors" href="#binary_sensors"></a> binary_sensors</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="map">map</span>)</span><span class="required">(Optional)</span><span class="description">List of binary sensors to setup manually.</span></p>
|
||||
</dd>
|
||||
<dd>
|
||||
<dl class="nested">
|
||||
<dt><a class="title-link" name="id" href="#id"></a> id</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="int">int</span>)</span><span class="required">(Required)</span><span class="description">The IHC resource id.</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="inverting" href="#inverting"></a> inverting</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="bool">bool</span>)</span><span class="required">(Optional)</span><span class="description">If True the sensor will be inverted.</span></p>
|
||||
<p class="default">Default value: false</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 of the component</span></p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="type" href="#type"></a> type</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The binary sensor type. See <a href="/components/binary_sensor/">Home Assistant binary sensor</a> for available types.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<p>The resource id should be an id of a boolean IHC resource.
|
||||
For more information about IHC resource ids see <a href="/components/ihc/#manual-setup">Manual Setup</a></p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/binary_sensor.ihc.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/ihc.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.62
|
||||
</div>
|
||||
<div class='section'>
|
||||
Source:
|
||||
<a href='https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/binary_sensor/ihc.py'>binary_sensor/ihc.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/ihc/'>
|
||||
IHC
|
||||
</a></li>
|
||||
<li><a href='/components/light.ihc/'>
|
||||
IHC Light
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.ihc/'>
|
||||
IHC Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.ihc/'>
|
||||
IHC Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Binary Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ads/'>ADS Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.abode/'>Abode Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.alarmdecoder/'>AlarmDecoder Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.android_ip_webcam/'>Android IP Webcam Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.aurora/'>Aurora sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.axis/'>Axis Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bayesian/'>Bayesian Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bbb_gpio/'>BeagleBone Black GPIO Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.blink/'>Blink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.bloomsky/'>BloomSky Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.command_line/'>Command line Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.concord232/'>Concord232 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ecobee/'>Ecobee Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.eight_sleep/'>Eight Sleep Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.enocean/'>EnOcean Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.envisalink/'>Envisalink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ffmpeg_motion/'>FFmpeg Motion Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ffmpeg_noise/'>FFmpeg Noise Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.flic/'>Flic Smart Button</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.http/'>HTTP Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.hikvision/'>Hikvision Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.hive/'>Hive Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
IHC Binary Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.insteon_plm/'>Insteon PLM Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.iss/'>International Space Station</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.knx/'>KNX Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mqtt/'>MQTT Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.raincloud/'>Melnor Raincloud Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.modbus/'>Modbus Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mysensors/'>MySensors Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.nx584/'>NX584 zones</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.nest/'>Nest Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.netatmo/'>Netatmo Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.octoprint/'>OctoPrint Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_pfio/'>PiFace Digital I/O Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.pilight/'>Pilight Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ping/'>Ping (ICMP) Binary sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rest/'>RESTful Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rfxtrx/'>RFXtrx Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.raspihats/'>Raspihats Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ring/'>Ring Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.spc/'>SPC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.satel_integra/'>Satel Integra Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.skybell/'>Skybell Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.sleepiq/'>SleepIQ Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tcp/'>TCP Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tellduslive/'>Telldus Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.template/'>Template Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.tesla/'>Tesla Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.threshold/'>Threshold Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.trend/'>Trend Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.velbus/'>Velbus sensors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.vera/'>Vera Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.verisure/'>Verisure Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.wink/'>Wink Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.workday/'>Workday Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.xiaomi_aqara/'>Xiaomi Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zwave/'>Z-Wave Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zigbee/'>ZigBee Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.zha/'>ZigBee Home Automation Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.arest/'>aREST Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.deconz/'>deCONZ Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.gc100/'>gc100 Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.mystrom/'>myStrom Binary Sensor</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
|
||||
indexName: 'home-assistant',
|
||||
inputSelector: '#search',
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
document.querySelector('.search .close').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'none';
|
||||
});
|
||||
document.querySelector('.show-search').addEventListener('click', function(ev) {
|
||||
ev.preventDefault();
|
||||
document.querySelector('.search-container').style.display = 'block';
|
||||
document.getElementById('toggle').checked = false;
|
||||
document.querySelector('.search-container input').focus();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -187,6 +187,9 @@ component.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@ If you set <code class="highlighter-rouge">show_on_map</code> <code class="highl
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
ISY994 Binary Sensor
|
||||
</li>
|
||||
|
|
|
@ -244,6 +244,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<li>
|
||||
<a href='/components/climate.toon/'>Toon Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.venstar/'>Venstar Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.vera/'>Vera Thermostat</a>
|
||||
</li>
|
||||
|
|
|
@ -225,6 +225,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -297,6 +297,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -304,6 +304,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -230,6 +230,9 @@ The firmware version 2.26 doesn’t support TLS/SSL. This means that you are onl
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -232,6 +232,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -235,6 +235,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -211,6 +211,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@ You must have the <a href="/components/octoprint/">OctoPrint component</a> confi
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -217,6 +217,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -210,6 +210,9 @@ When run on Windows systems, the round trip time attributes are rounded to the n
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -202,6 +202,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -155,6 +155,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.bme280/'>BME280 Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.bme680/'>BME680 Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.bbox/'>Bbox Sensor</a>
|
||||
</li>
|
||||
|
@ -263,6 +266,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.homematic/'>Homematic Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ihc/'>IHC Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.imap_email_content/'>IMAP Email Content</a>
|
||||
</li>
|
||||
|
@ -407,6 +413,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.tank_utility/'>Tank Utility Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.teksavvy/'>TekSavvy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.tellstick/'>TellStick Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -253,6 +253,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -303,6 +303,9 @@ User-Agent: Home Assistant
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -291,6 +291,9 @@ to configure your new devices and leave it off otherwise.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -203,6 +203,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -208,6 +208,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -211,6 +211,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -186,6 +186,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -211,6 +211,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -184,6 +184,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -186,6 +186,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -201,6 +201,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -181,6 +181,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -341,6 +341,9 @@ device tracking and Z-Wave multisensor presence sensors.</p>
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -198,6 +198,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -213,6 +213,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -229,6 +229,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -217,6 +217,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -203,6 +203,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -195,6 +195,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -226,6 +226,9 @@ The above devices are confirmed to work, but others may work as well.
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): A name for this sensor. Defaults to <em>Workday Sensor</em></li>
|
||||
<li><strong>country</strong> (<em>Required</em>): Country code according to <a href="https://pypi.python.org/pypi/holidays/0.8.1">holidays</a> notation.</li>
|
||||
<li><strong>province</strong> (<em>Optional</em>): Province code according to <a href="https://pypi.python.org/pypi/holidays/0.8.1">holidays</a> notation. Defaults to None.</li>
|
||||
<li><strong>country</strong> (<em>Required</em>): Country code according to <a href="https://pypi.python.org/pypi/holidays/0.9.3">holidays</a> notation.</li>
|
||||
<li><strong>province</strong> (<em>Optional</em>): Province code according to <a href="https://pypi.python.org/pypi/holidays/0.9.3">holidays</a> notation. Defaults to None.</li>
|
||||
<li><strong>workdays</strong> (<em>Optional</em>): List of workdays. Defaults to <code class="highlighter-rouge">mon</code>, <code class="highlighter-rouge">tue</code>, <code class="highlighter-rouge">wed</code>, <code class="highlighter-rouge">thu</code>, <code class="highlighter-rouge">fri</code>.</li>
|
||||
<li><strong>excludes</strong> (<em>Optional</em>): List of workday excludes. Defaults to <code class="highlighter-rouge">sat</code>, <code class="highlighter-rouge">sun</code>, <code class="highlighter-rouge">holiday</code>.</li>
|
||||
<li><strong>days_offset</strong> (<em>Optional</em>): Set days offset. Defaults to <code class="highlighter-rouge">0</code>.</li>
|
||||
|
@ -210,6 +210,9 @@ If you use the sensor for Canada (<code class="highlighter-rouge">CA</code>) wit
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -573,6 +573,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -202,6 +202,9 @@
|
|||
<li>
|
||||
<a href='/components/binary_sensor.homematic/'>Homematic Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.ihc/'>IHC Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.isy994/'>ISY994 Binary Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<li><a href='/components/binary_sensor.homematic/'>
|
||||
Homematic Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.ihc/'>
|
||||
IHC Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.isy994/'>
|
||||
ISY994 Binary Sensor
|
||||
</a></li>
|
||||
|
|
|
@ -228,6 +228,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -285,6 +288,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -396,6 +402,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ihc/'>IHC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
|
@ -244,6 +247,9 @@
|
|||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mychevy/'>MyChevy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
|
@ -355,6 +361,9 @@
|
|||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/waterfurnace/'>WaterFurnace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
|
@ -216,6 +216,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -203,6 +203,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -209,6 +209,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -212,6 +212,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -197,6 +197,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -201,6 +201,9 @@ To get your Blink cameras working with Home Assistant, follow the instructions f
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -206,6 +206,9 @@ This platform is meant for developers only.
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -209,6 +209,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -204,6 +204,9 @@ There seems to be some issues within Foscam with lengthy passwords and passwords
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -227,6 +227,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -201,6 +201,9 @@ The given <code class="highlighter-rouge">file_path</code> must be an existing f
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -213,6 +213,9 @@ There is a <a href="https://github.com/shazow/urllib3/issues/800" target="_blank
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
|
@ -242,6 +242,9 @@
|
|||
<li>
|
||||
<a href='/components/camera.verisure/'>Verisure Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.xeoma/'>Xeoma Camera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/camera.yi/'>Yi Home Camera</a>
|
||||
</li>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue