Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -93,14 +93,12 @@
<p>The introduction component is loaded by default on a new Home Assistant instance.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">introduction</span>:
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">introduction</span><span class="pi">:</span>
</code></pre>
</div>
<p>To disable this component, remove the <code>introduction:</code> entry from your <code>configuration.yaml</code> file.</p>
<p>To disable this component, remove the <code class="highlighter-rouge">introduction:</code> entry from your <code class="highlighter-rouge">configuration.yaml</code> file.</p>
</article>