Site updated at 2015-12-07 05:41:23 UTC

This commit is contained in:
Paulus Schoutsen 2015-12-06 21:41:23 -08:00
parent a059626d70
commit 6b935ba49c
25 changed files with 249 additions and 17 deletions

View file

@ -100,8 +100,7 @@
</header>
<hr class="divider">
<p>The introduction component will show a card in the UI with steps on how to get started. It will also<br />
print the same message to the console when starting up.</p>
<p>The introduction component will show a card in the UI with steps on how to get started. It will also print the same message to the console when starting up.</p>
<p>The introduction component is loaded by default on a new Home Assistant instance.</p>
@ -112,7 +111,7 @@ print the same message to the console when starting up.</p>
</div>
</div>
<p>To disable this component, just remove the <code>introduction:</code> entry from your <code>configuration.yaml</code> file.</p>
<p>To disable this component, remove the <code>introduction:</code> entry from your <code>configuration.yaml</code> file.</p>
</article>
@ -145,6 +144,9 @@ print the same message to the console when starting up.</p>
<li>
<a href='/components/downloader/'>Downloader</a>
</li>
<li>
<a href='/components/http/'>HTTP</a>
</li>
<li>
Introduction
</li>