Site updated at 2016-01-26 15:19:25 UTC

This commit is contained in:
Travis CI 2016-01-26 15:19:26 +00:00
parent 633cea3092
commit a4e7d269ff
15 changed files with 205 additions and 189 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Home Assistant]]></title>
<link href="https://home-assistant.io/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Architecture | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Branding | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Community | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: How-To | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Survey | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2016-01-26T10:19:31+00:00</updated>
<updated>2016-01-26T15:19:06+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -107,22 +107,31 @@
</header>
<hr class="divider">
<p>The input boolean component allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.</p>
<p>The <code>input_boolean</code> component allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">input_boolean</span>:
<span class="key">notify_home</span>:
<span class="comment"># Optional, friendly name of entry</span>
<span class="key">name</span>: <span class="string"><span class="content">Notify when someome arrives home</span></span>
<span class="comment"># Optional, value when Home Assistant starts</span>
<span class="key">initial</span>: <span class="string"><span class="content">off</span></span>
<span class="comment"># Optional, icon for entry</span>
<span class="key">icon</span>: <span class="string"><span class="content">mdi:car</span></span>
</pre></div>
</div>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>[alias]</strong> (<em>Required</em>): Alias for the input.</li>
<li><strong>name</strong> (<em>Optional</em>): Friendly name of the input.</li>
<li><strong>initial</strong> (<em>Optional</em>): Initial value when Home Assistant starts.</li>
<li><strong>icon</strong> (<em>Optional</em>): Icon for entry.</li>
</ul>
<p>Pick an icon that you can find on <a href="https://materialdesignicons.com/">materialdesignicons.com</a> to use for your input and prefix the name with <code>mdi:</code>. For example <code>mdi:car</code>, <code>mdi:ambulance</code>, or <code>mdi:motorbike</code>.</p>
</article>

View file

@ -117,9 +117,7 @@
<span class="key">name</span>: <span class="string"><span class="content">School</span></span>
<span class="key">latitude</span>: <span class="string"><span class="content">32.8773367</span></span>
<span class="key">longitude</span>: <span class="string"><span class="content">-117.2494053</span></span>
<span class="comment"># Optional radius in meters (default: 100)</span>
<span class="key">radius</span>: <span class="string"><span class="content">250</span></span>
<span class="comment"># Optional icon to show instead of name</span>
<span class="key">icon</span>: <span class="string"><span class="content">mdi:school</span></span>
<span class="key">zone 2</span>:
@ -138,13 +136,23 @@
</div>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>name</strong> (<em>Optional</em>): Friendly name of entry.</li>
<li><strong>latitude</strong> (<em>Required</em>): Latitude of the center point of the zone.</li>
<li><strong>longitude</strong> (<em>Required</em>): Longitude of the center point of the zone.</li>
<li><strong>radius</strong> (<em>Optional</em>): Optional radius in meters. Defaults to 100 meters.</li>
<li><strong>icon</strong> (<em>Optional</em>): Optional icon to show instead of name.</li>
</ul>
<h4><a class="title-link" name="home-zone" href="#home-zone"></a> Home zone</h4>
<p>If no configuration is given, the zone component will create a zone for home. This zone will use location given in the <code>configuration.yaml</code> file and have a radius of 100 meters. To override this, create a zone configuration and name it Home.</p>
<p>If no configuration is given, the <code>zone</code> component will create a zone for home. This zone will use location given in the <code>configuration.yaml</code> file and have a radius of 100 meters. To override this, create a zone configuration and name it <strong>Home</strong>.</p>
<h4><a class="title-link" name="icons" href="#icons"></a> Icons</h4>
<p>It is preferred to pick an icon to use for your zone. Pick any zone that you can find on <a href="https://materialdesignicons.com/">materialdesignicons.com</a> and prefix the name with <code>mdi:</code>. For example <code>mdi:school</code>, <code>mdi:worker</code>, <code>mdi:home</code>, <code>mdi:cart</code>, <code>mdi:castle</code>.</p>
<p>It is preferred to pick an icon to use for your zone. Pick any zone that you can find on <a href="https://materialdesignicons.com/">materialdesignicons.com</a> and prefix the name with <code>mdi:</code>. For example <code>mdi:school</code>, <code>mdi:worker</code>, <code>mdi:home</code>, <code>mdi:cart</code>, or <code>mdi:castle</code>.</p>
</article>

View file

@ -112,11 +112,10 @@
<hr class="divider">
<p>It can happen that you run into trouble while installing Home Assistant. This page is here to help<br />
you figure out the most common problems.</p>
<p>It can happen that you run into trouble while installing Home Assistant. This page is here to help you figure out the most common problems.</p>
<p><strong>pip3: command not found</strong><br />
This utility should have been installed as part of the Python 3.4 installation. Check if Python 3.4 is installed by running <code>python3 --version</code>. If it is not installed, <a href="https://www.python.org/getit/">download it here</a>.</p>
<h4><a class="title-link" name="pip3-command-not-found" href="#pip3-command-not-found"></a> pip3: command not found</h4>
<p>This utility should have been installed as part of the Python 3.4 installation. Check if Python 3.4 is installed by running <code>python3 --version</code>. If it is not installed, <a href="https://www.python.org/getit/">download it here</a>.</p>
<p>If you are able to successfully run <code>python3 --version</code> but not <code>pip3</code>, run the following command instead to install Home Assistant:</p>
@ -126,8 +125,8 @@ This utility should have been installed as part of the Python 3.4 installation.
</div>
</div>
<p><strong>No module named pip</strong><br />
<a href="https://pip.pypa.io/en/stable/">Pip</a> should come bundled with the latest Python 3 but is ommitted by some distributions. If you are unable to run <code>python3 -m pip --version</code> you can install <code>pip</code> by <a href="https://bootstrap.pypa.io/get-pip.py">downloading the installer</a> and run it with Python 3:</p>
<h4><a class="title-link" name="no-module-named-pip" href="#no-module-named-pip"></a> No module named pip</h4>
<p><a href="https://pip.pypa.io/en/stable/">Pip</a> should come bundled with the latest Python 3 but is ommitted by some distributions. If you are unable to run <code>python3 -m pip --version</code> you can install <code>pip</code> by <a href="https://bootstrap.pypa.io/get-pip.py">downloading the installer</a> and run it with Python 3:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ python3 get-pip.py
@ -135,21 +134,21 @@ This utility should have been installed as part of the Python 3.4 installation.
</div>
</div>
<p><strong>distutils.errors.DistutilsOptionError: must supply either home or prefix/exec-prefix not both</strong><br />
This is a known issue if youre on a Mac using Homebrew to install Python. Please follow <a href="https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md#note-on-pip-install---user">these instructions</a> to resolve it.</p>
<h4><a class="title-link" name="distutilserrorsdistutilsoptionerror-must-supply-either-home-or-prefixexec-prefix----not-both" href="#distutilserrorsdistutilsoptionerror-must-supply-either-home-or-prefixexec-prefix----not-both"></a> distutils.errors.DistutilsOptionError: must supply either home or prefix/exec-prefix not both</h4>
<p>This is a known issue if youre on a Mac using Homebrew to install Python. Please follow <a href="https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md#note-on-pip-install---user">these instructions</a> to resolve it.</p>
<p><strong>CentOS and Python 3</strong><br />
To run Python 3.x on <a href="https://www.centos.org/">CentOS</a> or RHEL, <a href="https://www.softwarecollections.org/en/scls/rhscl/rh-python34/">Software Collections</a> needs to be activated.</p>
<h4><a class="title-link" name="centos-and-python-3" href="#centos-and-python-3"></a> CentOS and Python 3</h4>
<p>To run Python 3.x on <a href="https://www.centos.org/">CentOS</a> or RHEL, <a href="https://www.softwarecollections.org/en/scls/rhscl/rh-python34/">Software Collections</a> needs to be activated.</p>
<p><strong>No access to the frontend</strong><br />
In newer Linux distributions (at least Fedora 22/CentOS 7) the access to a host is very limited. This means that you cant access the Home Assistant Frontend that is running on a host outside of the host machine. Windows and OSX machines may also have issues with this.</p>
<h4><a class="title-link" name="no-access-to-the-frontend" href="#no-access-to-the-frontend"></a> No access to the frontend</h4>
<p>In newer Linux distributions (at least Fedora 22/CentOS 7) the access to a host is very limited. This means that you cant access the Home Assistant frontend that is running on a host outside of the host machine. Windows and OSX machines may also have issues with this.</p>
<p>To fix this you will need to open your machines firewall for TCP traffic over port 8123. The method for doing this will vary depending on your operating system and the firewall you have installed. Below are some suggestions to try. Google is your friend here.</p>
<p><a href="http://windows.microsoft.com/en-us/windows/open-port-windows-firewall#1TC=windows-7">Windows instructions</a><br />
<a href="https://support.apple.com/en-us/HT201642">Mac OSX instructions</a></p>
<p>For firewalld systems (Fedora, RHEL, etc.):</p>
<p>For systems with <strong>firewalld</strong> (Fedora, CentOS/RHEL, etc.):</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ sudo firewall-cmd --permanent --add-port=8123/tcp
@ -166,7 +165,7 @@ $ sudo firewall-cmd --reload
</div>
</div>
<p>For iptables systems (usually the default):</p>
<p>For <code>iptables</code> systems (was the default for older distributions):</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ iptables -I INPUT -p tcp --dport 8123 -j ACCEPT
@ -175,8 +174,8 @@ $ iptables-save &gt; /etc/network/iptables.rules # your rules may be saved else
</div>
</div>
<p><strong>Run the development version</strong><br />
If you want to stay on top of the development of Home Assistant then you can upgrade to the dev branch. This can result in an unstable system, loss of data etc etc.</p>
<h4><a class="title-link" name="run-the-development-version" href="#run-the-development-version"></a> Run the development version</h4>
<p>If you want to stay on top of the development of Home Assistant then you can upgrade to the <code>dev</code> branch. This can result in an unstable system, loss of data, etc, etc.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ pip3 install --upgrade git+git://github.com/balloob/home-assistant.git@dev

View file

@ -948,618 +948,618 @@
</url>
<url>
<loc>https://home-assistant.io/components/alarm_control_panel.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/arduino.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/automation.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/browser.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/camera.foscam.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/camera.generic.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/configurator.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/conversation.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.aruba.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.locative.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.snmp.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.thomson.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.tplink.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/device_tracker.ubus.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/discovery.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/downloader.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/ecobee.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/group.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/history.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/ifttt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/ifttt.manything.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/introduction.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/isy994.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/keyboard.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.blinksticklight.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.hue.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.hyperion.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.rfxtrx.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.tellstick.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.vera.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/light.wink.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/lock.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/lock.wink.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/logbook.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.denon.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.firetv.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.itunes.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.kodi.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.plex.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.sonos.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/media_player.squeezebox.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/modbus.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/mqtt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.file.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.nma.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.slack.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.telegram.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/rfxtrx.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/scene.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/script.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.arduino.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.arest.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.command_sensor.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.dht.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.ecobee.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.efergy.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.forecast.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.glances.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.modbus.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.mqtt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.rest.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.tellstick.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.temper.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.vera.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.wink.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sensor.worldclock.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/shell_command.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/sun.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.arduino.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.arest.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.edimax.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.modbus.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.mqtt.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.rest.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.rfxtrx.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.tellstick.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.vera.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/switch.wink.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/tellstick.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/thermostat.ecobee.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/thermostat.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/vera.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/verisure.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/wink.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/zone.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/components/zwave.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/frontend.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/index.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/api.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/architecture.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/creating_components.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/credits.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/frontend.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/python_api.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/rest_api.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/developers/website.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/android.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/automation.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/autostart.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/devices.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/presence-detection.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
<lastmod>2016-01-26T10:18:49+00:00</lastmod>
<lastmod>2016-01-26T15:18:15+00:00</lastmod>
</url>
</urlset>