Site updated at 2016-08-13 19:22:59 UTC

This commit is contained in:
Travis CI 2016-08-13 19:22:59 +00:00
parent b043f25a3b
commit f5b903f5ec
347 changed files with 6259 additions and 2708 deletions

View file

@ -99,13 +99,18 @@
<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/custom_components/react_panel">custom component</a>.</p>
<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>&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>configuration.yaml</code> file to enable it. Set a title if you like.</p>
<p>Create a entry for the panel in your <code>configuration.yaml</code> file to enable it.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key">react_panel</span>:
<span class="key">title</span>: <span class="string"><span class="content">'React'</span></span>
<div class="code"><pre><span class="key">panel_custom</span>:
- <span class="string"><span class="content">name: react</span></span>
<span class="key">sidebar_title</span>: <span class="string"><span class="content">TodoMVC</span></span>
<span class="key">sidebar_icon</span>: <span class="string"><span class="content">mdi:work</span></span>
<span class="key">url_path</span>: <span class="string"><span class="content">todomvc</span></span>
<span class="key">config</span>:
<span class="key">title</span>: <span class="string"><span class="content">hello</span></span>
</pre></div>
</div>
</div>