Site updated at 2017-12-02 18:47:18 UTC

This commit is contained in:
Travis CI 2017-12-02 18:47:18 +00:00
parent 4e2f1606e1
commit c1e51ad6d3
26 changed files with 65 additions and 65 deletions

View file

@ -82,7 +82,7 @@
<li>It uses the user configuration for the component in the <code class="highlighter-rouge">configuration.yaml</code> file for rendering.</li>
<li>It allows toggling the sidebar.</li>
</ul>
<p>All you need is available as a <a href="https://github.com/home-assistant/example-custom-config/blob/master/panels/react.html">custom panel</a>. Download the file and save it in <code class="highlighter-rouge">&lt;config dir&gt;/panels/</code> (you might have to create the directory if it doesnt exist).</p>
<p>Download the source <a href="https://github.com/home-assistant/example-custom-config/blob/master/panels/react.html">here</a>. Copy the file to <code class="highlighter-rouge">&lt;config dir&gt;/panels/</code> (you might have to create the directory if it doesnt exist).</p>
<p>Create a entry for the panel in your <code class="highlighter-rouge">configuration.yaml</code> file to enable it.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">panel_custom</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">react</span>