Site updated at 2017-07-16 14:11:05 UTC

This commit is contained in:
Travis CI 2017-07-16 14:11:05 +00:00
parent 3738c7d54a
commit 796f3e0335
27 changed files with 43 additions and 43 deletions

View file

@ -93,7 +93,7 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">frontend</span><span class="pi">:</span>
<span class="s">themes</span><span class="pi">:</span>
<span class="s">green</span><span class="pi">:</span>
<span class="s">primary-color</span><span class="pi">:</span> <span class="c1">#6ca518;</span>
<span class="s">primary-color</span><span class="pi">:</span> <span class="s2">"</span><span class="s">#6CA518"</span>
</code></pre>
</div>
<p>Once a theme is defined, use the new frontend service <code class="highlighter-rouge">frontend.set_theme</code> to activate it. More information in <a href="https://home-assistant.io/components/frontend/">the docs</a>.</p>