Site updated at 2016-01-30 09:10:30 UTC

This commit is contained in:
Travis CI 2016-01-30 09:10:30 +00:00
parent ccd78535f9
commit 6d295bdd37
204 changed files with 7799 additions and 1345 deletions

View file

@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Command binary sensor - Home Assistant</title>
<title>Command line binary sensor - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to integrate Command binary sensors within Home Assistant.">
@ -15,7 +15,7 @@
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.command/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Command binary sensor">
<meta property="og:title" content="Command line binary sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.command/">
<meta property="og:type" content="article">
@ -25,7 +25,7 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Command binary sensor">
<meta name="twitter:title" content="Command line binary sensor">
<meta name="twitter:description" content="Instructions how to integrate Command binary sensors within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
@ -102,7 +102,7 @@
<article class="page">
<header>
<h1 class="title indent">
Command binary sensor
Command line binary sensor
</h1>
</header>
<hr class="divider">
@ -192,14 +192,20 @@
<h1 class="title delta">Category Binary Sensor</h1>
<ul class='divided'>
<li>
Command binary sensor
Command line binary sensor
</li>
<li>
<a href='/components/binary_sensor.mqtt/'>MQTT binary sensor</a>
</li>
<li>
<a href='/components/binary_sensor.nest/'>Nest binary sensor</a>
</li>
<li>
<a href='/components/binary_sensor.rest/'>RESTful binary sensor</a>
</li>
<li>
<a href='/components/binary_sensor.zigbee/'>ZigBee Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.arest/'>aREST binary sensor</a>
</li>