Site updated at 2017-10-07 22:49:55 UTC

This commit is contained in:
Travis CI 2017-10-07 22:49:56 +00:00
parent f9a8fad682
commit 9ff55add23
128 changed files with 676 additions and 657 deletions

View file

@ -125,7 +125,7 @@ Content...Written in markdown.
<p>A couple of points to remember:</p>
<ul>
<li>Document the needed steps to retrieve API keys or access token for the third party service or device if needed.</li>
<li>Keep the configuration sample minimal by only adding the <code class="highlighter-rouge">Required</code> options. Full configuration details with further explanations should go into a seperate section.</li>
<li>Keep the configuration sample minimal by only adding the <code class="highlighter-rouge">Required</code> options. Full configuration details with further explanations should go into a separate section.</li>
<li>The description of all the configuration variables should contains information about the used defaults.</li>
<li>If youre adding a new component, for the <code class="highlighter-rouge">ha_release</code> part of the header, just increment of the current release. If the current release is 0.37, make <code class="highlighter-rouge">ha_release</code> 0.38. If its 0.30 or 0.40 please quote it with <code class="highlighter-rouge">" "</code>.</li>
</ul>