Site updated at 2017-12-28 09:09:45 UTC

This commit is contained in:
Travis CI 2017-12-28 09:09:45 +00:00
parent 217db45719
commit 1724963b54
26 changed files with 65 additions and 65 deletions

View file

@ -117,7 +117,7 @@ light:
</div>
<p>There are some rules for packages that will be merged:</p>
<ol>
<li>Component names may only use the basic form (e.g. <code class="highlighter-rouge">switch</code> and <code class="highlighter-rouge">switch 1</code> or <code class="highlighter-rouge">switch aa</code> is not accepted).</li>
<li>Component names may only use the basic form (e.g. <code class="highlighter-rouge">switch</code>, but not <code class="highlighter-rouge">switch 1</code> or <code class="highlighter-rouge">switch aa</code>).</li>
<li>Platform based components (<code class="highlighter-rouge">light</code>, <code class="highlighter-rouge">switch</code>, etc) can always be merged.</li>
<li>
<p>Components where entities are identified by a key that will represent the entity_id (<code class="highlighter-rouge"><span class="p">{</span><span class="err">key:</span><span class="w"> </span><span class="err">config</span><span class="p">}</span></code>) need to have unique keys between packages and the main configuration file.</p>