Site updated at 2015-10-29 07:09:11 UTC
This commit is contained in:
parent
7412a60701
commit
b260f2881e
362 changed files with 42053 additions and 256343 deletions
83
index.html
83
index.html
|
@ -5,15 +5,13 @@
|
|||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
|
||||
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
|
||||
<meta name="description" content="Open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a …">
|
||||
<meta name="description" content="Open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a m...">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/">
|
||||
|
@ -32,7 +30,6 @@
|
|||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</head>
|
||||
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
|
@ -54,10 +51,10 @@
|
|||
<a href="/getting-started/">Getting started</a>
|
||||
<ul>
|
||||
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
|
||||
<li><a href='/getting-started/configuration.html'>Configuration basics</a></li>
|
||||
<li><a href='/getting-started/devices.html'>Adding devices</a></li>
|
||||
<li><a href='/getting-started/presence-detection.html'>Presence detection</a></li>
|
||||
<li><a href='/getting-started/automation.html'>Automation</a></li>
|
||||
<li><a href='/getting-started/configuration/'>Configuration basics</a></li>
|
||||
<li><a href='/getting-started/devices/'>Adding devices</a></li>
|
||||
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
|
||||
<li><a href='/getting-started/automation/'>Automation</a></li>
|
||||
<li><a href='/cookbook'>Configuration cookbook</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -65,26 +62,24 @@
|
|||
<li>
|
||||
<a href="/developers/">Developers</a>
|
||||
<ul>
|
||||
<li><a href="/developers/architecture.html">Architecture</a></li>
|
||||
<li><a href="/developers/frontend.html">Frontend development</a></li>
|
||||
<li><a href="/developers/creating_components.html">
|
||||
<li><a href="/developers/architecture/">Architecture</a></li>
|
||||
<li><a href="/developers/frontend/">Frontend development</a></li>
|
||||
<li><a href="/developers/creating_components/">
|
||||
Creating components
|
||||
</a></li>
|
||||
<li><a href="/developers/add_new_platform.html">
|
||||
<li><a href="/developers/add_new_platform/">
|
||||
Adding platform support
|
||||
</a></li>
|
||||
<li><a href="/developers/api.html">API</a></li>
|
||||
<li><a href="/developers/credits.html">Credits</a></li>
|
||||
<li><a href="/developers/api/">API</a></li>
|
||||
<li><a href="/developers/credits/">Credits</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
@ -99,25 +94,23 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="grid__item flex__item three-fifths palm-one-whole">
|
||||
<h1>Awaken your home</h1>
|
||||
<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
|
||||
<div>pip3 install homeassistant</div>
|
||||
<div>hass --open-ui</div>
|
||||
</code>
|
||||
<p class='hero-buttons'>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
|
@ -143,55 +136,53 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Observe</h2>
|
||||
<hr>
|
||||
<p>Home Assistant will track the state of all the devices in your home, so you don’t have to.</p>
|
||||
<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'>
|
||||
<a href='/components/thermostat.nest.html'>
|
||||
<a href='/components/thermostat.nest/'>
|
||||
<img src='/images/supported_brands/nest_thermostat.png' />
|
||||
</a>
|
||||
<a href='/components/light.hue.html'>
|
||||
<a href='/components/light.hue/'>
|
||||
<img src='/images/supported_brands/philips_hue.png' />
|
||||
</a>
|
||||
<a href='/components/mqtt.html'>
|
||||
<a href='/components/mqtt/'>
|
||||
<img src='/images/supported_brands/mqtt.png' />
|
||||
</a>
|
||||
<a href='/components/media_player.cast.html'>
|
||||
<a href='/components/media_player.cast/'>
|
||||
<img src='/images/supported_brands/google_cast.png' />
|
||||
</a>
|
||||
<a href='/components/switch.wemo.html'>
|
||||
<a href='/components/switch.wemo/'>
|
||||
<img src='/images/supported_brands/belkin_wemo.png' />
|
||||
</a>
|
||||
<a href='/components/notify.pushbullet.html'>
|
||||
<a href='/components/notify.pushbullet/'>
|
||||
<img src='/images/supported_brands/pushbullet.png' />
|
||||
</a>
|
||||
<a href='/components/ifttt.html'>
|
||||
<a href='/components/ifttt/'>
|
||||
<img src='/images/supported_brands/ifttt.png' />
|
||||
</a>
|
||||
<a href='/components/wink.html'>
|
||||
<a href='/components/wink/'>
|
||||
<img src='/images/supported_brands/wink.png' />
|
||||
</a>
|
||||
<a href='/components/arduino.html'>
|
||||
<a href='/components/arduino/'>
|
||||
<img src='/images/supported_brands/arduino.png' />
|
||||
</a>
|
||||
<a href='/components/device_tracker.netgear.html'>
|
||||
<a href='/components/device_tracker.netgear/'>
|
||||
<img src='/images/supported_brands/netgear.png' />
|
||||
</a>
|
||||
<a href='/components/media_player.kodi.html'>
|
||||
<a href='/components/media_player.kodi/'>
|
||||
<img src='/images/supported_brands/kodi.png' />
|
||||
</a>
|
||||
<a href='/components/media_player.plex.html'>
|
||||
<a href='/components/media_player.plex/'>
|
||||
<img src='/images/supported_brands/plex.png' />
|
||||
</a>
|
||||
<a href='/components/device_tracker.luci.html'>
|
||||
<a href='/components/device_tracker.luci/'>
|
||||
<img src='/images/supported_brands/openwrt.png' />
|
||||
</a>
|
||||
<a href='/components/vera.html'>
|
||||
<a href='/components/vera/'>
|
||||
<img src='/images/supported_brands/vera.png' />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<p class='pull-right'><a href='/components/'>Browse all »</a></p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -234,8 +225,7 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<li>dim the lights when you start watching a movie on your Chromecast?</li>
|
||||
<li>receive a message when the lights turn on while you are not at home?</li>
|
||||
</ul>
|
||||
<p>We’ve got you covered.</p>
|
||||
|
||||
<p>We've got you covered.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -257,32 +247,23 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<p class="copyright">
|
||||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a>, <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>. Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.</span>
|
||||
<span class="credit">Powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>. Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue