Site updated at 2017-09-19 14:52:40 UTC

This commit is contained in:
Travis CI 2017-09-19 14:52:40 +00:00
parent 1c09166621
commit 5badcdcc25
29 changed files with 86 additions and 71 deletions

View file

@ -91,7 +91,6 @@ You can manually rename the created entities by using Home Assistants <a href="h
<li><strong>hosts</strong> (<em>Required</em>): Configuration for each host to integrate into Home Assistant.</li>
<li><strong>local_ip</strong> (<em>Optional</em>): IP of device running Home Assistant. Override autodetected value for exotic network setups.</li>
<li><strong>local_port</strong> (<em>Optional</em>): Port for connection with Home Assistant. By default it is randomly assigned.</li>
<li><strong>delay</strong> (<em>Optional</em>): [Float] Delay fetching of current state per device on startup. Used to prevent overloading of the CCU. Defaults to 0.5.</li>
</ul>
<p>Configuration variables (host):</p>
<ul>
@ -107,7 +106,6 @@ You can manually rename the created entities by using Home Assistants <a href="h
</ul>
<h4>Example configuration with multiple protocols and some other options set:</h4>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">homematic</span><span class="pi">:</span>
<span class="s">delay</span><span class="pi">:</span> <span class="s">1.0</span>
<span class="s">hosts</span><span class="pi">:</span>
<span class="s">rf</span><span class="pi">:</span>
<span class="s">ip</span><span class="pi">:</span> <span class="s">127.0.0.1</span>