Site updated at 2018-01-28 22:02:31 UTC
This commit is contained in:
parent
57a21e9eb0
commit
01b474f87c
268 changed files with 412 additions and 412 deletions
|
@ -117,7 +117,7 @@ Battery powered devices need to be awake before you can use the Z-Wave control p
|
|||
<p>This is a dropdown where you can select all the entities of this node. Once selected you can then use:</p>
|
||||
<ul>
|
||||
<li><strong>Refresh Entity</strong> to refresh just that entity’s values</li>
|
||||
<li><strong>Entity Attributes</strong> to display the attributes of that entity (eg it’s friendly name, the ID of the node, etc)</li>
|
||||
<li><strong>Entity Attributes</strong> to display the attributes of that entity (eg its friendly name, the ID of the node, etc)</li>
|
||||
</ul>
|
||||
<p>Here you can mark a device as requiring polling so the controller is aware of changes because the device doesn’t send updates itself. Do see the information on <a href="/docs/z-wave/devices/#polling">polling here</a>, since excessive polling can break your Z-Wave network.</p>
|
||||
<p>The <strong>Polling intensity</strong> says how many poll intervals does is this device polled on. For example, if you set 2 then it’s polled on every second interval.</p>
|
||||
|
|
|
@ -211,7 +211,7 @@ This is a work in progress, based upon reports in the forum, the author’s own
|
|||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>If your device has an <code class="highlighter-rouge">burglar</code> entity, but not a <code class="highlighter-rouge">binary_sensor</code> equivalent, you can use a <a href="/components/binary_sensor.template/">template binary sensor</a> to create one:</p>
|
||||
<p>If your device has a <code class="highlighter-rouge">burglar</code> entity, but not a <code class="highlighter-rouge">binary_sensor</code> equivalent, you can use a <a href="/components/binary_sensor.template/">template binary sensor</a> to create one:</p>
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>binary_sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>cancel_command</td>
|
||||
<td>Cancels a running Z-Wave command. If you have started a add_node or remove_node command, and decide you are not going to do it, then this must be used to stop the inclusion/exclusion command.</td>
|
||||
<td>Cancels a running Z-Wave command. If you have started an add_node or remove_node command, and decide you are not going to do it, then this must be used to stop the inclusion/exclusion command.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>change_association</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue