Site updated at 2014-12-20 21:27:27 UTC

This commit is contained in:
Paulus Schoutsen 2014-12-20 13:27:27 -08:00
parent 98b620c30b
commit 6235f5fe32
7 changed files with 35 additions and 15 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Home Assistant]]></title>
<link href="http://home-assistant.io/atom.xml" rel="self"/>
<link href="http://home-assistant.io/"/>
<updated>2014-12-20T12:44:48-08:00</updated>
<updated>2014-12-20T13:27:22-08:00</updated>
<id>http://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: website | Home Assistant]]></title>
<link href="http://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
<link href="http://home-assistant.io/"/>
<updated>2014-12-20T12:44:48-08:00</updated>
<updated>2014-12-20T13:27:22-08:00</updated>
<id>http://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -100,9 +100,17 @@
<p>After you got the demo mode running it is time to enable some real components and get started. An example configuration file has been provided in <a href="https://github.com/balloob/home-assistant/blob/master/config/home-assistant.conf.example">/config/home-assistant.conf.example</a>.</p>
<p><em>Note:</em> you can append <code>?api_password=YOUR_PASSWORD</code> to the url of the web interface to log in automatically.</p>
<div class='note'><p class='title'>Note</p><p class='content'>
You can append `?api_password=YOUR_PASSWORD` to the url of the web interface to log in automatically.
</p></div>
<div class='note'><p class='title'>Note</p><p class='content'>
For the light and switch component, you can specify multiple platforms by using sequential sections: [switch], [switch 2], [switch 3] etc
</p></div>
<p><em>Note:</em> for the light and switch component, you can specify multiple platforms by using sequential sections: [switch], [switch 2], [switch 3] etc</p>
<h3>Philips Hue</h3>
@ -141,9 +149,19 @@
</span></code></pre></td></tr></table></div></figure>
<p><em>Note on tomato:</em> Tomato requires an extra config variable called <code>http_id</code>. The value can be obtained by logging in to the Tomato admin interface and search for <code>http_id</code> in the page source code.</p>
<p><em>Note on luci:</em> before the Luci scanner can be used you have to install the luci RPC package on OpenWRT: <code>opkg install luci-mod-rpc</code>.</p>
<div class='note'><p class='title'>Note on Tomato</p><p class='content'>
Tomato requires an extra config variable called `http_id`. The value can be obtained by logging in to the Tomato admin interface and search for `http_id` in the page source code.
</p></div>
<div class='note'><p class='title'>Note on Luci</p><p class='content'>
Before the Luci scanner can be used you have to install the luci RPC package on OpenWRT: `opkg install luci-mod-rpc`.
</p></div>
<p>Once tracking, the <code>device_tracker</code> component will maintain a file in your config dir called <code>known_devices.csv</code>. Edit this file to adjust which devices have to be tracked.</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View file

@ -60,10 +60,12 @@
<div class="grid-wrapper">
<div class="grid flex">
<div class="grid__item flex__item two-fifths palm-one-whole">
<img src="/images/hero_screenshot.png" alt="Home Assistant screenshot">
<a href='/images/screenshots/screenshot-devices.png'>
<img src="/images/hero_screenshot.png" alt="Home Assistant screenshot">
</a>
</div>
<div class="grid__item flex__item three-fifths palm-one-whole">
<h1>Bring your home alive</h1>
<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 then a minute.

View file

@ -7,37 +7,37 @@
</url>
<url>
<loc>http://home-assistant.io/blog/archives/</loc>
<lastmod>2014-12-20T12:44:48-08:00</lastmod>
<lastmod>2014-12-20T13:27:22-08:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://home-assistant.io/blog/</loc>
<lastmod>2014-12-20T12:44:48-08:00</lastmod>
<lastmod>2014-12-20T13:27:22-08:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://home-assistant.io/</loc>
<lastmod>2014-12-20T12:44:48-08:00</lastmod>
<lastmod>2014-12-20T13:27:22-08:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://home-assistant.io/contributing/</loc>
<lastmod>2014-12-20T12:44:48-08:00</lastmod>
<lastmod>2014-12-20T13:27:22-08:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://home-assistant.io/getting-started/</loc>
<lastmod>2014-12-20T12:44:48-08:00</lastmod>
<lastmod>2014-12-20T13:27:22-08:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://home-assistant.io/architecture/</loc>
<lastmod>2014-12-20T12:44:48-08:00</lastmod>
<lastmod>2014-12-20T13:27:22-08:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>

File diff suppressed because one or more lines are too long