home-assistant.github.io/source/_includes/custom/welcome.html
2015-08-30 21:55:49 -07:00

13 lines
599 B
HTML

<h1>Awaken your home</h1>
<p class="lead">
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.
</p>
<code class='front-install'>
<span class='sh'>$</span> pip3 install homeassistant<br />
<span class='sh'>$</span> hass --open-ui
</code>
<p class='hero-buttons'>
<a href='{{ root_url }}/demo/' target='_blank'>View demo</a>
<a href='{{ root_url }}/getting-started/'>Get started</a>
<a href='https://www.github.com/balloob/home-assistant'>Browse code on GitHub</a>
</p>