Site updated at 2016-05-27 13:51:20 UTC
This commit is contained in:
parent
3b62983369
commit
2d782398a3
33 changed files with 62 additions and 45 deletions
|
@ -122,7 +122,7 @@
|
|||
<li><a href='/components/light.zwave/'>
|
||||
Z-Wave Light
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zwave/'>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<li><a href='/components/light.zwave/'>
|
||||
Z-Wave Light
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zwave/'>
|
||||
|
|
|
@ -148,10 +148,6 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='#locks' class="btn">Locks</a>
|
||||
|
||||
|
||||
|
||||
<a href='#media-player' class="btn">Media Player</a>
|
||||
|
||||
|
||||
|
@ -3906,8 +3902,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/locks.zwave/'
|
||||
class='locks'
|
||||
<a href='/components/lock.zwave/'
|
||||
class='lock'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -3915,7 +3911,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
</div>
|
||||
<div class='title'>Z-Wave Lock</div>
|
||||
<div class='category'>Locks</div>
|
||||
<div class='category'>Lock</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
<li><a href='/components/hvac.zwave/'>
|
||||
Z-Wave HVAC
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zwave/'>
|
||||
|
|
|
@ -204,6 +204,9 @@ Make sure that your topic match exact. <code>some-topic/</code> and <code>some-t
|
|||
<li>
|
||||
<a href='/components/lock.wink/'>Wink Lock</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lock.zwave/'>Z-Wave Lock</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
<li>
|
||||
<a href='/components/lock.wink/'>Wink Lock</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lock.zwave/'>Z-Wave Lock</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
Wink Lock
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lock.zwave/'>Z-Wave Lock</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
<meta name="description" content="Instructions how to setup the Z-Wave Locks within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/locks.zwave/">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/lock.zwave/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Z-Wave Lock">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/locks.zwave/">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/lock.zwave/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Z-Wave Locks within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
@ -103,7 +103,7 @@
|
|||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/_components/locks.zwave.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/_components/lock.zwave.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/z-wave.png' />
|
||||
</div>
|
||||
|
@ -112,7 +112,7 @@
|
|||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href=''>the component</a>.
|
||||
<a href='/components/lock/'>the Locks component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
|
@ -141,8 +141,17 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Locks</h1>
|
||||
<h1 class="title delta">Category Lock</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/lock.mqtt/'>MQTT Lock</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lock.verisure/'>Verisure Lock</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lock.wink/'>Wink Lock</a>
|
||||
</li>
|
||||
<li>
|
||||
Z-Wave Lock
|
||||
</li>
|
|
@ -149,6 +149,9 @@
|
|||
<li><a href='/components/lock.wink/'>
|
||||
Wink Lock
|
||||
</a></li>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
<li><a href='/components/light.zwave/'>
|
||||
Z-Wave Light
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/switch.zwave/'>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<li><a href='/components/light.zwave/'>
|
||||
Z-Wave Light
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zwave/'>
|
||||
|
|
|
@ -135,7 +135,7 @@ If the thermostat support different operationg modes, you will get one thermosta
|
|||
<li><a href='/components/light.zwave/'>
|
||||
Z-Wave Light
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zwave/'>
|
||||
|
|
|
@ -371,7 +371,7 @@ to help keep a zwave network running relliably. For example:</p>
|
|||
<li><a href='/components/light.zwave/'>
|
||||
Z-Wave Light
|
||||
</a></li>
|
||||
<li><a href='/components/locks.zwave/'>
|
||||
<li><a href='/components/lock.zwave/'>
|
||||
Z-Wave Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zwave/'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue