Site updated at 2015-10-29 07:09:11 UTC

This commit is contained in:
Paulus Schoutsen 2015-10-29 00:09:11 -07:00
parent 7412a60701
commit b260f2881e
362 changed files with 42053 additions and 256343 deletions

View file

@ -5,8 +5,6 @@
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@ -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>
@ -108,31 +103,30 @@
<hr class="divider">
<p>There are various ways to get in touch with the Home Assistant community. It doesn&rsquo;t matter if you have a question, need help, want to request a feature, or just say &lsquo;Hi&rsquo;.</p>
<p>There are various ways to get in touch with the Home Assistant community. It doesnt matter if you have a question, need help, want to request a feature, or just say Hi.</p>
<h2>Communication channels</h2>
<ul>
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Mailing list</a></li>
<li><a href="https://gitter.im/balloob/home-assistant">Real-time messaging</a></li>
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Mailing list</a></li>
<li><a href="https://gitter.im/balloob/home-assistant">Real-time messaging</a></li>
</ul>
<h2>Bugs, Feature requests, and alike</h2>
<p>Have you found an issue in your Home Assistant installation? Please report it in one of the issue trackers. Reporting it here makes it easier to track than in the Mailing list and ensures that it get fixed.</p>
<ul>
<li><a href="https://github.com/balloob/home-assistant/issues">Issue tracker Home Assistant</a></li>
<li><a href="https://github.com/balloob/home-assistant.io/issues">Issue tracker home-assistant.io</a> (Website and documentation)</li>
<li><a href="https://github.com/balloob/home-assistant/issues">Issue tracker Home Assistant</a></li>
<li><a href="https://github.com/balloob/home-assistant.io/issues">Issue tracker home-assistant.io</a> (Website and documentation)</li>
</ul>
<h2>Commerical vendors</h2>
<p>If you are a commerical vendor and would like to get your product integrated in Home Assistant, please submit a <a href="https://github.com/balloob/home-assistant/pulls">Pull request</a> or get in touch with us.</p>
</article>
@ -147,32 +141,23 @@
<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>