Site updated at 2016-08-05 16:48:03 UTC
This commit is contained in:
parent
126fcc652a
commit
e8639c0f97
22 changed files with 48 additions and 45 deletions
|
@ -106,16 +106,19 @@ Make sure you copy the newly saved <code>zwcfg_[home_id].xml</code>into your Hom
|
|||
This can be virtually anything, so tests have to be made to determine what value equals what.<br />
|
||||
You can use this for automations.</p>
|
||||
|
||||
<p>Example:<br />
|
||||
<code>yaml
|
||||
- alias: Minimote Button Pressed
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: zwave.basic_level
|
||||
event_data:
|
||||
object_id: aeon_labs_minimote_1
|
||||
basic_level: 255
|
||||
</code></p>
|
||||
<p>Example:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre> - <span class="string"><span class="content">alias: Minimote Button Pressed</span></span>
|
||||
<span class="key">trigger</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">event</span></span>
|
||||
<span class="key">event_type</span>: <span class="string"><span class="content">zwave.basic_level</span></span>
|
||||
<span class="key">event_data</span>:
|
||||
<span class="key">object_id</span>: <span class="string"><span class="content">aeon_labs_minimote_1</span></span>
|
||||
<span class="key">basic_level</span>: <span class="string"><span class="content">255</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h5><a class="title-link" name="event-scene_id-for-automation" href="#event-scene_id-for-automation"></a> Event scene_id for automation</h5>
|
||||
<p>HomeAssistant will trigger a event when a scene is activated by a node in the zwave network.<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue