Site updated at 2017-03-16 06:06:06 UTC
This commit is contained in:
parent
de0a820f4f
commit
388a4929e0
25 changed files with 40 additions and 44 deletions
|
@ -95,19 +95,15 @@
|
|||
<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="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">lifx</span>
|
||||
<span class="s">broadcast</span><span class="pi">:</span> <span class="s">192.168.1.255</span>
|
||||
<span class="s">server</span><span class="pi">:</span> <span class="s">192.168.1.10</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>server</strong> (<em>Optional</em>): Your server address. Only needed if using more than one network interface. Omit if you are unsure.</li>
|
||||
<li><strong>broadcast</strong> (<em>Optional</em>): The broadcast address, set to reach all LIFX bulbs.</li>
|
||||
</ul>
|
||||
|
||||
<p>If there is an issue with lights not showing up when Home Assistant is restarted, add broadcast to your configuration.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The sun component will use your current location to track if the sun is above or below the horizon.The sun can be used within automation as <a href="/getting-started/automation-trigger/#sun-trigger">a trigger with an optional offset to simulate dawn/dusk</a>.</p>
|
||||
<p>The sun component will use your current location to track if the sun is above or below the horizon. The sun can be used within automation as <a href="/getting-started/automation-trigger/#sun-trigger">a trigger with an optional offset to simulate dawn/dusk</a>.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sun</span><span class="pi">:</span>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>elevation</strong> (<em>Optional</em>): The (physical) elevation of your location, in metres above sea level. If omitted will be retrieved from Google Maps.</li>
|
||||
<li><strong>elevation</strong> (<em>Optional</em>): The (physical) elevation of your location, in metres above sea level. Defaults to the <code class="highlighter-rouge">elevation</code> in <code class="highlighter-rouge">configuration.yaml</code>, which is retrieved from Google Maps if not set.</li>
|
||||
</ul>
|
||||
|
||||
<p class="img">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue