Site updated at 2017-12-02 18:47:18 UTC
This commit is contained in:
parent
4e2f1606e1
commit
c1e51ad6d3
26 changed files with 65 additions and 65 deletions
|
@ -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"><config dir>/panels/</code> (you might have to create the directory if it doesn’t 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"><config dir>/panels/</code> (you might have to create the directory if it doesn’t 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue