Site updated at 2016-05-01 08:17:13 UTC

This commit is contained in:
Travis CI 2016-05-01 08:17:13 +00:00
parent 0a7e7beb63
commit 38826aa09a
17 changed files with 20 additions and 20 deletions

View file

@ -89,7 +89,7 @@
<hr class="divider">
<p>This is a simple tutorial/example on how to write a component for <a href="https://home-assistant.io/">Home Assistant</a>. We will work on a component called “hello_state” to beginn with. The purpose of this component is to display a given text in the frontend.</p>
<p>This is a simple tutorial/example on how to write a component for <a href="https://home-assistant.io/">Home Assistant</a>. We will work on a component called “hello_state” to begin with. The purpose of this component is to display a given text in the frontend.</p>
<p>The setup of a development environment is described in the <a href="/developers/#starting-development">Developers section</a> of the documentation.</p>