Site updated at 2016-07-18 06:27:53 UTC

This commit is contained in:
Travis CI 2016-07-18 06:27:53 +00:00
parent 0a548fedb3
commit d412328739
21 changed files with 36 additions and 33 deletions

View file

@ -95,12 +95,15 @@
<p>Add the following to your configuration.yaml:</p>
<pre><code>light:
- platform: awesomelights
host: HOST_HERE
username: USERNAME_HERE
password: PASSWORD_HERE_OR_secrets.yaml
</code></pre>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key">light</span>:
- <span class="string"><span class="content">platform: awesomelights</span></span>
<span class="key">host</span>: <span class="string"><span class="content">HOST_HERE</span></span>
<span class="key">username</span>: <span class="string"><span class="content">USERNAME_HERE</span></span>
<span class="key">password</span>: <span class="string"><span class="content">PASSWORD_HERE_OR_secrets.yaml</span></span>
</pre></div>
</div>
</div>
<p>Note the <code>platform</code> name matches the filename for the source code.</p>