Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -89,20 +89,18 @@
<hr class="divider">
<p>The <code>osramlightify</code> platform allows you to integrate your <a href="http://www.osram.com/osram_com/products/led-technology/lightify/index.jsp">Osram Lightify</a> into Home Assistant.</p>
<p>The <code class="highlighter-rouge">osramlightify</code> platform allows you to integrate your <a href="http://www.osram.com/osram_com/products/led-technology/lightify/index.jsp">Osram Lightify</a> into Home Assistant.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">light</span>:
<span class="key">platform</span>: <span class="string"><span class="content">osramlightify</span></span>
<span class="key">host</span>: <span class="string"><span class="content">192.168.0.50</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">light</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">osramlightify</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.0.50</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Required</em>): IP address of the Osram Lightify bridge, eg. <code>192.168.1.50</code></li>
<li><strong>host</strong> (<em>Required</em>): IP address of the Osram Lightify bridge, eg. <code class="highlighter-rouge">192.168.1.50</code></li>
</ul>