Site updated at 2017-05-04 05:59:16 UTC
This commit is contained in:
parent
b86f8feb19
commit
4a938d717f
36 changed files with 282 additions and 53 deletions
|
@ -67,7 +67,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>[Placeholder]</p>
|
||||
<p>Hass.io turns your Raspberry Pi (or other device) into the ultimate Home Automation hub. It takes away all the hassle of installing Home Assistant and related applications and keeping them up to date. Updates to the operating system, Home Assistant and any add-ons can be done via the Home Assistant UI with a single click.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -80,8 +80,15 @@
|
|||
<a class='active' href='/hassio/'>Hass.io </a>
|
||||
<ul>
|
||||
<li><a href='/hassio/installation/'>Installation </a></li>
|
||||
<li><a href='/hassio/architecture/'>Architecture </a></li>
|
||||
<li><a href='/addons/'>Available add-ons </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class='divided sidebar-menu'>
|
||||
<li>
|
||||
<a href='/hassio/development/'>Development </a>
|
||||
<ul>
|
||||
<li><a href='/hassio/architecture/'>Architecture </a></li>
|
||||
<li><a href='/hassio/create_hassio_addon/'>Creating add-ons </a></li>
|
||||
<li><a href='/hassio/create_hassio_addon_repository/'>Creating add-on repositories </a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue