Site updated at 2015-09-01 08:42:54 UTC
This commit is contained in:
parent
2e727a5332
commit
5a20d28e54
77 changed files with 4485 additions and 1421 deletions
16
index.html
16
index.html
|
@ -96,15 +96,19 @@
|
|||
</div>
|
||||
<div class="grid__item flex__item three-fifths palm-one-whole">
|
||||
<h1>Awaken your home</h1>
|
||||
<hr>
|
||||
<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='/demo/' target='_blank' class='btn'>View demo</a>
|
||||
<a href='/getting-started/' class='btn'>Get started</a>
|
||||
<a href='https://www.github.com/balloob/home-assistant' class='btn'>Browse code on GitHub</a>
|
||||
<a href='/demo/' target='_blank'>View demo</a>
|
||||
<a href='/getting-started/'>Get started</a>
|
||||
<a href='https://www.github.com/balloob/home-assistant'>Browse code on GitHub</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -137,10 +141,9 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<hr>
|
||||
<p>Home Assistant will track the state of all the devices in your home, so you don’t have to.</p>
|
||||
<div class='supported-brands clearfix'>
|
||||
<img src='/images/supported_brands/z-wave.png' />
|
||||
<img src='/images/supported_brands/philips_hue.png' />
|
||||
<img src='/images/supported_brands/vera.png' />
|
||||
<img src='/images/supported_brands/mqtt.png' />
|
||||
<img src='/images/supported_brands/philips_hue.png' />
|
||||
<img src='/images/supported_brands/belkin_wemo.png' />
|
||||
<img src='/images/supported_brands/nest_thermostat.png' />
|
||||
<img src='/images/supported_brands/pushbullet.png' />
|
||||
|
@ -150,6 +153,7 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<img src='/images/supported_brands/telldus_tellstick.png' />
|
||||
<img src='/images/supported_brands/netgear.png' />
|
||||
<img src='/images/supported_brands/openwrt.png' />
|
||||
<img src='/images/supported_brands/z-wave.png' />
|
||||
</div>
|
||||
|
||||
<p class='pull-right'><a href='/components/'>Browse all »</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue