Site updated at 2016-09-29 04:44:35 UTC
This commit is contained in:
parent
ddacba981c
commit
709c211c8f
482 changed files with 11714 additions and 1562 deletions
|
@ -7,7 +7,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Z-Wave USB Controllers - Home Assistant</title>
|
||||
<title>Z-Wave Controllers - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Extended instructions how to setup Z-Wave.">
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
<link rel="canonical" href="https://home-assistant.io/getting-started/z-wave-controllers/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Z-Wave USB Controllers">
|
||||
<meta property="og:title" content="Z-Wave Controllers">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/getting-started/z-wave-controllers/">
|
||||
<meta property="og:type" content="website">
|
||||
|
@ -25,7 +25,7 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Z-Wave USB Controllers">
|
||||
<meta name="twitter:title" content="Z-Wave Controllers">
|
||||
<meta name="twitter:description" content="Extended instructions how to setup Z-Wave.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Z-Wave USB Controllers
|
||||
Z-Wave Controllers
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
@ -92,10 +92,10 @@
|
|||
<p>Z-Wave is a popular home automation protocol that is not always straightforward to setup. This page will try to help you make sense of it all.</p>
|
||||
|
||||
<p class="note">
|
||||
Upon first run, the z-wave component will take time to initialize entities and entities may appear with incomplete names. Running a network heal may expidite this proccess.
|
||||
Upon first run, the <code class="highlighter-rouge">zwave</code> component will take time to initialize entities and entities may appear with incomplete names. Running a network heal may expidite this proccess.
|
||||
</p>
|
||||
|
||||
<h2><a class="title-link" name="supported-z-wave-sticks" href="#supported-z-wave-sticks"></a> Supported Z-Wave Sticks</h2>
|
||||
<h2><a class="title-link" name="supported-z-wave-usb-sticks--hardware-modules" href="#supported-z-wave-usb-sticks--hardware-modules"></a> Supported Z-Wave USB Sticks & Hardware Modules</h2>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -119,6 +119,12 @@ Upon first run, the z-wave component will take time to initialize entities and e
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pine64 Z-Wave Module</td>
|
||||
<td>✓</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Razberry GPIO Module</td>
|
||||
<td>✓</td>
|
||||
|
@ -140,6 +146,7 @@ Upon first run, the z-wave component will take time to initialize entities and e
|
|||
|
||||
<ul>
|
||||
<li><a href="/components/vera/">Vera</a></li>
|
||||
<li><a href="/components/wink/">Wink</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -202,7 +209,7 @@ Upon first run, the z-wave component will take time to initialize entities and e
|
|||
<li>
|
||||
<a href='/getting-started/z-wave/'>Z-Wave </a>
|
||||
<ul>
|
||||
<li><a class='active' href='/getting-started/z-wave-controllers/'>USB Controllers </a></li>
|
||||
<li><a class='active' href='/getting-started/z-wave-controllers/'>Controllers </a></li>
|
||||
<li><a href='/getting-started/z-wave-settings/'>Modifying Settings </a></li>
|
||||
<li><a href='/getting-started/z-wave-device-specific/'>Device Specific </a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue