Site updated at 2015-12-20 05:55:36 UTC
This commit is contained in:
parent
81633dd5dc
commit
42e481f37c
66 changed files with 395 additions and 872 deletions
42
atom.xml
42
atom.xml
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Home Assistant]]></title>
|
<title><![CDATA[Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Set up encryption using Let's Encrypt]]></title>
|
<title type="html"><![CDATA[Set up encryption using Let's Encrypt]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/"/>
|
<link href="https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/"/>
|
||||||
<updated>2015-12-13T10:05:00-08:00</updated>
|
<updated>2015-12-13T18:05:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt</id>
|
<id>https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt</id>
|
||||||
<content type="html"><![CDATA[<p>Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.</p>
|
<content type="html"><![CDATA[<p>Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.</p>
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[[Update: decision reversed!] Philips Hue blocks 3rd party lights]]></title>
|
<title type="html"><![CDATA[[Update: decision reversed!] Philips Hue blocks 3rd party lights]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/"/>
|
<link href="https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/"/>
|
||||||
<updated>2015-12-12T10:44:00-08:00</updated>
|
<updated>2015-12-12T18:44:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs</id>
|
<id>https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs</id>
|
||||||
<content type="html"><![CDATA[<p><strong>Update Dec 16</strong>: Great news! Philips has decided to <a href="http://www.developers.meethue.com/documentation/friends-hue-update">reverse their decision</a> and is working on a software update to allow 3rd party light bulbs again.</p>
|
<content type="html"><![CDATA[<p><strong>Update Dec 16</strong>: Great news! Philips has decided to <a href="http://www.developers.meethue.com/documentation/friends-hue-update">reverse their decision</a> and is working on a software update to allow 3rd party light bulbs again.</p>
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Activating Tasker tasks from Home Assistant using command line switches]]></title>
|
<title type="html"><![CDATA[Activating Tasker tasks from Home Assistant using command line switches]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/"/>
|
<link href="https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/"/>
|
||||||
<updated>2015-12-10T02:39:41-08:00</updated>
|
<updated>2015-12-10T10:39:41+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches</id>
|
<id>https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-12-tasker/tasker-logo.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-12-tasker/tasker-logo.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
||||||
In this tutorial I will explain how you can activate Tasker tasks from Home Assistant command line switches. We are going to set up a switch that when toggled will make your Android device say either “On” or “Off”.</p>
|
In this tutorial I will explain how you can activate Tasker tasks from Home Assistant command line switches. We are going to set up a switch that when toggled will make your Android device say either “On” or “Off”.</p>
|
||||||
|
@ -234,7 +234,7 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[InfluxDB and Grafana]]></title>
|
<title type="html"><![CDATA[InfluxDB and Grafana]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/"/>
|
<link href="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/"/>
|
||||||
<updated>2015-12-07T06:15:13-08:00</updated>
|
<updated>2015-12-07T14:15:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana</id>
|
<id>https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/influxdb.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><img src="https://home-assistant.io/images/supported_brands/grafana.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/influxdb.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><img src="https://home-assistant.io/images/supported_brands/grafana.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
||||||
The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time series database primarly designed to store sensor data and real-time analytics.</p>
|
The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time series database primarly designed to store sensor data and real-time analytics.</p>
|
||||||
|
@ -354,7 +354,7 @@ $ sudo systemctl status grafana-server
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.9: Rollershutters, locks, binary sensors and InfluxDB]]></title>
|
<title type="html"><![CDATA[0.9: Rollershutters, locks, binary sensors and InfluxDB]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/"/>
|
<link href="https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/"/>
|
||||||
<updated>2015-12-06T11:29:00-08:00</updated>
|
<updated>2015-12-06T19:29:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support</id>
|
<id>https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support</id>
|
||||||
<content type="html"><![CDATA[<p>It’s been a few weeks but we managed to polish a nice new release of Home Assistant for y’all!</p>
|
<content type="html"><![CDATA[<p>It’s been a few weeks but we managed to polish a nice new release of Home Assistant for y’all!</p>
|
||||||
|
|
||||||
|
@ -383,7 +383,7 @@ $ sudo systemctl status grafana-server
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Community Highlights]]></title>
|
<title type="html"><![CDATA[Community Highlights]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/05/community-highlights/"/>
|
<link href="https://home-assistant.io/blog/2015/12/05/community-highlights/"/>
|
||||||
<updated>2015-12-05T23:39:00-08:00</updated>
|
<updated>2015-12-05T23:39:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/05/community-highlights</id>
|
<id>https://home-assistant.io/blog/2015/12/05/community-highlights</id>
|
||||||
<content type="html"><![CDATA[<p>From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:</p>
|
<content type="html"><![CDATA[<p>From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:</p>
|
||||||
|
|
||||||
|
@ -402,7 +402,7 @@ $ sudo systemctl status grafana-server
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Survey November 2015]]></title>
|
<title type="html"><![CDATA[Survey November 2015]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/11/22/survey-november-2015/"/>
|
<link href="https://home-assistant.io/blog/2015/11/22/survey-november-2015/"/>
|
||||||
<updated>2015-11-22T06:51:18-08:00</updated>
|
<updated>2015-11-22T14:51:18+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/11/22/survey-november-2015</id>
|
<id>https://home-assistant.io/blog/2015/11/22/survey-november-2015</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-11-survey/releases.png" style="float: right; margin-left: 8px; margin-bottom: 8px;" height="120" />Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that’s enough time to have some “only partially representative” data. It’s hard to tell how many Home Assistant users are out there. Currently there are 215 members in our <a href="https://gitter.im/balloob/home-assistant">Gitter chat room</a> and last week <a href="https://pypi.python.org/pypi/homeassistant/">PyPI</a> counted 5063 downloads.</p>
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-11-survey/releases.png" style="float: right; margin-left: 8px; margin-bottom: 8px;" height="120" />Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that’s enough time to have some “only partially representative” data. It’s hard to tell how many Home Assistant users are out there. Currently there are 215 members in our <a href="https://gitter.im/balloob/home-assistant">Gitter chat room</a> and last week <a href="https://pypi.python.org/pypi/homeassistant/">PyPI</a> counted 5063 downloads.</p>
|
||||||
|
|
||||||
|
@ -488,7 +488,7 @@ $ sudo systemctl status grafana-server
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.8: Honeywell Thermostats, Orvibo switches and Z-Wave switches and lights ]]></title>
|
<title type="html"><![CDATA[0.8: Honeywell Thermostats, Orvibo switches and Z-Wave switches and lights ]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/"/>
|
<link href="https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/"/>
|
||||||
<updated>2015-11-16T20:27:00-08:00</updated>
|
<updated>2015-11-16T21:27:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported</id>
|
<id>https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/screenshots/custom-icons.png" style="float: right;" />We have all been hard at work to get this latest release ready. One of the big highlights in this release is the introduction of an extended iconset to be used in the frontend (credits to <a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> for idea and prototype). To get started with customizing, pick any icon from <a href="https://MaterialDesignIcons.com">MaterialDesignIcons.com</a>, prefix the name with <code>mdi:</code> and stick it into your <code>customize</code> section in <code>configuration.yaml</code>:</p>
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/screenshots/custom-icons.png" style="float: right;" />We have all been hard at work to get this latest release ready. One of the big highlights in this release is the introduction of an extended iconset to be used in the frontend (credits to <a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> for idea and prototype). To get started with customizing, pick any icon from <a href="https://MaterialDesignIcons.com">MaterialDesignIcons.com</a>, prefix the name with <code>mdi:</code> and stick it into your <code>customize</code> section in <code>configuration.yaml</code>:</p>
|
||||||
|
|
||||||
|
@ -535,7 +535,7 @@ $ sudo systemctl status grafana-server
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.7.6: Amazon FireTV, Radiotherm thermostats]]></title>
|
<title type="html"><![CDATA[0.7.6: Amazon FireTV, Radiotherm thermostats]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported/"/>
|
<link href="https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported/"/>
|
||||||
<updated>2015-10-26T18:10:00-07:00</updated>
|
<updated>2015-10-26T18:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported</id>
|
<id>https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported</id>
|
||||||
<content type="html"><![CDATA[<p>After two weeks of hard work I’m proud to announce the release of Home Assistant v0.7.6. For this release the main focus was bugs, test coverage and documentation. And we exceeded expectations on all three fronts. Bugs have been squashed, <a href="https://coveralls.io/builds/3946399">test coverage increased to 85%</a> and thanks to the hard work by <a href="https://github.com/fabaff">@fabaff</a> and myself the <a href="https://home-assistant.io/components/">component section</a> on the website has gotten a complete revamp.</p>
|
<content type="html"><![CDATA[<p>After two weeks of hard work I’m proud to announce the release of Home Assistant v0.7.6. For this release the main focus was bugs, test coverage and documentation. And we exceeded expectations on all three fronts. Bugs have been squashed, <a href="https://coveralls.io/builds/3946399">test coverage increased to 85%</a> and thanks to the hard work by <a href="https://github.com/fabaff">@fabaff</a> and myself the <a href="https://home-assistant.io/components/">component section</a> on the website has gotten a complete revamp.</p>
|
||||||
|
|
||||||
|
@ -585,7 +585,7 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
||||||
<updated>2015-10-11T12:10:00-07:00</updated>
|
<updated>2015-10-11T19:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
||||||
|
@ -951,7 +951,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.7.5: Blinkstick, SNMP, Telegram]]></title>
|
<title type="html"><![CDATA[0.7.5: Blinkstick, SNMP, Telegram]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/"/>
|
<link href="https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/"/>
|
||||||
<updated>2015-10-11T10:10:00-07:00</updated>
|
<updated>2015-10-11T17:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support</id>
|
<id>https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support</id>
|
||||||
<content type="html"><![CDATA[<p>We discovered two issues annoying enough to warrent the release of 0.7.5:</p>
|
<content type="html"><![CDATA[<p>We discovered two issues annoying enough to warrent the release of 0.7.5:</p>
|
||||||
|
|
||||||
|
@ -979,7 +979,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Home Assistant goes geo with OwnTracks]]></title>
|
<title type="html"><![CDATA[Home Assistant goes geo with OwnTracks]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/"/>
|
<link href="https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/"/>
|
||||||
<updated>2015-10-05T21:49:00-07:00</updated>
|
<updated>2015-10-05T21:49:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks</id>
|
<id>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks</id>
|
||||||
<content type="html"><![CDATA[<p>A few weeks have past and it is time again for another release: version 0.7.4. This time we’re very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
|
<content type="html"><![CDATA[<p>A few weeks have past and it is time again for another release: version 0.7.4. This time we’re very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
|
||||||
|
|
||||||
|
@ -1018,7 +1018,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Alarms, Sonos and iTunes now supported]]></title>
|
<title type="html"><![CDATA[Alarms, Sonos and iTunes now supported]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/09/19/alarm-sonos-and-itunes-support/"/>
|
<link href="https://home-assistant.io/blog/2015/09/19/alarm-sonos-and-itunes-support/"/>
|
||||||
<updated>2015-09-19T21:47:00-07:00</updated>
|
<updated>2015-09-19T21:47:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/09/19/alarm-sonos-and-itunes-support</id>
|
<id>https://home-assistant.io/blog/2015/09/19/alarm-sonos-and-itunes-support</id>
|
||||||
<content type="html"><![CDATA[<p>It’s like someone opened a can of rock solid developers and emptied it above our <a href="https://gitter.im/balloob/home-assistant">chat channel</a> because it exploded with great conversations and solid contributions. Featured in release 0.7.3: Sonos, iTunes, Alarm component and Automation upgrade.</p>
|
<content type="html"><![CDATA[<p>It’s like someone opened a can of rock solid developers and emptied it above our <a href="https://gitter.im/balloob/home-assistant">chat channel</a> because it exploded with great conversations and solid contributions. Featured in release 0.7.3: Sonos, iTunes, Alarm component and Automation upgrade.</p>
|
||||||
|
|
||||||
|
@ -1081,7 +1081,7 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Remote Monitoring with Glances]]></title>
|
<title type="html"><![CDATA[Remote Monitoring with Glances]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant/"/>
|
||||||
<updated>2015-09-18T02:00:00-07:00</updated>
|
<updated>2015-09-18T09:00:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant</id>
|
<id>https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/glances.png" style="border:none; box-shadow: none; float: right;" height="80" /><br />
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/glances.png" style="border:none; box-shadow: none; float: right;" height="80" /><br />
|
||||||
Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">feature requests</a> I started looking into the available options to do monitoring of remote hosts. The feature request is about displaying system information in a similar way than the <a href="https://home-assistant.io/components/sensor.systemmonitor/">systemmonitor</a> sensor does it for the local system. After a while I started to think that it would be a nice addition for a small home network where no full-blown system monitoring setup is present.</p>
|
Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">feature requests</a> I started looking into the available options to do monitoring of remote hosts. The feature request is about displaying system information in a similar way than the <a href="https://home-assistant.io/components/sensor.systemmonitor/">systemmonitor</a> sensor does it for the local system. After a while I started to think that it would be a nice addition for a small home network where no full-blown system monitoring setup is present.</p>
|
||||||
|
@ -1165,7 +1165,7 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Home Assistant meets IFTTT]]></title>
|
<title type="html"><![CDATA[Home Assistant meets IFTTT]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/09/13/home-assistant-meets-ifttt/"/>
|
<link href="https://home-assistant.io/blog/2015/09/13/home-assistant-meets-ifttt/"/>
|
||||||
<updated>2015-09-13T09:28:00-07:00</updated>
|
<updated>2015-09-13T16:28:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/09/13/home-assistant-meets-ifttt</id>
|
<id>https://home-assistant.io/blog/2015/09/13/home-assistant-meets-ifttt</id>
|
||||||
<content type="html"><![CDATA[<p>Today we announce the release of Home Assistant v0.7.2 which includes brand new support by <a href="https://github.com/sfam">@sfam</a> to integrate with <a href="https://ifttt.com">IFTTT</a>. IFTTT stands for If This, Then That and is a webservice that integrates with almost every possible webservice out there. Adding Home Assistant to this mix means Home Assistant can connect with all via IFTTT.</p>
|
<content type="html"><![CDATA[<p>Today we announce the release of Home Assistant v0.7.2 which includes brand new support by <a href="https://github.com/sfam">@sfam</a> to integrate with <a href="https://ifttt.com">IFTTT</a>. IFTTT stands for If This, Then That and is a webservice that integrates with almost every possible webservice out there. Adding Home Assistant to this mix means Home Assistant can connect with all via IFTTT.</p>
|
||||||
|
|
||||||
|
@ -1346,7 +1346,7 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Using MQTT with Home Assistant]]></title>
|
<title type="html"><![CDATA[Using MQTT with Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/"/>
|
||||||
<updated>2015-09-11T02:19:38-07:00</updated>
|
<updated>2015-09-11T09:19:38+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant</id>
|
<id>https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant</id>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
<p><img src="https://home-assistant.io/images/supported_brands/mqtt.png" style="border:none; box-shadow: none; float: right;" height="80" /> <a href="https://en.wikipedia.org/wiki/MQTT">MQTT</a> support was added to Home Assistant recently. The <a href="https://home-assistant.io/components/mqtt/">MQTT component</a> will enable you to do all sort of things. Most likely you will use it to communicate with your devices. But Home Assistant doesn’t care where the data is coming from or is limited to real hardware as long as there is MQTT support. This means that it doesn’t matter if the data is coming from a human, a web service, or a device.</p>
|
<p><img src="https://home-assistant.io/images/supported_brands/mqtt.png" style="border:none; box-shadow: none; float: right;" height="80" /> <a href="https://en.wikipedia.org/wiki/MQTT">MQTT</a> support was added to Home Assistant recently. The <a href="https://home-assistant.io/components/mqtt/">MQTT component</a> will enable you to do all sort of things. Most likely you will use it to communicate with your devices. But Home Assistant doesn’t care where the data is coming from or is limited to real hardware as long as there is MQTT support. This means that it doesn’t matter if the data is coming from a human, a web service, or a device.</p>
|
||||||
|
@ -1668,7 +1668,7 @@ PubSubClient client(ethClient);
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.7: Better UI and improved distribution]]></title>
|
<title type="html"><![CDATA[0.7: Better UI and improved distribution]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/"/>
|
<link href="https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/"/>
|
||||||
<updated>2015-08-31T14:12:00-07:00</updated>
|
<updated>2015-08-31T21:12:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution</id>
|
<id>https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution</id>
|
||||||
<content type="html"><![CDATA[<p>As Home Assistant is gaining more and more users we started to feel the pain from not having a proper release mechanism. We had no version numbering and required users to checkout the source using Git to get started. On top of that, as the number of devices that we support keeps raising, so did the number of dependencies that are used. That’s why we decided to change the way we roll. From now on:</p>
|
<content type="html"><![CDATA[<p>As Home Assistant is gaining more and more users we started to feel the pain from not having a proper release mechanism. We had no version numbering and required users to checkout the source using Git to get started. On top of that, as the number of devices that we support keeps raising, so did the number of dependencies that are used. That’s why we decided to change the way we roll. From now on:</p>
|
||||||
|
|
||||||
|
@ -1789,7 +1789,7 @@ PubSubClient client(ethClient);
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Laundry Automation: insight and notifications]]></title>
|
<title type="html"><![CDATA[Laundry Automation: insight and notifications]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/"/>
|
||||||
<updated>2015-08-26T08:12:00-07:00</updated>
|
<updated>2015-08-26T15:12:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant</id>
|
<id>https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant</id>
|
||||||
<content type="html"><![CDATA[<p><em>This is a guest post by Home Assistant user and contributor <a href="https://github.com/nkgilley">Nolan Gilley</a>.</em></p>
|
<content type="html"><![CDATA[<p><em>This is a guest post by Home Assistant user and contributor <a href="https://github.com/nkgilley">Nolan Gilley</a>.</em></p>
|
||||||
|
|
||||||
|
@ -1933,7 +1933,7 @@ PubSubClient client(ethClient);
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Verisure devices and modern TP-Link routers now supported]]></title>
|
<title type="html"><![CDATA[Verisure devices and modern TP-Link routers now supported]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/08/17/verisure-and-modern-tp-link-router-support/"/>
|
<link href="https://home-assistant.io/blog/2015/08/17/verisure-and-modern-tp-link-router-support/"/>
|
||||||
<updated>2015-08-17T20:00:00-07:00</updated>
|
<updated>2015-08-17T20:00:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/08/17/verisure-and-modern-tp-link-router-support</id>
|
<id>https://home-assistant.io/blog/2015/08/17/verisure-and-modern-tp-link-router-support</id>
|
||||||
<content type="html"><![CDATA[<p>A minor bug fix release to fix some issues that have come up since the last release. Please upgrade as soon as possible by running <code>git pull</code> from the Home Assistant directory.</p>
|
<content type="html"><![CDATA[<p>A minor bug fix release to fix some issues that have come up since the last release. Please upgrade as soon as possible by running <code>git pull</code> from the Home Assistant directory.</p>
|
||||||
|
|
||||||
|
@ -1967,7 +1967,7 @@ PubSubClient client(ethClient);
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[MQTT, Rasperry PI, Logitech Squeezebox and ASUSWRT routers now supported]]></title>
|
<title type="html"><![CDATA[MQTT, Rasperry PI, Logitech Squeezebox and ASUSWRT routers now supported]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/"/>
|
<link href="https://home-assistant.io/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/"/>
|
||||||
<updated>2015-08-09T18:01:00-07:00</updated>
|
<updated>2015-08-09T18:01:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support</id>
|
<id>https://home-assistant.io/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support</id>
|
||||||
<content type="html"><![CDATA[<p>It’s time for the August release and there is some serious good stuff this time. The core of Home Assistant has gone some serious clean up and a bump in test coverage thanks to <a href="https://github.com/balloob">@balloob</a>. If you’re a developer, make sure you read up on <a href="https://github.com/balloob/home-assistant/pull/251">the deprecation notices</a>. <a href="https://github.com/fabaff">@fabaff</a> did another great round of documentating all the various components.</p>
|
<content type="html"><![CDATA[<p>It’s time for the August release and there is some serious good stuff this time. The core of Home Assistant has gone some serious clean up and a bump in test coverage thanks to <a href="https://github.com/balloob">@balloob</a>. If you’re a developer, make sure you read up on <a href="https://github.com/balloob/home-assistant/pull/251">the deprecation notices</a>. <a href="https://github.com/fabaff">@fabaff</a> did another great round of documentating all the various components.</p>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2014-12-18T23:24:45-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 18, 2014</time>
|
<time datetime="2014-12-18T23:24:45+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 18, 2014</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -234,15 +234,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2014-12-26T10:23:13-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 26, 2014</time>
|
<time datetime="2014-12-26T18:23:13+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 26, 2014</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -289,15 +289,6 @@ This article will try to explain how they all relate.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-04T13:29:07-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 4, 2015</time>
|
<time datetime="2015-01-04T21:29:07+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 4, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -273,15 +273,6 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-11T21:49:08-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 11, 2015</time>
|
<time datetime="2015-01-11T21:49:08+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -248,15 +248,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-13T08:29:04-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 13, 2015</time>
|
<time datetime="2015-01-13T16:29:04+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 13, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -251,15 +251,6 @@ password=YOUR_PASSWORD
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-24T18:36:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 24, 2015</time>
|
<time datetime="2015-01-24T18:36:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 24, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -257,15 +257,6 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-02-08T09:01:23-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 8, 2015</time>
|
<time datetime="2015-02-08T17:01:23+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 8, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -265,15 +265,6 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-02-24T22:41:27-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 24, 2015</time>
|
<time datetime="2015-02-24T22:41:27+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 24, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -250,15 +250,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-01T11:38:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 1, 2015</time>
|
<time datetime="2015-03-01T19:38:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 1, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Theodor Lindquist</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Theodor Lindquist</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -240,15 +240,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-08T23:16:10-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 8, 2015</time>
|
<time datetime="2015-03-08T22:16:10+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 8, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -241,15 +241,6 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-11T19:36:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 11, 2015</time>
|
<time datetime="2015-03-11T18:36:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -280,15 +280,6 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-22T01:21:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 22, 2015</time>
|
<time datetime="2015-03-22T08:21:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 22, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -317,15 +317,6 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-04-25T06:57:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 25, 2015</time>
|
<time datetime="2015-04-25T13:57:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 25, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -328,15 +328,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-05-09T23:08:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 9, 2015</time>
|
<time datetime="2015-05-09T23:08:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 9, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -263,15 +263,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-05-14T22:25:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 14, 2015</time>
|
<time datetime="2015-05-14T22:25:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 14, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -355,15 +355,6 @@ Before diving into the newly supported devices and services, I want to highlight
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-06-10T18:54:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> June 10, 2015</time>
|
<time datetime="2015-06-10T18:54:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> June 10, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> five minutes reading time</span>
|
<span><i class='icon-time'></i> five minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -408,15 +408,6 @@ This switch platform allows you to control your motion detection setting on your
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-07-11T01:37:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> July 11, 2015</time>
|
<time datetime="2015-07-11T08:37:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> July 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -360,15 +360,6 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-09T18:01:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 9, 2015</time>
|
<time datetime="2015-08-09T18:01:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 9, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -349,15 +349,6 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-17T20:00:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 17, 2015</time>
|
<time datetime="2015-08-17T20:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 17, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -259,15 +259,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-26T08:12:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 26, 2015</time>
|
<time datetime="2015-08-26T15:12:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 26, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Nolan Gilley</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Nolan Gilley</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -368,15 +368,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-31T14:12:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 31, 2015</time>
|
<time datetime="2015-08-31T21:12:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 31, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -346,15 +346,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-11T02:19:38-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 11, 2015</time>
|
<time datetime="2015-09-11T09:19:38+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> nine minutes reading time</span>
|
<span><i class='icon-time'></i> nine minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -549,15 +549,6 @@ PubSubClient client(ethClient);
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-13T09:28:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 13, 2015</time>
|
<time datetime="2015-09-13T16:28:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 13, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -408,15 +408,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-18T02:00:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 18, 2015</time>
|
<time datetime="2015-09-18T09:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 18, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -309,15 +309,6 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-19T21:47:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 19, 2015</time>
|
<time datetime="2015-09-19T21:47:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 19, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -288,15 +288,6 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-05T21:49:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 5, 2015</time>
|
<time datetime="2015-10-05T21:49:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 5, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -264,15 +264,6 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-11T12:10:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
<time datetime="2015-10-11T19:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> seven minutes reading time</span>
|
<span><i class='icon-time'></i> seven minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -595,15 +595,6 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-11T10:10:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
<time datetime="2015-10-11T17:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -253,15 +253,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-26T18:10:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 26, 2015</time>
|
<time datetime="2015-10-26T18:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 26, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -275,15 +275,6 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-11-16T20:27:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 16, 2015</time>
|
<time datetime="2015-11-16T21:27:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 16, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -271,15 +271,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-11-22T06:51:18-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 22, 2015</time>
|
<time datetime="2015-11-22T14:51:18+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 22, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -311,15 +311,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-05T23:39:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 6, 2015</time>
|
<time datetime="2015-12-05T23:39:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 5, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -244,15 +244,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-06T11:29:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 6, 2015</time>
|
<time datetime="2015-12-06T19:29:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 6, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -249,15 +249,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-07T06:15:13-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 07, 2015</time>
|
<time datetime="2015-12-07T14:15:13+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 07, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -340,15 +340,6 @@ $ sudo systemctl status grafana-server
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-10T02:39:41-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 10, 2015</time>
|
<time datetime="2015-12-10T10:39:41+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 10, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Rowan Hine</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Rowan Hine</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -290,15 +290,6 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-12T10:44:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 12, 2015</time>
|
<time datetime="2015-12-12T18:44:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 12, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -262,15 +262,6 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-13T10:05:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 13, 2015</time>
|
<time datetime="2015-12-13T18:05:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 13, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -327,15 +327,6 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-13T10:05:00-08:00" pubdate>
|
<time datetime="2015-12-13T18:05:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>13</span>
|
<span class='month'>Dec</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-12T10:44:00-08:00" pubdate>
|
<time datetime="2015-12-12T18:44:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>12</span>
|
<span class='month'>Dec</span> <span class='day'>12</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-10T02:39:41-08:00" pubdate>
|
<time datetime="2015-12-10T10:39:41+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>10</span>
|
<span class='month'>Dec</span> <span class='day'>10</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-07T06:15:13-08:00" pubdate>
|
<time datetime="2015-12-07T14:15:13+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>07</span>
|
<span class='month'>Dec</span> <span class='day'>07</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -248,7 +248,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-06T11:29:00-08:00" pubdate>
|
<time datetime="2015-12-06T19:29:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>06</span>
|
<span class='month'>Dec</span> <span class='day'>06</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -280,7 +280,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-05T23:39:00-08:00" pubdate>
|
<time datetime="2015-12-05T23:39:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>05</span>
|
<span class='month'>Dec</span> <span class='day'>05</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -312,7 +312,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-11-22T06:51:18-08:00" pubdate>
|
<time datetime="2015-11-22T14:51:18+00:00" pubdate>
|
||||||
<span class='month'>Nov</span> <span class='day'>22</span>
|
<span class='month'>Nov</span> <span class='day'>22</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -344,7 +344,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-11-16T20:27:00-08:00" pubdate>
|
<time datetime="2015-11-16T21:27:00+00:00" pubdate>
|
||||||
<span class='month'>Nov</span> <span class='day'>16</span>
|
<span class='month'>Nov</span> <span class='day'>16</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -376,7 +376,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-26T18:10:00-07:00" pubdate>
|
<time datetime="2015-10-26T18:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>26</span>
|
<span class='month'>Oct</span> <span class='day'>26</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -408,7 +408,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-11T12:10:00-07:00" pubdate>
|
<time datetime="2015-10-11T19:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>11</span>
|
<span class='month'>Oct</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -444,7 +444,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-11T10:10:00-07:00" pubdate>
|
<time datetime="2015-10-11T17:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>11</span>
|
<span class='month'>Oct</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -476,7 +476,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-05T21:49:00-07:00" pubdate>
|
<time datetime="2015-10-05T21:49:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>05</span>
|
<span class='month'>Oct</span> <span class='day'>05</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -508,7 +508,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-19T21:47:00-07:00" pubdate>
|
<time datetime="2015-09-19T21:47:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>19</span>
|
<span class='month'>Sep</span> <span class='day'>19</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -540,7 +540,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-18T02:00:00-07:00" pubdate>
|
<time datetime="2015-09-18T09:00:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>18</span>
|
<span class='month'>Sep</span> <span class='day'>18</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -572,7 +572,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-13T09:28:00-07:00" pubdate>
|
<time datetime="2015-09-13T16:28:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>13</span>
|
<span class='month'>Sep</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -606,7 +606,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-11T02:19:38-07:00" pubdate>
|
<time datetime="2015-09-11T09:19:38+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>11</span>
|
<span class='month'>Sep</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -640,7 +640,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-31T14:12:00-07:00" pubdate>
|
<time datetime="2015-08-31T21:12:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>31</span>
|
<span class='month'>Aug</span> <span class='day'>31</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -672,7 +672,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-26T08:12:00-07:00" pubdate>
|
<time datetime="2015-08-26T15:12:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>26</span>
|
<span class='month'>Aug</span> <span class='day'>26</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -704,7 +704,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-17T20:00:00-07:00" pubdate>
|
<time datetime="2015-08-17T20:00:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>17</span>
|
<span class='month'>Aug</span> <span class='day'>17</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -736,7 +736,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-09T18:01:00-07:00" pubdate>
|
<time datetime="2015-08-09T18:01:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>09</span>
|
<span class='month'>Aug</span> <span class='day'>09</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -768,7 +768,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-07-11T01:37:00-07:00" pubdate>
|
<time datetime="2015-07-11T08:37:00+00:00" pubdate>
|
||||||
<span class='month'>Jul</span> <span class='day'>11</span>
|
<span class='month'>Jul</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -800,7 +800,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-06-10T18:54:00-07:00" pubdate>
|
<time datetime="2015-06-10T18:54:00+00:00" pubdate>
|
||||||
<span class='month'>Jun</span> <span class='day'>10</span>
|
<span class='month'>Jun</span> <span class='day'>10</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -832,7 +832,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-05-14T22:25:00-07:00" pubdate>
|
<time datetime="2015-05-14T22:25:00+00:00" pubdate>
|
||||||
<span class='month'>May</span> <span class='day'>14</span>
|
<span class='month'>May</span> <span class='day'>14</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -864,7 +864,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-05-09T23:08:00-07:00" pubdate>
|
<time datetime="2015-05-09T23:08:00+00:00" pubdate>
|
||||||
<span class='month'>May</span> <span class='day'>09</span>
|
<span class='month'>May</span> <span class='day'>09</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -896,7 +896,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-04-25T06:57:00-07:00" pubdate>
|
<time datetime="2015-04-25T13:57:00+00:00" pubdate>
|
||||||
<span class='month'>Apr</span> <span class='day'>25</span>
|
<span class='month'>Apr</span> <span class='day'>25</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -928,7 +928,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-22T01:21:00-07:00" pubdate>
|
<time datetime="2015-03-22T08:21:00+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>22</span>
|
<span class='month'>Mar</span> <span class='day'>22</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -960,7 +960,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-11T19:36:00-07:00" pubdate>
|
<time datetime="2015-03-11T18:36:00+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>11</span>
|
<span class='month'>Mar</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -992,7 +992,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-08T23:16:10-07:00" pubdate>
|
<time datetime="2015-03-08T22:16:10+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>08</span>
|
<span class='month'>Mar</span> <span class='day'>08</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1024,7 +1024,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-01T11:38:00-08:00" pubdate>
|
<time datetime="2015-03-01T19:38:00+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>01</span>
|
<span class='month'>Mar</span> <span class='day'>01</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1056,7 +1056,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-02-24T22:41:27-08:00" pubdate>
|
<time datetime="2015-02-24T22:41:27+00:00" pubdate>
|
||||||
<span class='month'>Feb</span> <span class='day'>24</span>
|
<span class='month'>Feb</span> <span class='day'>24</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1088,7 +1088,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-02-08T09:01:23-08:00" pubdate>
|
<time datetime="2015-02-08T17:01:23+00:00" pubdate>
|
||||||
<span class='month'>Feb</span> <span class='day'>08</span>
|
<span class='month'>Feb</span> <span class='day'>08</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1120,7 +1120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-24T18:36:00-08:00" pubdate>
|
<time datetime="2015-01-24T18:36:00+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>24</span>
|
<span class='month'>Jan</span> <span class='day'>24</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1152,7 +1152,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-13T08:29:04-08:00" pubdate>
|
<time datetime="2015-01-13T16:29:04+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>13</span>
|
<span class='month'>Jan</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1184,7 +1184,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-11T21:49:08-08:00" pubdate>
|
<time datetime="2015-01-11T21:49:08+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>11</span>
|
<span class='month'>Jan</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1216,7 +1216,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-04T13:29:07-08:00" pubdate>
|
<time datetime="2015-01-04T21:29:07+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>04</span>
|
<span class='month'>Jan</span> <span class='day'>04</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1251,7 +1251,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2014-12-26T10:23:13-08:00" pubdate>
|
<time datetime="2014-12-26T18:23:13+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>26</span>
|
<span class='month'>Dec</span> <span class='day'>26</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1283,7 +1283,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2014-12-18T23:24:45-08:00" pubdate>
|
<time datetime="2014-12-18T23:24:45+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>18</span>
|
<span class='month'>Dec</span> <span class='day'>18</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1409,15 +1409,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Architecture | Home Assistant]]></title>
|
<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/blog/categories/architecture/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Home Control, Automation & the Smart Home]]></title>
|
<title type="html"><![CDATA[Home Control, Automation & the Smart Home]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2014/12/26/home-control-home-automation-and-the-smart-home/"/>
|
<link href="https://home-assistant.io/blog/2014/12/26/home-control-home-automation-and-the-smart-home/"/>
|
||||||
<updated>2014-12-26T10:23:13-08:00</updated>
|
<updated>2014-12-26T18:23:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2014/12/26/home-control-home-automation-and-the-smart-home</id>
|
<id>https://home-assistant.io/blog/2014/12/26/home-control-home-automation-and-the-smart-home</id>
|
||||||
<content type="html"><![CDATA[<p>The internet has been buzzing over the last year about home automation. A lot of different terms fly around like the internet of things, home automation and the smart home.<br />
|
<content type="html"><![CDATA[<p>The internet has been buzzing over the last year about home automation. A lot of different terms fly around like the internet of things, home automation and the smart home.<br />
|
||||||
This article will try to explain how they all relate.</p>
|
This article will try to explain how they all relate.</p>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2014-12-26T10:23:13-08:00" pubdate>
|
<time datetime="2014-12-26T18:23:13+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>26</span>
|
<span class='month'>Dec</span> <span class='day'>26</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -246,15 +246,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Branding | Home Assistant]]></title>
|
<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/blog/categories/branding/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[New logo for Home Assistant]]></title>
|
<title type="html"><![CDATA[New logo for Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/03/08/new-logo/"/>
|
<link href="https://home-assistant.io/blog/2015/03/08/new-logo/"/>
|
||||||
<updated>2015-03-08T23:16:10-07:00</updated>
|
<updated>2015-03-08T22:16:10+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/03/08/new-logo</id>
|
<id>https://home-assistant.io/blog/2015/03/08/new-logo</id>
|
||||||
<content type="html"><![CDATA[<p>It is well known that you are either a good programmer or a good designer. It’s rare you’ll meet someone that is both. That’s why it wasn’t surprising to anyone that the logo that I made was mediocre — at best. Luckily, <a href="http://jeremygeltman.com/">Jeremy Geltman</a> has come to the rescue and contributed a brand new logo for Home Assistant.</p>
|
<content type="html"><![CDATA[<p>It is well known that you are either a good programmer or a good designer. It’s rare you’ll meet someone that is both. That’s why it wasn’t surprising to anyone that the logo that I made was mediocre — at best. Luckily, <a href="http://jeremygeltman.com/">Jeremy Geltman</a> has come to the rescue and contributed a brand new logo for Home Assistant.</p>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Website launched!]]></title>
|
<title type="html"><![CDATA[Website launched!]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2014/12/18/website-launched/"/>
|
<link href="https://home-assistant.io/blog/2014/12/18/website-launched/"/>
|
||||||
<updated>2014-12-18T23:24:45-08:00</updated>
|
<updated>2014-12-18T23:24:45+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2014/12/18/website-launched</id>
|
<id>https://home-assistant.io/blog/2014/12/18/website-launched</id>
|
||||||
<content type="html"><![CDATA[<p>I finally took the time to setup a simple website to help people getting started with Home Assistant. The process was super smooth thanks to the great tools <a href="http://jekyllrb.com">Jekyll</a> and <a href="http://octopress.org">Octopress</a> and the great services <a href="https://pages.github.com">GitHub Pages</a> and <a href="https://cloudflare.com">CloudFlare</a>.</p>
|
<content type="html"><![CDATA[<p>I finally took the time to setup a simple website to help people getting started with Home Assistant. The process was super smooth thanks to the great tools <a href="http://jekyllrb.com">Jekyll</a> and <a href="http://octopress.org">Octopress</a> and the great services <a href="https://pages.github.com">GitHub Pages</a> and <a href="https://cloudflare.com">CloudFlare</a>.</p>
|
||||||
]]></content>
|
]]></content>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-08T23:16:10-07:00" pubdate>
|
<time datetime="2015-03-08T22:16:10+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>08</span>
|
<span class='month'>Mar</span> <span class='day'>08</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2014-12-18T23:24:45-08:00" pubdate>
|
<time datetime="2014-12-18T23:24:45+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>18</span>
|
<span class='month'>Dec</span> <span class='day'>18</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -281,15 +281,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Community | Home Assistant]]></title>
|
<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/blog/categories/community/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Community Highlights]]></title>
|
<title type="html"><![CDATA[Community Highlights]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/05/community-highlights/"/>
|
<link href="https://home-assistant.io/blog/2015/12/05/community-highlights/"/>
|
||||||
<updated>2015-12-05T23:39:00-08:00</updated>
|
<updated>2015-12-05T23:39:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/05/community-highlights</id>
|
<id>https://home-assistant.io/blog/2015/12/05/community-highlights</id>
|
||||||
<content type="html"><![CDATA[<p>From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:</p>
|
<content type="html"><![CDATA[<p>From time to time we come along things that are worth sharing with fellow Home Assisters. Here a list of some cool stuff from last week:</p>
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-05T23:39:00-08:00" pubdate>
|
<time datetime="2015-12-05T23:39:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>05</span>
|
<span class='month'>Dec</span> <span class='day'>05</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -246,15 +246,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
|
<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/blog/categories/esp8266/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
||||||
<updated>2015-10-11T12:10:00-07:00</updated>
|
<updated>2015-10-11T19:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-11T12:10:00-07:00" pubdate>
|
<time datetime="2015-10-11T19:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>11</span>
|
<span class='month'>Oct</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -250,15 +250,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: How-To | Home Assistant]]></title>
|
<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/blog/categories/how-to/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Set up encryption using Let's Encrypt]]></title>
|
<title type="html"><![CDATA[Set up encryption using Let's Encrypt]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/"/>
|
<link href="https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/"/>
|
||||||
<updated>2015-12-13T10:05:00-08:00</updated>
|
<updated>2015-12-13T18:05:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt</id>
|
<id>https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt</id>
|
||||||
<content type="html"><![CDATA[<p>Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.</p>
|
<content type="html"><![CDATA[<p>Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.</p>
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Activating Tasker tasks from Home Assistant using command line switches]]></title>
|
<title type="html"><![CDATA[Activating Tasker tasks from Home Assistant using command line switches]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/"/>
|
<link href="https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/"/>
|
||||||
<updated>2015-12-10T02:39:41-08:00</updated>
|
<updated>2015-12-10T10:39:41+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches</id>
|
<id>https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-12-tasker/tasker-logo.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-12-tasker/tasker-logo.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
||||||
In this tutorial I will explain how you can activate Tasker tasks from Home Assistant command line switches. We are going to set up a switch that when toggled will make your Android device say either “On” or “Off”.</p>
|
In this tutorial I will explain how you can activate Tasker tasks from Home Assistant command line switches. We are going to set up a switch that when toggled will make your Android device say either “On” or “Off”.</p>
|
||||||
|
@ -192,7 +192,7 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[InfluxDB and Grafana]]></title>
|
<title type="html"><![CDATA[InfluxDB and Grafana]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/"/>
|
<link href="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/"/>
|
||||||
<updated>2015-12-07T06:15:13-08:00</updated>
|
<updated>2015-12-07T14:15:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana</id>
|
<id>https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/influxdb.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><img src="https://home-assistant.io/images/supported_brands/grafana.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/influxdb.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><img src="https://home-assistant.io/images/supported_brands/grafana.png" style="clear: right; border:none; box-shadow: none; float: right; margin-bottom: 12px;" width="200" /><br />
|
||||||
The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time series database primarly designed to store sensor data and real-time analytics.</p>
|
The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time series database primarly designed to store sensor data and real-time analytics.</p>
|
||||||
|
@ -312,7 +312,7 @@ $ sudo systemctl status grafana-server
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
||||||
<updated>2015-10-11T12:10:00-07:00</updated>
|
<updated>2015-10-11T19:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
||||||
|
@ -678,7 +678,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Remote Monitoring with Glances]]></title>
|
<title type="html"><![CDATA[Remote Monitoring with Glances]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant/"/>
|
||||||
<updated>2015-09-18T02:00:00-07:00</updated>
|
<updated>2015-09-18T09:00:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant</id>
|
<id>https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/glances.png" style="border:none; box-shadow: none; float: right;" height="80" /><br />
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/supported_brands/glances.png" style="border:none; box-shadow: none; float: right;" height="80" /><br />
|
||||||
Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">feature requests</a> I started looking into the available options to do monitoring of remote hosts. The feature request is about displaying system information in a similar way than the <a href="/components/sensor.systemmonitor/">systemmonitor</a> sensor does it for the local system. After a while I started to think that it would be a nice addition for a small home network where no full-blown system monitoring setup is present.</p>
|
Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">feature requests</a> I started looking into the available options to do monitoring of remote hosts. The feature request is about displaying system information in a similar way than the <a href="/components/sensor.systemmonitor/">systemmonitor</a> sensor does it for the local system. After a while I started to think that it would be a nice addition for a small home network where no full-blown system monitoring setup is present.</p>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-13T10:05:00-08:00" pubdate>
|
<time datetime="2015-12-13T18:05:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>13</span>
|
<span class='month'>Dec</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-10T02:39:41-08:00" pubdate>
|
<time datetime="2015-12-10T10:39:41+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>10</span>
|
<span class='month'>Dec</span> <span class='day'>10</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-07T06:15:13-08:00" pubdate>
|
<time datetime="2015-12-07T14:15:13+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>07</span>
|
<span class='month'>Dec</span> <span class='day'>07</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-11T12:10:00-07:00" pubdate>
|
<time datetime="2015-10-11T19:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>11</span>
|
<span class='month'>Oct</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -252,7 +252,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-18T02:00:00-07:00" pubdate>
|
<time datetime="2015-09-18T09:00:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>18</span>
|
<span class='month'>Sep</span> <span class='day'>18</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -284,7 +284,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-13T09:28:00-07:00" pubdate>
|
<time datetime="2015-09-13T16:28:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>13</span>
|
<span class='month'>Sep</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -318,7 +318,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-11T02:19:38-07:00" pubdate>
|
<time datetime="2015-09-11T09:19:38+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>11</span>
|
<span class='month'>Sep</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -446,15 +446,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
|
<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/blog/categories/mqtt/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
<title type="html"><![CDATA[Report the temperature with ESP8266 to MQTT]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
<link href="https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/"/>
|
||||||
<updated>2015-10-11T12:10:00-07:00</updated>
|
<updated>2015-10-11T19:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
<id>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt</id>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
<p>I recently learned about the ESP8266, a $5 chip that includes WiFi and is Arduino compatible. This means that all your DIY projects can now be done for a fraction of the price.</p>
|
||||||
|
@ -382,7 +382,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Using MQTT with Home Assistant]]></title>
|
<title type="html"><![CDATA[Using MQTT with Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/"/>
|
||||||
<updated>2015-09-11T02:19:38-07:00</updated>
|
<updated>2015-09-11T09:19:38+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant</id>
|
<id>https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant</id>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
<p><img src="https://home-assistant.io/images/supported_brands/mqtt.png" style="border:none; box-shadow: none; float: right;" height="80" /> <a href="https://en.wikipedia.org/wiki/MQTT">MQTT</a> support was added to Home Assistant recently. The <a href="https://home-assistant.io/components/mqtt/">MQTT component</a> will enable you to do all sort of things. Most likely you will use it to communicate with your devices. But Home Assistant doesn’t care where the data is coming from or is limited to real hardware as long as there is MQTT support. This means that it doesn’t matter if the data is coming from a human, a web service, or a device.</p>
|
<p><img src="https://home-assistant.io/images/supported_brands/mqtt.png" style="border:none; box-shadow: none; float: right;" height="80" /> <a href="https://en.wikipedia.org/wiki/MQTT">MQTT</a> support was added to Home Assistant recently. The <a href="https://home-assistant.io/components/mqtt/">MQTT component</a> will enable you to do all sort of things. Most likely you will use it to communicate with your devices. But Home Assistant doesn’t care where the data is coming from or is limited to real hardware as long as there is MQTT support. This means that it doesn’t matter if the data is coming from a human, a web service, or a device.</p>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-11T12:10:00-07:00" pubdate>
|
<time datetime="2015-10-11T19:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>11</span>
|
<span class='month'>Oct</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-11T02:19:38-07:00" pubdate>
|
<time datetime="2015-09-11T09:19:38+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>11</span>
|
<span class='month'>Sep</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -284,15 +284,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
|
<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/blog/categories/public-service-announcement/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[[Update: decision reversed!] Philips Hue blocks 3rd party lights]]></title>
|
<title type="html"><![CDATA[[Update: decision reversed!] Philips Hue blocks 3rd party lights]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/"/>
|
<link href="https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/"/>
|
||||||
<updated>2015-12-12T10:44:00-08:00</updated>
|
<updated>2015-12-12T18:44:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs</id>
|
<id>https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs</id>
|
||||||
<content type="html"><![CDATA[<p><strong>Update Dec 16</strong>: Great news! Philips has decided to <a href="http://www.developers.meethue.com/documentation/friends-hue-update">reverse their decision</a> and is working on a software update to allow 3rd party light bulbs again.</p>
|
<content type="html"><![CDATA[<p><strong>Update Dec 16</strong>: Great news! Philips has decided to <a href="http://www.developers.meethue.com/documentation/friends-hue-update">reverse their decision</a> and is working on a software update to allow 3rd party light bulbs again.</p>
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-12T10:44:00-08:00" pubdate>
|
<time datetime="2015-12-12T18:44:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>12</span>
|
<span class='month'>Dec</span> <span class='day'>12</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -246,15 +246,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
|
<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/blog/categories/release-notes/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.9: Rollershutters, locks, binary sensors and InfluxDB]]></title>
|
<title type="html"><![CDATA[0.9: Rollershutters, locks, binary sensors and InfluxDB]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/"/>
|
<link href="https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/"/>
|
||||||
<updated>2015-12-06T11:29:00-08:00</updated>
|
<updated>2015-12-06T19:29:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support</id>
|
<id>https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support</id>
|
||||||
<content type="html"><![CDATA[<p>It’s been a few weeks but we managed to polish a nice new release of Home Assistant for y’all!</p>
|
<content type="html"><![CDATA[<p>It’s been a few weeks but we managed to polish a nice new release of Home Assistant for y’all!</p>
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.8: Honeywell Thermostats, Orvibo switches and Z-Wave switches and lights ]]></title>
|
<title type="html"><![CDATA[0.8: Honeywell Thermostats, Orvibo switches and Z-Wave switches and lights ]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/"/>
|
<link href="https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/"/>
|
||||||
<updated>2015-11-16T20:27:00-08:00</updated>
|
<updated>2015-11-16T21:27:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported</id>
|
<id>https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/screenshots/custom-icons.png" style="float: right;" />We have all been hard at work to get this latest release ready. One of the big highlights in this release is the introduction of an extended iconset to be used in the frontend (credits to <a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> for idea and prototype). To get started with customizing, pick any icon from <a href="https://MaterialDesignIcons.com">MaterialDesignIcons.com</a>, prefix the name with <code>mdi:</code> and stick it into your <code>customize</code> section in <code>configuration.yaml</code>:</p>
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/screenshots/custom-icons.png" style="float: right;" />We have all been hard at work to get this latest release ready. One of the big highlights in this release is the introduction of an extended iconset to be used in the frontend (credits to <a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> for idea and prototype). To get started with customizing, pick any icon from <a href="https://MaterialDesignIcons.com">MaterialDesignIcons.com</a>, prefix the name with <code>mdi:</code> and stick it into your <code>customize</code> section in <code>configuration.yaml</code>:</p>
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.7.6: Amazon FireTV, Radiotherm thermostats]]></title>
|
<title type="html"><![CDATA[0.7.6: Amazon FireTV, Radiotherm thermostats]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported/"/>
|
<link href="https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported/"/>
|
||||||
<updated>2015-10-26T18:10:00-07:00</updated>
|
<updated>2015-10-26T18:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported</id>
|
<id>https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported</id>
|
||||||
<content type="html"><![CDATA[<p>After two weeks of hard work I’m proud to announce the release of Home Assistant v0.7.6. For this release the main focus was bugs, test coverage and documentation. And we exceeded expectations on all three fronts. Bugs have been squashed, <a href="https://coveralls.io/builds/3946399">test coverage increased to 85%</a> and thanks to the hard work by <a href="https://github.com/fabaff">@fabaff</a> and myself the <a href="/components/">component section</a> on the website has gotten a complete revamp.</p>
|
<content type="html"><![CDATA[<p>After two weeks of hard work I’m proud to announce the release of Home Assistant v0.7.6. For this release the main focus was bugs, test coverage and documentation. And we exceeded expectations on all three fronts. Bugs have been squashed, <a href="https://coveralls.io/builds/3946399">test coverage increased to 85%</a> and thanks to the hard work by <a href="https://github.com/fabaff">@fabaff</a> and myself the <a href="/components/">component section</a> on the website has gotten a complete revamp.</p>
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[0.7.5: Blinkstick, SNMP, Telegram]]></title>
|
<title type="html"><![CDATA[0.7.5: Blinkstick, SNMP, Telegram]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/"/>
|
<link href="https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/"/>
|
||||||
<updated>2015-10-11T10:10:00-07:00</updated>
|
<updated>2015-10-11T17:10:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support</id>
|
<id>https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support</id>
|
||||||
<content type="html"><![CDATA[<p>We discovered two issues annoying enough to warrent the release of 0.7.5:</p>
|
<content type="html"><![CDATA[<p>We discovered two issues annoying enough to warrent the release of 0.7.5:</p>
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Home Assistant goes geo with OwnTracks]]></title>
|
<title type="html"><![CDATA[Home Assistant goes geo with OwnTracks]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/"/>
|
<link href="https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/"/>
|
||||||
<updated>2015-10-05T21:49:00-07:00</updated>
|
<updated>2015-10-05T21:49:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks</id>
|
<id>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks</id>
|
||||||
<content type="html"><![CDATA[<p>A few weeks have past and it is time again for another release: version 0.7.4. This time we’re very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
|
<content type="html"><![CDATA[<p>A few weeks have past and it is time again for another release: version 0.7.4. This time we’re very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-12-06T11:29:00-08:00" pubdate>
|
<time datetime="2015-12-06T19:29:00+00:00" pubdate>
|
||||||
<span class='month'>Dec</span> <span class='day'>06</span>
|
<span class='month'>Dec</span> <span class='day'>06</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-11-16T20:27:00-08:00" pubdate>
|
<time datetime="2015-11-16T21:27:00+00:00" pubdate>
|
||||||
<span class='month'>Nov</span> <span class='day'>16</span>
|
<span class='month'>Nov</span> <span class='day'>16</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-26T18:10:00-07:00" pubdate>
|
<time datetime="2015-10-26T18:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>26</span>
|
<span class='month'>Oct</span> <span class='day'>26</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-11T10:10:00-07:00" pubdate>
|
<time datetime="2015-10-11T17:10:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>11</span>
|
<span class='month'>Oct</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -248,7 +248,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-10-05T21:49:00-07:00" pubdate>
|
<time datetime="2015-10-05T21:49:00+00:00" pubdate>
|
||||||
<span class='month'>Oct</span> <span class='day'>05</span>
|
<span class='month'>Oct</span> <span class='day'>05</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -280,7 +280,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-19T21:47:00-07:00" pubdate>
|
<time datetime="2015-09-19T21:47:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>19</span>
|
<span class='month'>Sep</span> <span class='day'>19</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -312,7 +312,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-09-13T09:28:00-07:00" pubdate>
|
<time datetime="2015-09-13T16:28:00+00:00" pubdate>
|
||||||
<span class='month'>Sep</span> <span class='day'>13</span>
|
<span class='month'>Sep</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -346,7 +346,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-31T14:12:00-07:00" pubdate>
|
<time datetime="2015-08-31T21:12:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>31</span>
|
<span class='month'>Aug</span> <span class='day'>31</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -378,7 +378,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-17T20:00:00-07:00" pubdate>
|
<time datetime="2015-08-17T20:00:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>17</span>
|
<span class='month'>Aug</span> <span class='day'>17</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -410,7 +410,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-09T18:01:00-07:00" pubdate>
|
<time datetime="2015-08-09T18:01:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>09</span>
|
<span class='month'>Aug</span> <span class='day'>09</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -442,7 +442,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-07-11T01:37:00-07:00" pubdate>
|
<time datetime="2015-07-11T08:37:00+00:00" pubdate>
|
||||||
<span class='month'>Jul</span> <span class='day'>11</span>
|
<span class='month'>Jul</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -474,7 +474,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-06-10T18:54:00-07:00" pubdate>
|
<time datetime="2015-06-10T18:54:00+00:00" pubdate>
|
||||||
<span class='month'>Jun</span> <span class='day'>10</span>
|
<span class='month'>Jun</span> <span class='day'>10</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -506,7 +506,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-05-14T22:25:00-07:00" pubdate>
|
<time datetime="2015-05-14T22:25:00+00:00" pubdate>
|
||||||
<span class='month'>May</span> <span class='day'>14</span>
|
<span class='month'>May</span> <span class='day'>14</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -538,7 +538,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-05-09T23:08:00-07:00" pubdate>
|
<time datetime="2015-05-09T23:08:00+00:00" pubdate>
|
||||||
<span class='month'>May</span> <span class='day'>09</span>
|
<span class='month'>May</span> <span class='day'>09</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -570,7 +570,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-04-25T06:57:00-07:00" pubdate>
|
<time datetime="2015-04-25T13:57:00+00:00" pubdate>
|
||||||
<span class='month'>Apr</span> <span class='day'>25</span>
|
<span class='month'>Apr</span> <span class='day'>25</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -602,7 +602,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-22T01:21:00-07:00" pubdate>
|
<time datetime="2015-03-22T08:21:00+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>22</span>
|
<span class='month'>Mar</span> <span class='day'>22</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -634,7 +634,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-11T19:36:00-07:00" pubdate>
|
<time datetime="2015-03-11T18:36:00+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>11</span>
|
<span class='month'>Mar</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -666,7 +666,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-03-01T11:38:00-08:00" pubdate>
|
<time datetime="2015-03-01T19:38:00+00:00" pubdate>
|
||||||
<span class='month'>Mar</span> <span class='day'>01</span>
|
<span class='month'>Mar</span> <span class='day'>01</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -698,7 +698,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-02-24T22:41:27-08:00" pubdate>
|
<time datetime="2015-02-24T22:41:27+00:00" pubdate>
|
||||||
<span class='month'>Feb</span> <span class='day'>24</span>
|
<span class='month'>Feb</span> <span class='day'>24</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -730,7 +730,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-02-08T09:01:23-08:00" pubdate>
|
<time datetime="2015-02-08T17:01:23+00:00" pubdate>
|
||||||
<span class='month'>Feb</span> <span class='day'>08</span>
|
<span class='month'>Feb</span> <span class='day'>08</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -762,7 +762,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-24T18:36:00-08:00" pubdate>
|
<time datetime="2015-01-24T18:36:00+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>24</span>
|
<span class='month'>Jan</span> <span class='day'>24</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -794,7 +794,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-13T08:29:04-08:00" pubdate>
|
<time datetime="2015-01-13T16:29:04+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>13</span>
|
<span class='month'>Jan</span> <span class='day'>13</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -826,7 +826,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-11T21:49:08-08:00" pubdate>
|
<time datetime="2015-01-11T21:49:08+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>11</span>
|
<span class='month'>Jan</span> <span class='day'>11</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -858,7 +858,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-01-04T13:29:07-08:00" pubdate>
|
<time datetime="2015-01-04T21:29:07+00:00" pubdate>
|
||||||
<span class='month'>Jan</span> <span class='day'>04</span>
|
<span class='month'>Jan</span> <span class='day'>04</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -984,15 +984,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Survey | Home Assistant]]></title>
|
<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/blog/categories/survey/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Survey November 2015]]></title>
|
<title type="html"><![CDATA[Survey November 2015]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/11/22/survey-november-2015/"/>
|
<link href="https://home-assistant.io/blog/2015/11/22/survey-november-2015/"/>
|
||||||
<updated>2015-11-22T06:51:18-08:00</updated>
|
<updated>2015-11-22T14:51:18+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/11/22/survey-november-2015</id>
|
<id>https://home-assistant.io/blog/2015/11/22/survey-november-2015</id>
|
||||||
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-11-survey/releases.png" style="float: right; margin-left: 8px; margin-bottom: 8px;" height="120" />Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that’s enough time to have some “only partially representative” data. It’s hard to tell how many Home Assistant users are out there. Currently there are 215 members in our <a href="https://gitter.im/balloob/home-assistant">Gitter chat room</a> and last week <a href="https://pypi.python.org/pypi/homeassistant/">PyPI</a> counted 5063 downloads.</p>
|
<content type="html"><![CDATA[<p><img src="https://home-assistant.io/images/blog/2015-11-survey/releases.png" style="float: right; margin-left: 8px; margin-bottom: 8px;" height="120" />Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that’s enough time to have some “only partially representative” data. It’s hard to tell how many Home Assistant users are out there. Currently there are 215 members in our <a href="https://gitter.im/balloob/home-assistant">Gitter chat room</a> and last week <a href="https://pypi.python.org/pypi/homeassistant/">PyPI</a> counted 5063 downloads.</p>
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-11-22T06:51:18-08:00" pubdate>
|
<time datetime="2015-11-22T14:51:18+00:00" pubdate>
|
||||||
<span class='month'>Nov</span> <span class='day'>22</span>
|
<span class='month'>Nov</span> <span class='day'>22</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -246,15 +246,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
|
<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/blog/categories/user-stories/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-19T10:19:36-08:00</updated>
|
<updated>2015-12-20T05:53:58+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Laundry Automation: insight and notifications]]></title>
|
<title type="html"><![CDATA[Laundry Automation: insight and notifications]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/"/>
|
||||||
<updated>2015-08-26T08:12:00-07:00</updated>
|
<updated>2015-08-26T15:12:00+00:00</updated>
|
||||||
<id>https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant</id>
|
<id>https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant</id>
|
||||||
<content type="html"><![CDATA[<p><em>This is a guest post by Home Assistant user and contributor <a href="https://github.com/nkgilley">Nolan Gilley</a>.</em></p>
|
<content type="html"><![CDATA[<p><em>This is a guest post by Home Assistant user and contributor <a href="https://github.com/nkgilley">Nolan Gilley</a>.</em></p>
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
<time datetime="2015-08-26T08:12:00-07:00" pubdate>
|
<time datetime="2015-08-26T15:12:00+00:00" pubdate>
|
||||||
<span class='month'>Aug</span> <span class='day'>26</span>
|
<span class='month'>Aug</span> <span class='day'>26</span>
|
||||||
</time>
|
</time>
|
||||||
</div>
|
</div>
|
||||||
|
@ -246,15 +246,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-13T10:05:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 13, 2015</time>
|
<time datetime="2015-12-13T18:05:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 13, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-12T10:44:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 12, 2015</time>
|
<time datetime="2015-12-12T18:44:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 12, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -211,7 +211,7 @@ Philips Hue FAQ entries regarding reversing the decision.
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-10T02:39:41-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 10, 2015</time>
|
<time datetime="2015-12-10T10:39:41+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 10, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Rowan Hine</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Rowan Hine</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -258,7 +258,7 @@ In this tutorial I will explain how you can activate Tasker tasks from Home Assi
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-07T06:15:13-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 07, 2015</time>
|
<time datetime="2015-12-07T14:15:13+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 07, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -305,7 +305,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-06T11:29:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 6, 2015</time>
|
<time datetime="2015-12-06T19:29:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 6, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -366,7 +366,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-12-05T23:39:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 6, 2015</time>
|
<time datetime="2015-12-05T23:39:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 5, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -417,7 +417,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-11-22T06:51:18-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 22, 2015</time>
|
<time datetime="2015-11-22T14:51:18+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 22, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -463,7 +463,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-11-16T20:27:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 16, 2015</time>
|
<time datetime="2015-11-16T21:27:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> November 16, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -542,7 +542,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-26T18:10:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 26, 2015</time>
|
<time datetime="2015-10-26T18:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 26, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -609,7 +609,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-11T12:10:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
<time datetime="2015-10-11T19:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> seven minutes reading time</span>
|
<span><i class='icon-time'></i> seven minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -720,15 +720,6 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-11T10:10:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
<time datetime="2015-10-11T17:10:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-10-05T21:49:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 5, 2015</time>
|
<time datetime="2015-10-05T21:49:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 5, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -241,7 +241,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-19T21:47:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 19, 2015</time>
|
<time datetime="2015-09-19T21:47:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 19, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -306,7 +306,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-18T02:00:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 18, 2015</time>
|
<time datetime="2015-09-18T09:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 18, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -351,7 +351,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-13T09:28:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 13, 2015</time>
|
<time datetime="2015-09-13T16:28:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 13, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -405,7 +405,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-09-11T02:19:38-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 11, 2015</time>
|
<time datetime="2015-09-11T09:19:38+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> September 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
|
||||||
<span><i class='icon-time'></i> nine minutes reading time</span>
|
<span><i class='icon-time'></i> nine minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -456,7 +456,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-31T14:12:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 31, 2015</time>
|
<time datetime="2015-08-31T21:12:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 31, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -519,7 +519,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-26T08:12:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 26, 2015</time>
|
<time datetime="2015-08-26T15:12:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 26, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Nolan Gilley</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Nolan Gilley</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -576,7 +576,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-17T20:00:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 17, 2015</time>
|
<time datetime="2015-08-17T20:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 17, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -642,7 +642,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-08-09T18:01:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 9, 2015</time>
|
<time datetime="2015-08-09T18:01:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> August 9, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -755,15 +755,6 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-07-11T01:37:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> July 11, 2015</time>
|
<time datetime="2015-07-11T08:37:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> July 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -177,7 +177,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-06-10T18:54:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> June 10, 2015</time>
|
<time datetime="2015-06-10T18:54:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> June 10, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> five minutes reading time</span>
|
<span><i class='icon-time'></i> five minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -233,7 +233,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-05-14T22:25:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 14, 2015</time>
|
<time datetime="2015-05-14T22:25:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 14, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> three minutes reading time</span>
|
<span><i class='icon-time'></i> three minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -285,7 +285,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-05-09T23:08:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 9, 2015</time>
|
<time datetime="2015-05-09T23:08:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> May 9, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -355,7 +355,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-04-25T06:57:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 25, 2015</time>
|
<time datetime="2015-04-25T13:57:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 25, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -429,7 +429,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-22T01:21:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 22, 2015</time>
|
<time datetime="2015-03-22T08:21:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 22, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -498,7 +498,7 @@ Andythigpen has contributed a script component. This allows users to create a se
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-11T19:36:00-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 11, 2015</time>
|
<time datetime="2015-03-11T18:36:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> two minutes reading time</span>
|
<span><i class='icon-time'></i> two minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -585,7 +585,7 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-08T23:16:10-07:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 8, 2015</time>
|
<time datetime="2015-03-08T22:16:10+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 8, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -633,7 +633,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-03-01T11:38:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 1, 2015</time>
|
<time datetime="2015-03-01T19:38:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> March 1, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Theodor Lindquist</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Theodor Lindquist</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -680,7 +680,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-02-24T22:41:27-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 24, 2015</time>
|
<time datetime="2015-02-24T22:41:27+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 24, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -780,15 +780,6 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-02-08T09:01:23-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 8, 2015</time>
|
<time datetime="2015-02-08T17:01:23+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 8, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -175,7 +175,7 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-24T18:36:00-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 24, 2015</time>
|
<time datetime="2015-01-24T18:36:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 24, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -239,7 +239,7 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-13T08:29:04-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 13, 2015</time>
|
<time datetime="2015-01-13T16:29:04+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 13, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -297,7 +297,7 @@ password=YOUR_PASSWORD
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-11T21:49:08-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 11, 2015</time>
|
<time datetime="2015-01-11T21:49:08+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 11, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -352,7 +352,7 @@ password=YOUR_PASSWORD
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2015-01-04T13:29:07-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 4, 2015</time>
|
<time datetime="2015-01-04T21:29:07+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 4, 2015</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> 1 minute reading time</span>
|
<span><i class='icon-time'></i> 1 minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -405,7 +405,7 @@ password=YOUR_PASSWORD
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2014-12-26T10:23:13-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 26, 2014</time>
|
<time datetime="2014-12-26T18:23:13+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 26, 2014</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> four minutes reading time</span>
|
<span><i class='icon-time'></i> four minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -463,7 +463,7 @@ This article will try to explain how they all relate.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2014-12-18T23:24:45-08:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 18, 2014</time>
|
<time datetime="2014-12-18T23:24:45+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 18, 2014</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> less than one minute reading time</span>
|
<span><i class='icon-time'></i> less than one minute reading time</span>
|
||||||
<span>
|
<span>
|
||||||
|
@ -554,15 +554,6 @@ This article will try to explain how they all relate.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Search</h1>
|
|
||||||
<form action="https://www.google.com/search" method="get">
|
|
||||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
|
||||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
|
||||||
<button type="submit"><i class="icon-search"></i></button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Once tracking, a file will be created in your config dir called <code>known_devices.yaml</code>. Edit this file to adjust which devices have to be tracked. Here you can also setup a url for each device to be used as the entity picture and set whether the device will be show in the UI when in away state.</p>
|
<p>Once tracked, a file will be created in your config dir called <code>known_devices.yaml</code>. Edit this file to adjust which devices to be tracked. Here you can also setup a URL for each device to be used as the entity picture and set whether the device will be show in the UI when in the away state.</p>
|
||||||
|
|
||||||
<p>Multiple device trackers can be used in parallel, such as <a href="/components/device_tracker.owntracks/">Owntracks</a> and <a href="/components/device_tracker.nmap_scanner/">Nmap</a>. The state of the device will be determined by the source that reported last.</p>
|
<p>Multiple device trackers can be used in parallel, such as <a href="/components/device_tracker.owntracks/">Owntracks</a> and <a href="/components/device_tracker.nmap_scanner/">Nmap</a>. The state of the device will be determined by the source that reported last.</p>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 8.1 KiB |
391
sitemap.xml
391
sitemap.xml
|
@ -2,151 +2,151 @@
|
||||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/</loc>
|
<loc>https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/</loc>
|
||||||
<lastmod>2015-12-13T10:05:00-08:00</lastmod>
|
<lastmod>2015-12-13T18:05:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/</loc>
|
<loc>https://home-assistant.io/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/</loc>
|
||||||
<lastmod>2015-12-12T10:44:00-08:00</lastmod>
|
<lastmod>2015-12-12T18:44:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/</loc>
|
<loc>https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/</loc>
|
||||||
<lastmod>2015-12-10T02:39:41-08:00</lastmod>
|
<lastmod>2015-12-10T10:39:41+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/</loc>
|
<loc>https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/</loc>
|
||||||
<lastmod>2015-12-07T06:15:13-08:00</lastmod>
|
<lastmod>2015-12-07T14:15:13+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/</loc>
|
<loc>https://home-assistant.io/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/</loc>
|
||||||
<lastmod>2015-12-06T11:29:00-08:00</lastmod>
|
<lastmod>2015-12-06T19:29:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/12/05/community-highlights/</loc>
|
<loc>https://home-assistant.io/blog/2015/12/05/community-highlights/</loc>
|
||||||
<lastmod>2015-12-05T23:39:00-08:00</lastmod>
|
<lastmod>2015-12-05T23:39:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/11/22/survey-november-2015/</loc>
|
<loc>https://home-assistant.io/blog/2015/11/22/survey-november-2015/</loc>
|
||||||
<lastmod>2015-11-22T06:51:18-08:00</lastmod>
|
<lastmod>2015-11-22T14:51:18+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/</loc>
|
<loc>https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/</loc>
|
||||||
<lastmod>2015-11-16T20:27:00-08:00</lastmod>
|
<lastmod>2015-11-16T21:27:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported/</loc>
|
<loc>https://home-assistant.io/blog/2015/10/26/firetv-and-radiotherm-now-supported/</loc>
|
||||||
<lastmod>2015-10-26T18:10:00-07:00</lastmod>
|
<lastmod>2015-10-26T18:10:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/</loc>
|
<loc>https://home-assistant.io/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/</loc>
|
||||||
<lastmod>2015-10-11T12:10:00-07:00</lastmod>
|
<lastmod>2015-10-11T19:10:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/</loc>
|
<loc>https://home-assistant.io/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/</loc>
|
||||||
<lastmod>2015-10-11T10:10:00-07:00</lastmod>
|
<lastmod>2015-10-11T17:10:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/</loc>
|
<loc>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/</loc>
|
||||||
<lastmod>2015-10-05T21:49:00-07:00</lastmod>
|
<lastmod>2015-10-05T21:49:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/09/19/alarm-sonos-and-itunes-support/</loc>
|
<loc>https://home-assistant.io/blog/2015/09/19/alarm-sonos-and-itunes-support/</loc>
|
||||||
<lastmod>2015-09-19T21:47:00-07:00</lastmod>
|
<lastmod>2015-09-19T21:47:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant/</loc>
|
<loc>https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant/</loc>
|
||||||
<lastmod>2015-09-18T02:00:00-07:00</lastmod>
|
<lastmod>2015-09-18T09:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/09/13/home-assistant-meets-ifttt/</loc>
|
<loc>https://home-assistant.io/blog/2015/09/13/home-assistant-meets-ifttt/</loc>
|
||||||
<lastmod>2015-09-13T09:28:00-07:00</lastmod>
|
<lastmod>2015-09-13T16:28:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/</loc>
|
<loc>https://home-assistant.io/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/</loc>
|
||||||
<lastmod>2015-09-11T02:19:38-07:00</lastmod>
|
<lastmod>2015-09-11T09:19:38+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/</loc>
|
<loc>https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/</loc>
|
||||||
<lastmod>2015-08-31T14:12:00-07:00</lastmod>
|
<lastmod>2015-08-31T21:12:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/</loc>
|
<loc>https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/</loc>
|
||||||
<lastmod>2015-08-26T08:12:00-07:00</lastmod>
|
<lastmod>2015-08-26T15:12:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/08/17/verisure-and-modern-tp-link-router-support/</loc>
|
<loc>https://home-assistant.io/blog/2015/08/17/verisure-and-modern-tp-link-router-support/</loc>
|
||||||
<lastmod>2015-08-17T20:00:00-07:00</lastmod>
|
<lastmod>2015-08-17T20:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/</loc>
|
<loc>https://home-assistant.io/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/</loc>
|
||||||
<lastmod>2015-08-09T18:01:00-07:00</lastmod>
|
<lastmod>2015-08-09T18:01:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/</loc>
|
<loc>https://home-assistant.io/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/</loc>
|
||||||
<lastmod>2015-07-11T01:37:00-07:00</lastmod>
|
<lastmod>2015-07-11T08:37:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/06/10/release-notes/</loc>
|
<loc>https://home-assistant.io/blog/2015/06/10/release-notes/</loc>
|
||||||
<lastmod>2015-06-10T18:54:00-07:00</lastmod>
|
<lastmod>2015-06-10T18:54:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/05/14/release-notes/</loc>
|
<loc>https://home-assistant.io/blog/2015/05/14/release-notes/</loc>
|
||||||
<lastmod>2015-05-14T22:25:00-07:00</lastmod>
|
<lastmod>2015-05-14T22:25:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/05/09/utc-time-zone-awareness/</loc>
|
<loc>https://home-assistant.io/blog/2015/05/09/utc-time-zone-awareness/</loc>
|
||||||
<lastmod>2015-05-09T23:08:00-07:00</lastmod>
|
<lastmod>2015-05-09T23:08:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/04/25/release-notes/</loc>
|
<loc>https://home-assistant.io/blog/2015/04/25/release-notes/</loc>
|
||||||
<lastmod>2015-04-25T06:57:00-07:00</lastmod>
|
<lastmod>2015-04-25T13:57:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/03/22/release-notes/</loc>
|
<loc>https://home-assistant.io/blog/2015/03/22/release-notes/</loc>
|
||||||
<lastmod>2015-03-22T01:21:00-07:00</lastmod>
|
<lastmod>2015-03-22T08:21:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/03/11/release-notes/</loc>
|
<loc>https://home-assistant.io/blog/2015/03/11/release-notes/</loc>
|
||||||
<lastmod>2015-03-11T19:36:00-07:00</lastmod>
|
<lastmod>2015-03-11T18:36:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/03/08/new-logo/</loc>
|
<loc>https://home-assistant.io/blog/2015/03/08/new-logo/</loc>
|
||||||
<lastmod>2015-03-08T23:16:10-07:00</lastmod>
|
<lastmod>2015-03-08T22:16:10+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/03/01/home-assistant-migrating-to-yaml/</loc>
|
<loc>https://home-assistant.io/blog/2015/03/01/home-assistant-migrating-to-yaml/</loc>
|
||||||
<lastmod>2015-03-01T11:38:00-08:00</lastmod>
|
<lastmod>2015-03-01T19:38:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/02/24/streaming-updates/</loc>
|
<loc>https://home-assistant.io/blog/2015/02/24/streaming-updates/</loc>
|
||||||
<lastmod>2015-02-24T22:41:27-08:00</lastmod>
|
<lastmod>2015-02-24T22:41:27+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/02/08/looking-at-the-past/</loc>
|
<loc>https://home-assistant.io/blog/2015/02/08/looking-at-the-past/</loc>
|
||||||
<lastmod>2015-02-08T09:01:23-08:00</lastmod>
|
<lastmod>2015-02-08T17:01:23+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/01/24/release-notes/</loc>
|
<loc>https://home-assistant.io/blog/2015/01/24/release-notes/</loc>
|
||||||
<lastmod>2015-01-24T18:36:00-08:00</lastmod>
|
<lastmod>2015-01-24T18:36:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/01/13/nest-in-da-house/</loc>
|
<loc>https://home-assistant.io/blog/2015/01/13/nest-in-da-house/</loc>
|
||||||
<lastmod>2015-01-13T08:29:04-08:00</lastmod>
|
<lastmod>2015-01-13T16:29:04+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/01/11/bootstrapping-your-setup-with-discovery/</loc>
|
<loc>https://home-assistant.io/blog/2015/01/11/bootstrapping-your-setup-with-discovery/</loc>
|
||||||
<lastmod>2015-01-11T21:49:08-08:00</lastmod>
|
<lastmod>2015-01-11T21:49:08+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/</loc>
|
<loc>https://home-assistant.io/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/</loc>
|
||||||
<lastmod>2015-01-04T13:29:07-08:00</lastmod>
|
<lastmod>2015-01-04T21:29:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2014/12/26/home-control-home-automation-and-the-smart-home/</loc>
|
<loc>https://home-assistant.io/blog/2014/12/26/home-control-home-automation-and-the-smart-home/</loc>
|
||||||
<lastmod>2014-12-26T10:23:13-08:00</lastmod>
|
<lastmod>2014-12-26T18:23:13+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/2014/12/18/website-launched/</loc>
|
<loc>https://home-assistant.io/blog/2014/12/18/website-launched/</loc>
|
||||||
<lastmod>2014-12-18T23:24:45-08:00</lastmod>
|
<lastmod>2014-12-18T23:24:45+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/add_new_platform/</loc>
|
<loc>https://home-assistant.io/developers/add_new_platform/</loc>
|
||||||
|
@ -258,15 +258,6 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/blog/categories/public-service-announcement/</loc>
|
<loc>https://home-assistant.io/blog/categories/public-service-announcement/</loc>
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://home-assistant.io/blog/posts/2/</loc>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://home-assistant.io/blog/posts/3/</loc>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://home-assistant.io/blog/posts/4/</loc>
|
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/automation/</loc>
|
<loc>https://home-assistant.io/components/automation/</loc>
|
||||||
|
@ -882,618 +873,618 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/alarm_control_panel.html</loc>
|
<loc>https://home-assistant.io/components/alarm_control_panel.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc>
|
<loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/arduino.html</loc>
|
<loc>https://home-assistant.io/components/arduino.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/automation.html</loc>
|
<loc>https://home-assistant.io/components/automation.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/browser.html</loc>
|
<loc>https://home-assistant.io/components/browser.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/camera.foscam.html</loc>
|
<loc>https://home-assistant.io/components/camera.foscam.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/camera.generic.html</loc>
|
<loc>https://home-assistant.io/components/camera.generic.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/configurator.html</loc>
|
<loc>https://home-assistant.io/components/configurator.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/conversation.html</loc>
|
<loc>https://home-assistant.io/components/conversation.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.aruba.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.aruba.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.geofancy.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.geofancy.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.snmp.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.snmp.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.thomson.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.thomson.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.tplink.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.tplink.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.ubus.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.ubus.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/discovery.html</loc>
|
<loc>https://home-assistant.io/components/discovery.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/downloader.html</loc>
|
<loc>https://home-assistant.io/components/downloader.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/ecobee.html</loc>
|
<loc>https://home-assistant.io/components/ecobee.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/group.html</loc>
|
<loc>https://home-assistant.io/components/group.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/history.html</loc>
|
<loc>https://home-assistant.io/components/history.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/ifttt.html</loc>
|
<loc>https://home-assistant.io/components/ifttt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/ifttt.manything.html</loc>
|
<loc>https://home-assistant.io/components/ifttt.manything.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/introduction.html</loc>
|
<loc>https://home-assistant.io/components/introduction.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/isy994.html</loc>
|
<loc>https://home-assistant.io/components/isy994.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.blinksticklight.html</loc>
|
<loc>https://home-assistant.io/components/light.blinksticklight.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.html</loc>
|
<loc>https://home-assistant.io/components/light.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.hue.html</loc>
|
<loc>https://home-assistant.io/components/light.hue.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.hyperion.html</loc>
|
<loc>https://home-assistant.io/components/light.hyperion.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
|
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/light.rfxtrx.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.tellstick.html</loc>
|
<loc>https://home-assistant.io/components/light.tellstick.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.vera.html</loc>
|
<loc>https://home-assistant.io/components/light.vera.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.wink.html</loc>
|
<loc>https://home-assistant.io/components/light.wink.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/lock.html</loc>
|
<loc>https://home-assistant.io/components/lock.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/lock.wink.html</loc>
|
<loc>https://home-assistant.io/components/lock.wink.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/logbook.html</loc>
|
<loc>https://home-assistant.io/components/logbook.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
|
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.denon.html</loc>
|
<loc>https://home-assistant.io/components/media_player.denon.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.firetv.html</loc>
|
<loc>https://home-assistant.io/components/media_player.firetv.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.html</loc>
|
<loc>https://home-assistant.io/components/media_player.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.itunes.html</loc>
|
<loc>https://home-assistant.io/components/media_player.itunes.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.kodi.html</loc>
|
<loc>https://home-assistant.io/components/media_player.kodi.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
|
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.plex.html</loc>
|
<loc>https://home-assistant.io/components/media_player.plex.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.sonos.html</loc>
|
<loc>https://home-assistant.io/components/media_player.sonos.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.squeezebox.html</loc>
|
<loc>https://home-assistant.io/components/media_player.squeezebox.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/modbus.html</loc>
|
<loc>https://home-assistant.io/components/modbus.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/mqtt.html</loc>
|
<loc>https://home-assistant.io/components/mqtt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.file.html</loc>
|
<loc>https://home-assistant.io/components/notify.file.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.html</loc>
|
<loc>https://home-assistant.io/components/notify.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
|
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.nma.html</loc>
|
<loc>https://home-assistant.io/components/notify.nma.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
|
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
|
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.slack.html</loc>
|
<loc>https://home-assistant.io/components/notify.slack.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
|
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
|
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.telegram.html</loc>
|
<loc>https://home-assistant.io/components/notify.telegram.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
|
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/rfxtrx.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/scene.html</loc>
|
<loc>https://home-assistant.io/components/scene.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/script.html</loc>
|
<loc>https://home-assistant.io/components/script.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.arduino.html</loc>
|
<loc>https://home-assistant.io/components/sensor.arduino.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.arest.html</loc>
|
<loc>https://home-assistant.io/components/sensor.arest.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
|
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.command_sensor.html</loc>
|
<loc>https://home-assistant.io/components/sensor.command_sensor.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc>
|
<loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.dht.html</loc>
|
<loc>https://home-assistant.io/components/sensor.dht.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.ecobee.html</loc>
|
<loc>https://home-assistant.io/components/sensor.ecobee.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.efergy.html</loc>
|
<loc>https://home-assistant.io/components/sensor.efergy.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.forecast.html</loc>
|
<loc>https://home-assistant.io/components/sensor.forecast.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.glances.html</loc>
|
<loc>https://home-assistant.io/components/sensor.glances.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.html</loc>
|
<loc>https://home-assistant.io/components/sensor.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.modbus.html</loc>
|
<loc>https://home-assistant.io/components/sensor.modbus.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/sensor.mqtt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
|
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
|
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.rest.html</loc>
|
<loc>https://home-assistant.io/components/sensor.rest.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc>
|
<loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
|
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
|
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
|
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.tellstick.html</loc>
|
<loc>https://home-assistant.io/components/sensor.tellstick.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.temper.html</loc>
|
<loc>https://home-assistant.io/components/sensor.temper.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
|
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
|
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.vera.html</loc>
|
<loc>https://home-assistant.io/components/sensor.vera.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.wink.html</loc>
|
<loc>https://home-assistant.io/components/sensor.wink.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.worldclock.html</loc>
|
<loc>https://home-assistant.io/components/sensor.worldclock.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/shell_command.html</loc>
|
<loc>https://home-assistant.io/components/shell_command.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sun.html</loc>
|
<loc>https://home-assistant.io/components/sun.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.arduino.html</loc>
|
<loc>https://home-assistant.io/components/switch.arduino.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.arest.html</loc>
|
<loc>https://home-assistant.io/components/switch.arest.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
|
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.edimax.html</loc>
|
<loc>https://home-assistant.io/components/switch.edimax.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
|
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.html</loc>
|
<loc>https://home-assistant.io/components/switch.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.modbus.html</loc>
|
<loc>https://home-assistant.io/components/switch.modbus.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/switch.mqtt.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.rest.html</loc>
|
<loc>https://home-assistant.io/components/switch.rest.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/switch.rfxtrx.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc>
|
<loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.tellstick.html</loc>
|
<loc>https://home-assistant.io/components/switch.tellstick.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
|
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.vera.html</loc>
|
<loc>https://home-assistant.io/components/switch.vera.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
|
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.wink.html</loc>
|
<loc>https://home-assistant.io/components/switch.wink.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/tellstick.html</loc>
|
<loc>https://home-assistant.io/components/tellstick.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.ecobee.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.ecobee.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/vera.html</loc>
|
<loc>https://home-assistant.io/components/vera.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/verisure.html</loc>
|
<loc>https://home-assistant.io/components/verisure.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/wink.html</loc>
|
<loc>https://home-assistant.io/components/wink.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/zone.html</loc>
|
<loc>https://home-assistant.io/components/zone.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/zwave.html</loc>
|
<loc>https://home-assistant.io/components/zwave.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||||
<lastmod>2015-12-06T13:26:47-08:00</lastmod>
|
<lastmod>2015-12-06T21:26:47+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/index.html</loc>
|
<loc>https://home-assistant.io/demo/index.html</loc>
|
||||||
<lastmod>2015-12-06T13:29:08-08:00</lastmod>
|
<lastmod>2015-12-06T21:29:08+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/api.html</loc>
|
<loc>https://home-assistant.io/developers/api.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/credits.html</loc>
|
<loc>https://home-assistant.io/developers/credits.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/python_api.html</loc>
|
<loc>https://home-assistant.io/developers/python_api.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/rest_api.html</loc>
|
<loc>https://home-assistant.io/developers/rest_api.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/website.html</loc>
|
<loc>https://home-assistant.io/developers/website.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/android.html</loc>
|
<loc>https://home-assistant.io/getting-started/android.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/automation.html</loc>
|
<loc>https://home-assistant.io/getting-started/automation.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/autostart.html</loc>
|
<loc>https://home-assistant.io/getting-started/autostart.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
|
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/devices.html</loc>
|
<loc>https://home-assistant.io/getting-started/devices.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/presence-detection.html</loc>
|
<loc>https://home-assistant.io/getting-started/presence-detection.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc>
|
<loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
||||||
<lastmod>2014-12-22T00:10:47-08:00</lastmod>
|
<lastmod>2014-12-22T08:10:47+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
||||||
<lastmod>2015-12-03T22:48:53-08:00</lastmod>
|
<lastmod>2015-12-04T06:48:53+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue