Site updated at 2017-10-15 14:00:10 UTC

This commit is contained in:
Travis CI 2017-10-15 14:00:10 +00:00
parent 7b9e372fd7
commit 03f3847048
28 changed files with 77 additions and 68 deletions

View file

@ -76,7 +76,7 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">panel_custom</code> support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar if wished and can be highly customized.</p>
<p>To enable customized panels in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry for https://github.com/home-assistant/example-custom-config/blob/master/panels/hello_world.html</span>
<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">todomvc</span>
<span class="s">sidebar_title</span><span class="pi">:</span> <span class="s">TodoMVC</span>
@ -84,7 +84,7 @@
<span class="s">url_path</span><span class="pi">:</span> <span class="s">my-todomvc</span>
<span class="s">webcomponent_path</span><span class="pi">:</span> <span class="s">/home/hass/hello.html</span>
<span class="s">config</span><span class="pi">:</span>
<span class="s">hello</span><span class="pi">:</span> <span class="s">world</span>
<span class="s">who</span><span class="pi">:</span> <span class="s">world</span>
</code></pre>
</div>
<p>Configuration variables:</p>