Site updated at 2017-10-13 10:23:27 UTC

This commit is contained in:
Travis CI 2017-10-13 10:23:27 +00:00
parent 0a13d56a1d
commit 10bf5699f9
27 changed files with 66 additions and 66 deletions

View file

@ -106,7 +106,7 @@
<li><strong>host</strong> (<em>Optional</em>): The IP address of the AlarmDecoder device on your home network, if using socket type. Default: <code class="highlighter-rouge">localhost</code></li>
<li><strong>port</strong> (<em>Optional</em>): The port of the AlarmDecoder device on your home network, if using socket type. Default: <code class="highlighter-rouge">10000</code></li>
<li><strong>path</strong> (<em>Optional</em>): The path of the AlarmDecoder device, if using socket type. Default: <code class="highlighter-rouge">/dev/ttyUSB0</code></li>
<li><strong>baud</strong> (<em>Optional</em>): The baud rate of the AlarmDecoder device, if using serial type. Default: <code class="highlighter-rouge">115200</code></li>
<li><strong>baudrate</strong> (<em>Optional</em>): The baud rate of the AlarmDecoder device, if using serial type. Default: <code class="highlighter-rouge">115200</code></li>
<li><strong>panel_display</strong> (<em>Optional</em>): Create a sensor called sensor.alarm_display to match the Alarm Keypad display. Default: <code class="highlighter-rouge">off</code></li>
<li><strong>zones</strong> (<em>Optional</em>): AlarmDecoder has no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information on the available zone types, take a look at the <a href="/components/binary_sensor.alarmdecoder/">Binary Sensor</a> docs. <em>Note: If no zones are specified, Home Assistant will not load any binary_sensor components.</em></li>
</ul>