Site updated at 2015-06-16 15:53:45 UTC
2
atom.xml
|
@ -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>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -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>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -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>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: component | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/component/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: core | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/core/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: frontend | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/frontend/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -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>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: website | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<updated>2015-06-16T08:53:29-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -104,7 +104,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format <code>turn <Friendly Name> <on/off></code>.</p>
|
||||
<p><img src='/images/supported_brands/system-users.png' class='brand pull-right' />
|
||||
The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format <code>turn <Friendly Name> <on/off></code>.</p>
|
||||
|
||||
<p>To enable the conversion option in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'>conversation:</span></code></pre></td></tr></table></div></figure>
|
||||
|
|
|
@ -104,13 +104,16 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>downloader</code> component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.</p>
|
||||
<p><img src='/images/supported_brands/download.png' class='brand pull-right' />
|
||||
The <code>downloader</code> component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.</p>
|
||||
|
||||
<p>To enable it, add the following lines to your <code>configuration.yaml</code>:</p>
|
||||
|
||||
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'>downloader:
|
||||
<span class='line-number'>3</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'># Example configuration.yaml entry
|
||||
</span><span class='line'>downloader:
|
||||
</span><span class='line'> download_dir: downloads</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
|
|
|
@ -104,7 +104,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>This component will track everything that is going on within Home Assistant and allows the user to browse through it.</p>
|
||||
<p><img src='/images/supported_brands/history.png' class='brand pull-right' />
|
||||
This component will track everything that is going on within Home Assistant and allows the user to browse through it.</p>
|
||||
|
||||
<p>To enable the history option in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/switch.command_switch.html'><img src='/images/supported_brands/commandline.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/switch.command_switch.html'>Command line Switch</a></td>
|
||||
<td>Switch that issues command line commands when turned on and off.</td>
|
||||
</tr>
|
||||
|
@ -222,7 +222,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/switch.hikvision.html'><img src='/images/supported_brands/hikvision.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/switch.hikvision.html'>Hikvision</a></td>
|
||||
<td>Control the motion detection setting on your Hikvision camera.</td>
|
||||
</tr>
|
||||
|
@ -293,111 +293,111 @@ the manufacturers of these devices.
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/history.html'>History</a></td>
|
||||
<td>Track the state of entities and allow users to browse through history.</td>
|
||||
<td><a href='/components/hostory.html'><img src='/images/supported_brands/history.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/history.html'>History</a></td>
|
||||
<td>Track the state of entities and allow users to browse through history.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/conversation.html'>Conversation</a></td>
|
||||
<td>Process textual commands like ones received by speech-to-text engines.</td>
|
||||
<td><a href='/components/conversation.html'><img src='/images/supported_brands/system-users.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/conversation.html'>Conversation</a></td>
|
||||
<td>Process textual commands like ones received by speech-to-text engines.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/discovery.html'>Discovery</a></td>
|
||||
<td>Scans the network for supported devices.</td>
|
||||
<td></td>
|
||||
<td><a href='/components/discovery.html'>Discovery</a></td>
|
||||
<td>Scans the network for supported devices.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/logbook.html'>Logbook</a></td>
|
||||
<td>Provides a logbook-style view on the Entity history.</td>
|
||||
<td><a href='/components/logbook.html'><img src='/images/supported_brands/logbook.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/logbook.html'>Logbook</a></td>
|
||||
<td>Provides a logbook-style view on the Entity history.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/nma.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.nma.html'>Notify My Android (NMA)</a></td>
|
||||
<td>Allow sending messages using Notify My Android (NMA).</td>
|
||||
<td><a href='/components/notify.nma.html'><img src='/images/supported_brands/nma.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/notify.nma.html'>Notify My Android (NMA)</a></td>
|
||||
<td>Allow sending messages using Notify My Android (NMA).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/instapush.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.instapush.html'>Instapush</a></td>
|
||||
<td>Allow sending messages using Instapush.</td>
|
||||
<td><a href='/components/notify.instapush.html'><img src='/images/supported_brands/instapush.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/notify.instapush.html'>Instapush</a></td>
|
||||
<td>Allow sending messages using Instapush.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/pushbullet.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.pushbullet.html'>PushBullet</a></td>
|
||||
<td>Allow sending messages using PushBullet.</td>
|
||||
<td><a href='/components/notify.pushbullet.html'><img src='/images/supported_brands/pushbullet.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/notify.pushbullet.html'>PushBullet</a></td>
|
||||
<td>Allow sending messages using PushBullet.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/pushover.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.pushover.html'>PushOver</a></td>
|
||||
<td>Allow sending messages using PushOver.</td>
|
||||
<td><a href='/components/notify.pushover.html'><img src='/images/supported_brands/pushover.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/notify.pushover.html'>PushOver</a></td>
|
||||
<td>Allow sending messages using PushOver.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/smtp.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.smtp.html'>E-Mail</a></td>
|
||||
<td>Allow sending e-mail messages.</td>
|
||||
<td><img src='/images/supported_brands/smtp.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.smtp.html'>E-Mail</a></td>
|
||||
<td>Allow sending e-mail messages.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/notify.syslog.html'>Syslog</a></td>
|
||||
<td>Allow sending messages to a local syslog.</td>
|
||||
<td></td>
|
||||
<td><a href='/components/notify.syslog.html'>Syslog</a></td>
|
||||
<td>Allow sending messages to a local syslog.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/xmpp.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.xmpp.html'>Jabber (XMPP)</a></td>
|
||||
<td>Allow sending messages using Jabber (XMPP).</td>
|
||||
<td><a href='/components/notify.xmpp.html'><img src='/images/supported_brands/xmpp.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/notify.xmpp.html'>Jabber (XMPP)</a></td>
|
||||
<td>Allow sending messages using Jabber (XMPP).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/browser.html'>Browser</a></td>
|
||||
<td>Open URLs on the host machine.</td>
|
||||
<td></td>
|
||||
<td><a href='/components/browser.html'>Browser</a></td>
|
||||
<td>Open URLs on the host machine.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/downloader.html'>Downloader</a></td>
|
||||
<td>Allows downloading URLs to the host machine.</td>
|
||||
<td><a href='/components/downloader.html'><img src='/images/supported_brands/download.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/downloader.html'>Downloader</a></td>
|
||||
<td>Allows downloading URLs to the host machine.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/keyboard.html'>Keyboard</a></td>
|
||||
<td>Simulate key presses on the host machine.</td>
|
||||
<td><a href='/components/keyboard.html'><img src='/images/supported_brands/keyboard.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/keyboard.html'>Keyboard</a></td>
|
||||
<td>Simulate key presses on the host machine.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/openweathermap.png' class='brand' /></td>
|
||||
<td><a href='/components/sensor.openweathermap.html'>OpenWeatherMap</a></td>
|
||||
<td>Display current meteorological data from your location.</td>
|
||||
<td><a href='/components/sensor.openweathermap.html'><img src='/images/supported_brands/openweathermap.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/sensor.openweathermap.html'>OpenWeatherMap</a></td>
|
||||
<td>Display current meteorological data from your location.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/bitcoin.png' class='brand' /></td>
|
||||
<td><a href='/components/sensor.bitcoin.html'>Bitcoin</a></td>
|
||||
<td>Display details about the Bitcoin Network and your Blockchain.info online wallet.</td>
|
||||
<td><a href='/components/sensor.bitcoin.html'><img src='/images/supported_brands/bitcoin.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/sensor.bitcoin.html'>Bitcoin</a></td>
|
||||
<td>Display details about the Bitcoin Network and your Blockchain.info online wallet.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/sensor.swiss_public_transport.html'>Swiss Public Transport</a></td>
|
||||
<td>Display timetable data for traveling in Switzerland.</td>
|
||||
<td></td>
|
||||
<td><a href='/components/sensor.swiss_public_transport.html'>Swiss Public Transport</a></td>
|
||||
<td>Display timetable data for traveling in Switzerland.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/sensor.time_date.html'>Time & Date</a></td>
|
||||
<td>Displays the time and the date.</td>
|
||||
<td><a href='/components/sensor.time_date.html'><img src='/images/supported_brands/clock.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/sensor.time_date.html'>Time & Date</a></td>
|
||||
<td>Displays the time and the date.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -104,7 +104,8 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>keyboard</code> component simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):</p>
|
||||
<p><img src='/images/supported_brands/keyboard.png' class='brand pull-right' />
|
||||
The <code>keyboard</code> component simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):</p>
|
||||
|
||||
<ul>
|
||||
<li><code>keyboard/volume_up</code></li>
|
||||
|
|
|
@ -104,7 +104,9 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>This new platform can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.</p>
|
||||
<p>The limitlessled can control your <a href="http://www.limitlessled.com/">LimitlessLED</a> lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.</p>
|
||||
|
||||
<p>To add limitlessled to your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
|
|
@ -104,9 +104,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p><img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" />
|
||||
The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in chronological order. <a href="/demo/">See the demo for a live example.</a>
|
||||
<span class='clearfix'></span></p>
|
||||
<p><img src='/images/supported_brands/logbook.png' class='brand pull-right' />
|
||||
The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in chronological order. <a href="/demo/">See the demo for a live example</a>.</p>
|
||||
|
||||
<p>To enable the logbook in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
@ -115,6 +116,8 @@ The logbook component provides a different perspective on the history of your ho
|
|||
</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
<p><img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" /></p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
|
@ -114,7 +114,9 @@ The mpd platform allows you to control a <a href="http://www.musicpd.org/">Music
|
|||
<span class='line-number'>3</span>
|
||||
<span class='line-number'>4</span>
|
||||
<span class='line-number'>5</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'>media_player:
|
||||
<span class='line-number'>6</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'># Example configuration.yaml entry
|
||||
</span><span class='line'>media_player:
|
||||
</span><span class='line'> platform: mpd
|
||||
</span><span class='line'> server: 127.0.0.1
|
||||
</span><span class='line'> port: 6600
|
||||
|
|
|
@ -104,7 +104,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The time and date platform simple displays the time in various formats, the date, or both.</p>
|
||||
<p><img src='/images/supported_brands/clock.png' class='brand pull-right' />
|
||||
The time and date platform simple displays the time in various formats, the date, or both.</p>
|
||||
|
||||
<p>To enable this sensor in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
|
|
@ -104,7 +104,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>A switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!</p>
|
||||
<p><img src='/images/supported_brands/commandline.png' class='brand pull-right' />
|
||||
A switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!</p>
|
||||
|
||||
<p>To enable it, add the following lines to your <code>configuration.yaml</code>:</p>
|
||||
|
||||
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
|
|
@ -104,7 +104,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>This switch platform allows you to control your motion detection setting on your Hikvision camera.</p>
|
||||
<p><img src='/images/supported_brands/hikvision.png' class='brand pull-right' />
|
||||
This hikvisioncam switch platform allows you to control your motion detection setting on your <a href="http://www.hikvision.com/">Hikvision</a> camera.</p>
|
||||
|
||||
<p>To use your Hikvision cam in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>Before we dive into the Home Assistant architecture, it is important to get a clear overview of the home automation landscape as a whole. This will allow us to show how the different parts of Home Assistant fit in the picture. For a more lengthy discussion about what each part in this overview is responsible for, <a href='/blog/2014/12/25/home-control-home-automation-and-the-smart-home/'>check out our blog</a>. A tl;dr version of the blog:</p>
|
||||
<p>Before we dive into the Home Assistant architecture, it is important to get a clear overview of the home automation landscape as a whole. This will allow us to show how the different parts of Home Assistant fit in the picture. For a more lengthy discussion about what each part in this overview is responsible for, <a href='/blog/2014/12/26/home-control-home-automation-and-the-smart-home/'>check out our blog</a>. A tl;dr version of the blog:</p>
|
||||
|
||||
<ul>
|
||||
<li>Home Control is responsible for collecting information on- and controlling devices.</li>
|
||||
|
|
|
@ -193,7 +193,7 @@ Home Assistant currently does not fare well if server and client are in differen
|
|||
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
</pre></td><td class='code'><pre><code class='bash'><span class='line'>sudo apt-get install python3-dev
|
||||
</span><span class='line'>sudo apt-get install libsqlite3-dev libreadline-dev
|
||||
</span><span class='line'>sudo apt-get install libsqlite3-dev libreadline-dev libbz2-dev
|
||||
</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
<p>Log out and then back in so your bashrc is reloaded.</p>
|
||||
|
|
BIN
images/supported_brands/clock.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
images/supported_brands/commandline.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
images/supported_brands/download.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/supported_brands/hikvision.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
images/supported_brands/history.png
Normal file
After Width: | Height: | Size: 290 B |
BIN
images/supported_brands/keyboard.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/supported_brands/logbook.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
images/supported_brands/system-users.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
148
sitemap.xml
|
@ -82,445 +82,445 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/android.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/api.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/automation.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/browser.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/configurator.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/conversation.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/discovery.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/downloader.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/group.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/history.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/blog/</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/blog/archives/</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/isy994.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.hue.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/logbook.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/media_player.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/modbus.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.nma.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/python_api.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/rest_api.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/scene.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/scheduler.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/script.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sun.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/tellstick.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/vera.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/wink.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/zwave.html</loc>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<lastmod>2015-06-16T08:53:29-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
|