Site updated at 2015-02-08 23:07:19 UTC

This commit is contained in:
Paulus Schoutsen 2015-02-08 15:07:19 -08:00
parent 9dda3bb9eb
commit b80f1706d9
13 changed files with 63 additions and 63 deletions

View file

@ -97,7 +97,7 @@
<p>Home Assistant uses <a href="https://www.polymer-project.org/">Polymer</a> for the frontend. Polymer allows building encapsulated and interoperable custom elements that extend HTML itself.</p>
<h1>Turning on development mode</h1>
<h1><a class='title-link' name='turning-on-development-mode' href='#turning-on-development-mode'></a> Turning on development mode</h1>
<p>Home Assistant will by default serve the compiled version of the frontend. To change it so that the components are served separately, update your <code>home-assistant.conf</code> to have these lines:</p>
@ -116,7 +116,7 @@ Do not use development mode in production. Home Assistant uses aggresive caching
</p>
<h1>Building the frontend</h1>
<h1><a class='title-link' name='building-the-frontend' href='#building-the-frontend'></a> Building the frontend</h1>
<p>To build the frontend you need to install node and the npm packages bower and vulcanize.</p>
@ -127,7 +127,7 @@ Do not use development mode in production. Home Assistant uses aggresive caching
<p>After that you can run <a href="https://github.com/balloob/home-assistant/blob/master/build_frontend"><code>./build_frontend</code></a> from the project directory. This will take all the used webcomponents and &lsquo;vulcanize&rsquo; it into a single file to be served by Home Assistant. The script also updates <a href="https://github.com/balloob/home-assistant/blob/master/homeassistant/components/http/frontend.py"><code>homeassistant/components/http/frontend.py</code></a> with an MD5 hash of the frontend.</p>
<h1>Adding state cards</h1>
<h1><a class='title-link' name='adding-state-cards' href='#adding-state-cards'></a> Adding state cards</h1>
<p>The main interface of Home Assistant is a list of current states in the State Machine. It will filter out the group states and offers options to filter by groups on the top.</p>
@ -148,7 +148,7 @@ Do not use development mode in production. Home Assistant uses aggresive caching
</ol>
<h1>More info screens for custom types</h1>
<h1><a class='title-link' name='more-info-screens-for-custom-types' href='#more-info-screens-for-custom-types'></a> More info screens for custom types</h1>
<p>When you click on a card, the more info dialog will open for that card. This will allow you to see more information and more options to control that entity.</p>