Site updated at 2017-07-02 00:58:35 UTC

This commit is contained in:
Travis CI 2017-07-02 00:58:35 +00:00
parent af9e56ffa0
commit 00a0f63427
651 changed files with 11395 additions and 2155 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/home-assistant/tree/master/config/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>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>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>