Site updated at 2017-10-07 19:25:24 UTC
This commit is contained in:
parent
8bbc40b5d1
commit
ef6d3b2ec0
678 changed files with 10476 additions and 2128 deletions
|
@ -179,7 +179,7 @@ The following services have only been confirmed on Schlage locks.
|
|||
<span class="s">sequence</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">service</span><span class="pi">:</span> <span class="s">wink.wink_set_lock_alarm_state</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">enabled</span><span class="pi">:</span> <span class="s">false</span>
|
||||
<span class="s">enabled</span><span class="pi">:</span> <span class="s">false</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="service-wink_set_lock_beeper_state" href="#service-wink_set_lock_beeper_state"></a> Service <code class="highlighter-rouge">wink_set_lock_beeper_state</code></h3>
|
||||
|
@ -246,6 +246,37 @@ The following services have only been confirmed on Schlage locks.
|
|||
<span class="s">enabled</span><span class="pi">:</span> <span class="s">false</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="service-wink_add_new_lock_key_code" href="#service-wink_add_new_lock_key_code"></a> Service <code class="highlighter-rouge">wink_add_new_lock_key_code</code></h3>
|
||||
<p>You can use the service wink/wink_add_new_lock_key_code to add a new user code to your Wink lock.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Service data attribute</th>
|
||||
<th>Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">entity_id</code></td>
|
||||
<td>no</td>
|
||||
<td>String or list of strings that point at <code class="highlighter-rouge">entity_id</code>s of locks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">name</code></td>
|
||||
<td>no</td>
|
||||
<td>the name of the new key code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">code</code></td>
|
||||
<td>no</td>
|
||||
<td>The new code. Must match length of existing codes.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p class="note">
|
||||
Calling service wink/pull_newly_added_wink_devices will add the new key code to Home Assistant. The device will also show up on the next restart of Home Assistant.
|
||||
</p>
|
||||
<p class="note">
|
||||
If supported by your lock, a binary sensor will be created for each user key code you have defined. These key codes will turn on when the code is entered and automatically turn off after a few seconds.
|
||||
</p>
|
||||
|
@ -280,6 +311,9 @@ If supported by your lock, a binary sensor will be created for each user key cod
|
|||
<li><a href='/components/binary_sensor.wink/'>
|
||||
Wink Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/climate.wink/'>
|
||||
Wink Climate
|
||||
</a></li>
|
||||
<li><a href='/components/cover.wink/'>
|
||||
Wink Cover
|
||||
</a></li>
|
||||
|
@ -298,9 +332,6 @@ If supported by your lock, a binary sensor will be created for each user key cod
|
|||
<li><a href='/components/switch.wink/'>
|
||||
Wink Switch
|
||||
</a></li>
|
||||
<li><a href='/components/climate.wink/'>
|
||||
Wink Thermostat
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue