Site updated at 2017-01-18 07:52:00 UTC

This commit is contained in:
Travis CI 2017-01-18 07:52:01 +00:00
parent 83ade7af9e
commit ae6974910e
24 changed files with 45 additions and 37 deletions

View file

@ -123,6 +123,14 @@
</code></pre>
</div>
<h5><a class="title-link" name="additional-configuration-on-macos" href="#additional-configuration-on-macos"></a> Additional configuration on macOS</h5>
<p>On macOS phython-vlc wont find the VLC plugin directory unless you add this to the users <code class="highlighter-rouge">.bash_profile</code> that is running Home Assistant:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="nb">export </span><span class="nv">VLC_PLUGIN_PATH</span><span class="o">=</span><span class="nv">$VLC_PLUGIN_PATH</span>:/Applications/VLC.app/Contents/MacOS/plugins
</code></pre>
</div>
</article>

View file

@ -127,7 +127,7 @@
<li><strong>start_colortemp</strong> (<em>Optional</em>): The color temperature at the start. Defaults to <code class="highlighter-rouge">4000</code>.</li>
<li><strong>sunset_colortemp</strong> (<em>Optional</em>): The sun set color temperature. Defaults to <code class="highlighter-rouge">3000</code>.</li>
<li><strong>stop_colortemp</strong> (<em>Optional</em>): The color temperature at the end. Defaults to <code class="highlighter-rouge">1900</code>.</li>
<li><strong>brightness</strong> (<em>Optional</em>): The brightness of the lights. Calculated with <code class="highlighter-rouge">RGB_to_xy</code> by default.</li>
<li><strong>brightness</strong> (<em>Optional</em>): The brightness of the lights. Calculated with <code class="highlighter-rouge">RGB_to_xy</code> by default. Setting to -1 disables brightness updates.</li>
<li><strong>mode</strong> (<em>Optional</em>): Select how color temperature is passed to lights. Valid values are <code class="highlighter-rouge">xy</code> and <code class="highlighter-rouge">mired</code>. Defaults to <code class="highlighter-rouge">xy</code>.</li>
</ul>