Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -88,7 +88,7 @@
<li><strong>name</strong> (<em>Optional</em>): An identifier for the switch in the frontend.</li>
<li><strong>device_class</strong> (<em>Optional</em>): The <a href="/components/binary_sensor/">type/class</a> of the sensor to set the icon in the frontend.</li>
</ul>
<p>EnOcean binary sensors only generate button_pressed events. The event data has follwing four fields:</p>
<p>EnOcean binary sensors only generate button_pressed events. The event data has following four fields:</p>
<ul>
<li><strong>id</strong>: The ID of the device (see configuration).</li>
<li><strong>pushed</strong>: <code class="highlighter-rouge">1</code> for a button press, <code class="highlighter-rouge">0</code> for a button release.</li>