Site updated at 2016-08-28 03:57:42 UTC
This commit is contained in:
parent
55052fc648
commit
b9e6e98d2b
378 changed files with 14339 additions and 1626 deletions
|
@ -167,12 +167,13 @@ The name depends on if you chose to resolve names or not. If not, it will be the
|
|||
|
||||
<p><strong>Other events</strong></p>
|
||||
|
||||
<p><em>homematic.keypress</em> see above.
|
||||
<em>homematic.impulse</em> for impulse sensors with event_data ‘name’ and ‘channel’.</p>
|
||||
<p><em>homematic.keypress</em>: See above.</p>
|
||||
|
||||
<p><em>homematic.impulse</em>: For impulse sensors with event_data ‘name’ and ‘channel’.</p>
|
||||
|
||||
<p><strong>Service</strong></p>
|
||||
|
||||
<p><em>homematic/virtualkey</em> simulate a keypress on CCU/Homegear with device or virtual keys.</p>
|
||||
<p><em>homematic/virtualkey</em>: Simulate a keypress on CCU/Homegear with device or virtual keys.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="nn">...</span>
|
||||
|
||||
|
@ -185,6 +186,18 @@ The name depends on if you chose to resolve names or not. If not, it will be the
|
|||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p><em>homematic/set_value</em>: Set the value of a system variable.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="nn">...</span>
|
||||
|
||||
<span class="s">action</span><span class="pi">:</span>
|
||||
<span class="s">service</span><span class="pi">:</span> <span class="s">homematic.set_value</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">homematic.varname_bool</span>
|
||||
<span class="s">value</span><span class="pi">:</span> <span class="s">true</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -210,6 +223,9 @@ The name depends on if you chose to resolve names or not. If not, it will be the
|
|||
<li><a href='/components/binary_sensor.homematic/'>
|
||||
Homematic Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/cover.homematic/'>
|
||||
Homematic Cover
|
||||
</a></li>
|
||||
<li><a href='/components/light.homematic/'>
|
||||
Homematic Light
|
||||
</a></li>
|
||||
|
@ -222,6 +238,9 @@ The name depends on if you chose to resolve names or not. If not, it will be the
|
|||
<li><a href='/components/switch.homematic/'>
|
||||
Homematic Switch
|
||||
</a></li>
|
||||
<li><a href='/components/climate.homematic/'>
|
||||
Homematic Thermostats
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
|
@ -239,6 +258,9 @@ The name depends on if you chose to resolve names or not. If not, it will be the
|
|||
<li>
|
||||
<a href='/components/ecobee/'>Ecobee</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/enocean/'>EnOcean</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue