Site updated at 2016-11-05 16:10:14 UTC

This commit is contained in:
Travis CI 2016-11-05 16:10:14 +00:00
parent c5a9b05115
commit 4a22946601
496 changed files with 7661 additions and 7043 deletions

View file

@ -96,15 +96,15 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">alarm_control_panel</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">nx584</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">nx584</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Optional</em>): The host where the nx584 server process is running. Defaults to localhost.</li>
<li><strong>port</strong> (<em>Optional</em>): The port where the Alarm panel ist listening. Defaults to 5007.</li>
<li><strong>host</strong> (<em>Optional</em>): The host where the nx584 server process is running. Defaults to <code class="highlighter-rouge">localhost</code>.</li>
<li><strong>port</strong> (<em>Optional</em>): The port where the Alarm panel ist listening. Defaults to <code class="highlighter-rouge">5007</code>.</li>
</ul>