diff --git a/atom.xml b/atom.xml index be547c3be8..0f6ecd2e50 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ @@ -13,6 +13,58 @@ Octopress + + <![CDATA[0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors]]> + + 2016-02-13T06:15:00+00:00 + https://home-assistant.io/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors + The focus of 0.13 was on test coverage, big cheers to @rmkraus for his hard work on this. I’m proud to announce that we’ve hit the 90% test coverage of the core + important components. A big milestone for the project.

+ +

+ + Examples of the new input_select and weblink components. +

+ +

Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:

+ +

+ + + +]]>
+
+ <![CDATA[Classifying the Internet of Things]]> @@ -1694,90 +1746,6 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge

Verisure Alarms
We now support arming and disarming your verisure alarm from within Home Assistant thanks to added support by @persandstrom.

-]]> -
- - - <![CDATA[Remote Monitoring with Glances]]> - - 2015-09-18T09:00:00+00:00 - https://home-assistant.io/blog/2015/09/18/monitoring-with-glances-and-home-assistant -
-Inspried by a feature requests 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 systemmonitor 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.

- - - -

The basic problem is to get the data from the remote host. Starting with psutil that is used by the systemmonitor sensor, a possible solution is only a click away and named Glances. Glances has a nice curses-based interface and a RESTful API.

- -

The Glances sensor sensor uses that API to get all needed data.

- -

In this post a default Fedora 22 Workstation installation is used on the host that should be monitored. In fact, it doesn’t matter if the system is the local one or a remote one as long as Glances is available. With some adjustments it should work on your own systems too. The difference will be the package and the firewall management tools.

- -

First some extra packages are needed beside Glances, especially the bottle webserver. I guess that Glances is available for your distribution as well. Otherwise follow those instructions.

- -
-
$ sudo dnf -y install glances python-bottle
-
-
-
- -

On Fedora the Firewall settings are strict. Let’s open port 61208 to allow other hosts to connect to that port. This is not needed if you just want to observe your local machine.

- -
-
$ sudo firewall-cmd --permanent --add-port=61208/tcp
-$ sudo firewall-cmd --reload
-
-
-
- -

Launch glances and keep an eye on the output.

- -
-
$ glances -w
-Glances web server started on http://0.0.0.0:61208/
-
-
-
- -

Now browse to http://IP_ADRRESS:61208/. You should see the webified view of Glances.

- -

- - Glances web interface -

- -

Another check is to access the API located at http://IP_ADRRESS:61208/api/2/mem/used and to confirm that a detail about your memory usage is provided as a JSON response. If so, you are good to proceed.

- -
-
$ curl -X GET http://IP_ADDRESS:61208/api/2/mem/used
-{"used": 203943936}
-
-
-
- -

Add the glances sensor entry to your configuration.yaml file and restart Home Assistant then.

- -
-
# Example configuration.yaml entry
-  - platform: glances
-    name: NAS
-    host: IP_ADDRESS
-    resources:
-      - 'disk_use_percent'
-      - 'disk_use'
-      - 'disk_free'
-
-
-
- -

If there are no error in the log file then you should see your new sensors.

- -

- - The Glances sensors -

- -

Glances has a couple of optional dependencies which are extenting the range of provided information. This means that it would be possible to get details about the RAID system, HDD temperature, IP addresses, sensors, etc., please create a Pull request with your additions or a Feature request if you want see more details in your Home Assistant frontend.

]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index 3f13bb3158..fbee648ebb 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -203,6 +203,12 @@ diff --git a/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html b/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html index 925e58062e..02b3b434b5 100644 --- a/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html +++ b/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html @@ -258,6 +258,12 @@ This article will try to explain how they all relate.

diff --git a/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html b/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html index be85714b42..83c3a511d8 100644 --- a/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html +++ b/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html @@ -242,6 +242,12 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ diff --git a/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html b/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html index 38f2357038..5d8425f6ba 100644 --- a/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html +++ b/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html @@ -217,6 +217,12 @@ diff --git a/blog/2015/01/13/nest-in-da-house/index.html b/blog/2015/01/13/nest-in-da-house/index.html index 63b053138d..bedc1afb20 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -220,6 +220,12 @@ password=YOUR_PASSWORD diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index 46f482ddda..80bcdd1f3d 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -226,6 +226,12 @@ Home Assistant now supports --open-ui and --demo-mode diff --git a/blog/2015/02/08/looking-at-the-past/index.html b/blog/2015/02/08/looking-at-the-past/index.html index 47d437ed60..692f7e7e6b 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -234,6 +234,12 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D diff --git a/blog/2015/02/24/streaming-updates/index.html b/blog/2015/02/24/streaming-updates/index.html index b0dcd98438..fc43e25fce 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -219,6 +219,12 @@ diff --git a/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html b/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html index fcf7bdcef9..52136f3236 100644 --- a/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html +++ b/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html @@ -209,6 +209,12 @@ diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index 91d581a19b..d95b404870 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -210,6 +210,12 @@ The old logo, the new detailed logo and the new simple logo. diff --git a/blog/2015/03/11/release-notes/index.html b/blog/2015/03/11/release-notes/index.html index 8e9f82718b..20c5058fe5 100644 --- a/blog/2015/03/11/release-notes/index.html +++ b/blog/2015/03/11/release-notes/index.html @@ -249,6 +249,12 @@ An initial version of voice control for Home Assistant has landed. The current i diff --git a/blog/2015/03/22/release-notes/index.html b/blog/2015/03/22/release-notes/index.html index a54bca4163..7536b82944 100644 --- a/blog/2015/03/22/release-notes/index.html +++ b/blog/2015/03/22/release-notes/index.html @@ -286,6 +286,12 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap diff --git a/blog/2015/04/25/release-notes/index.html b/blog/2015/04/25/release-notes/index.html index 4a4f6bb70c..b0ac9b04c7 100644 --- a/blog/2015/04/25/release-notes/index.html +++ b/blog/2015/04/25/release-notes/index.html @@ -297,6 +297,12 @@ diff --git a/blog/2015/05/09/utc-time-zone-awareness/index.html b/blog/2015/05/09/utc-time-zone-awareness/index.html index befaa7de03..a10dfba967 100644 --- a/blog/2015/05/09/utc-time-zone-awareness/index.html +++ b/blog/2015/05/09/utc-time-zone-awareness/index.html @@ -232,6 +232,12 @@ diff --git a/blog/2015/05/14/release-notes/index.html b/blog/2015/05/14/release-notes/index.html index d11bafb999..7cb11b2cad 100644 --- a/blog/2015/05/14/release-notes/index.html +++ b/blog/2015/05/14/release-notes/index.html @@ -324,6 +324,12 @@ Before diving into the newly supported devices and services, I want to highlight diff --git a/blog/2015/06/10/release-notes/index.html b/blog/2015/06/10/release-notes/index.html index e581338d79..3c8fd92396 100644 --- a/blog/2015/06/10/release-notes/index.html +++ b/blog/2015/06/10/release-notes/index.html @@ -377,6 +377,12 @@ This switch platform allows you to control your motion detection setting on your diff --git a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html index 4206fd05aa..17b70bbe67 100644 --- a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html +++ b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html @@ -329,6 +329,12 @@ Fabian has added support for Forecast.io to g diff --git a/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html b/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html index 33d4a3d5ed..cceaaa8986 100644 --- a/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html +++ b/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html @@ -318,6 +318,12 @@ Support for Temper temperature sensors has been contributed by +
  • + 0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors +
  • + + +
  • Classifying the Internet of Things
  • @@ -341,12 +347,6 @@ Support for Temper temperature sensors has been contributed by - 0.11: Extended support for DIY solutions - - - diff --git a/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html b/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html index 6e42b8cfe1..ebcac128ff 100644 --- a/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html +++ b/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html @@ -228,6 +228,12 @@ diff --git a/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html b/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html index d8d74a18e7..142b369f08 100644 --- a/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html +++ b/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html @@ -337,6 +337,12 @@ diff --git a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html index f7e391f61f..7504d109a4 100644 --- a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html +++ b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html @@ -315,6 +315,12 @@ diff --git a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html index ff6673cde9..f789475ed4 100644 --- a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html +++ b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html @@ -518,6 +518,12 @@ PubSubClient client(ethClient); diff --git a/blog/2015/09/13/home-assistant-meets-ifttt/index.html b/blog/2015/09/13/home-assistant-meets-ifttt/index.html index 87cd726fa6..a511fbb457 100644 --- a/blog/2015/09/13/home-assistant-meets-ifttt/index.html +++ b/blog/2015/09/13/home-assistant-meets-ifttt/index.html @@ -377,6 +377,12 @@ diff --git a/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html b/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html index 92df53fc32..99e196e338 100644 --- a/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html +++ b/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html @@ -278,6 +278,12 @@ Glances web server started on http://0.0.0.0:61208/ diff --git a/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html b/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html index 6b71cdae28..612fdf20b6 100644 --- a/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html +++ b/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html @@ -257,6 +257,12 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge diff --git a/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html b/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html index 6f6539ae35..af19392907 100644 --- a/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html +++ b/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html @@ -233,6 +233,12 @@ Map in Home Assistant showing two people and three zones (home, school, work) diff --git a/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html b/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html index 09f752ca16..51d21dc723 100644 --- a/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html +++ b/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html @@ -564,6 +564,12 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000(); diff --git a/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html b/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html index 0df34b6dea..e2474fcce5 100644 --- a/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html +++ b/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html @@ -222,6 +222,12 @@ diff --git a/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html b/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html index d665c1498a..eb1a7da01e 100644 --- a/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html +++ b/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html @@ -244,6 +244,12 @@ This makes more sense as most people run Home Assistant as a daemon

    diff --git a/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html b/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html index 9b30c5d867..e322553acf 100644 --- a/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html +++ b/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html @@ -240,6 +240,12 @@ diff --git a/blog/2015/11/22/survey-november-2015/index.html b/blog/2015/11/22/survey-november-2015/index.html index deba6534aa..377731b562 100644 --- a/blog/2015/11/22/survey-november-2015/index.html +++ b/blog/2015/11/22/survey-november-2015/index.html @@ -280,6 +280,12 @@ diff --git a/blog/2015/12/05/community-highlights/index.html b/blog/2015/12/05/community-highlights/index.html index 6e247f5444..dad73026b8 100644 --- a/blog/2015/12/05/community-highlights/index.html +++ b/blog/2015/12/05/community-highlights/index.html @@ -213,6 +213,12 @@ diff --git a/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html b/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html index 232d4d762d..80d1f31fe7 100644 --- a/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html +++ b/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html @@ -222,6 +222,12 @@ diff --git a/blog/2015/12/07/influxdb-and-grafana/index.html b/blog/2015/12/07/influxdb-and-grafana/index.html index 9030d8f998..849d3362a8 100644 --- a/blog/2015/12/07/influxdb-and-grafana/index.html +++ b/blog/2015/12/07/influxdb-and-grafana/index.html @@ -313,6 +313,12 @@ $ sudo systemctl status grafana-server diff --git a/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html b/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html index 78cd708866..360f5ed667 100644 --- a/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html +++ b/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html @@ -263,6 +263,12 @@ requests.get(' +
  • + 0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors +
  • + + +
  • Classifying the Internet of Things
  • @@ -286,12 +292,6 @@ requests.get(' - 0.11: Extended support for DIY solutions - - - diff --git a/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html b/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html index 22e79f3274..fe3abd8c4a 100644 --- a/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html +++ b/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html @@ -235,6 +235,12 @@ Philips Hue FAQ entries regarding 3rd party light bulbs. diff --git a/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html b/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html index ba977d5acb..961bb8591f 100644 --- a/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html +++ b/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html @@ -300,6 +300,12 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \ diff --git a/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html b/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html index 27ffb73f56..d4f391f96a 100644 --- a/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html +++ b/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html @@ -256,6 +256,12 @@ diff --git a/blog/2016/01/17/extended-support-for-diy-solutions/index.html b/blog/2016/01/17/extended-support-for-diy-solutions/index.html index 65874e5101..7083f3b414 100644 --- a/blog/2016/01/17/extended-support-for-diy-solutions/index.html +++ b/blog/2016/01/17/extended-support-for-diy-solutions/index.html @@ -236,6 +236,12 @@ diff --git a/blog/2016/01/19/perfect-home-automation/index.html b/blog/2016/01/19/perfect-home-automation/index.html index 3d8e35a61e..6aef2f693b 100644 --- a/blog/2016/01/19/perfect-home-automation/index.html +++ b/blog/2016/01/19/perfect-home-automation/index.html @@ -240,6 +240,12 @@ diff --git a/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html b/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html index 3368bcb871..0606e27985 100644 --- a/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html +++ b/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html @@ -242,6 +242,12 @@ Example of the new views in the frontend. Learn mor diff --git a/blog/2016/02/09/smarter-smart-things-with-mqtt-and-home-assistant/index.html b/blog/2016/02/09/smarter-smart-things-with-mqtt-and-home-assistant/index.html index c3d321fae0..3b09fe9a7d 100644 --- a/blog/2016/02/09/smarter-smart-things-with-mqtt-and-home-assistant/index.html +++ b/blog/2016/02/09/smarter-smart-things-with-mqtt-and-home-assistant/index.html @@ -429,6 +429,12 @@ Z-Wave light bulb | diff --git a/blog/2016/02/12/classifying-the-internet-of-things/index.html b/blog/2016/02/12/classifying-the-internet-of-things/index.html index dafc101334..17e88ea5b1 100644 --- a/blog/2016/02/12/classifying-the-internet-of-things/index.html +++ b/blog/2016/02/12/classifying-the-internet-of-things/index.html @@ -379,6 +379,12 @@ diff --git a/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html b/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html new file mode 100644 index 0000000000..3275790777 --- /dev/null +++ b/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html @@ -0,0 +1,328 @@ + + + + + + + + + + 0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    + +
    + + +
    + +
    + +

    0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors

    + + + +
    + + + two minutes reading time + + + + + + Comments + +
    + +
    + + +

    The focus of 0.13 was on test coverage, big cheers to @rmkraus for his hard work on this. I’m proud to announce that we’ve hit the 90% test coverage of the core + important components. A big milestone for the project.

    + +

    + + Examples of the new input_select and weblink components. +

    + +

    Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:

    + +

    + + +
    + + +
    +

    Comments

    +
    +
    + + +
    + + + + +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/blog/archives/index.html b/blog/archives/index.html index 5e756d1824..7f9075c49a 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -122,6 +122,38 @@

    2016

    + + + +
    @@ -1579,6 +1611,12 @@ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 9723042465..63aaec7c7d 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Architecture | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/index.html b/blog/categories/architecture/index.html index 349874e876..7237314480 100644 --- a/blog/categories/architecture/index.html +++ b/blog/categories/architecture/index.html @@ -286,6 +286,12 @@ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 22129f3d8d..ecb17e3598 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Branding | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/branding/index.html b/blog/categories/branding/index.html index 0562cdefba..eafb52c22f 100644 --- a/blog/categories/branding/index.html +++ b/blog/categories/branding/index.html @@ -254,6 +254,12 @@ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index f0370b2676..aa9ee01e1d 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index ea559a01a3..dea8ac9207 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -219,6 +219,12 @@ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 709a12cd10..6170c39800 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index 2aa2ef011b..ece884ed6f 100644 --- a/blog/categories/esp8266/index.html +++ b/blog/categories/esp8266/index.html @@ -223,6 +223,12 @@ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 3af03de18f..c6ff1ca77d 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 75a65ccdd5..6dca75693a 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -456,6 +456,12 @@ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 552c57a58e..d4bdc0dc80 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index 92f3a9cfd2..b72a1faf9b 100644 --- a/blog/categories/mqtt/index.html +++ b/blog/categories/mqtt/index.html @@ -294,6 +294,12 @@ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 54f37a3796..52cb38833b 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/index.html b/blog/categories/public-service-announcement/index.html index 023b09513c..502a19b1dc 100644 --- a/blog/categories/public-service-announcement/index.html +++ b/blog/categories/public-service-announcement/index.html @@ -219,6 +219,12 @@ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 1145c3fb03..1b8de0f7b7 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ @@ -13,6 +13,58 @@ Octopress + + <![CDATA[0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors]]> + + 2016-02-13T06:15:00+00:00 + https://home-assistant.io/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors + The focus of 0.13 was on test coverage, big cheers to @rmkraus for his hard work on this. I’m proud to announce that we’ve hit the 90% test coverage of the core + important components. A big milestone for the project.

    + +

    + + Examples of the new input_select and weblink components. +

    + +

    Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:

    + +

    + + + +]]>
    +
    + <![CDATA[0.12: Insteon, LIFX, Twitter and ZigBee]]> @@ -193,53 +245,6 @@ Example of the new views in the frontend.

    -]]> -
    - - - <![CDATA[0.8: Honeywell Thermostats, Orvibo switches and Z-Wave switches and lights ]]> - - 2015-11-16T21:27:00+00:00 - https://home-assistant.io/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported - 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 @happyleavesaoc for idea and prototype). To get started with customizing, pick any icon from MaterialDesignIcons.com, prefix the name with mdi: and stick it into your customize section in configuration.yaml:

    - -
    -
    homeassistant:
    -  customize:
    -    switch.ac:
    -      icon: 'mdi:air-conditioner'
    -
    -
    -
    - -

    Breaking changes

    - -
      -
    • Any existing zone icon will have to be replaced with one from MaterialDesignIcons.com.
    • -
    • LimitlessLED light services require colors to be specified in RGB instead of XY.
    • -
    - -

    Changes

    - -

    - - - ]]> diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index b365e195be..6500a2c4e4 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -122,6 +122,38 @@

    2016

    + + + +
    @@ -1056,6 +1088,12 @@ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 486391c4a5..a71aa8fc9b 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index 002546de98..122d6e6abd 100644 --- a/blog/categories/survey/index.html +++ b/blog/categories/survey/index.html @@ -219,6 +219,12 @@ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index f6b9c6f8a5..2652ad2770 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2016-02-13T12:36:58+00:00 + 2016-02-13T16:34:46+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index fa351376f0..994518f467 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -219,6 +219,12 @@ diff --git a/blog/index.html b/blog/index.html index fdb761ca48..b872235591 100644 --- a/blog/index.html +++ b/blog/index.html @@ -102,6 +102,90 @@ +
    +
    + +

    + 0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors +

    + + + +
    + + + two minutes reading time + + + + + + Comments + +
    + +
    + + +
    +

    The focus of 0.13 was on test coverage, big cheers to @rmkraus for his hard work on this. I’m proud to announce that we’ve hit the 90% test coverage of the core + important components. A big milestone for the project.

    + +

    + + Examples of the new input_select and weblink components. +

    + +

    Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:

    + +

    + + + + + +
    +
    +
    +
    @@ -681,53 +765,6 @@ In this tutorial I will explain how you can activate Tasker tasks from Home Assi

    -
    -
    - -

    - InfluxDB and Grafana -

    - - - -
    - - - two minutes reading time - - - - - - Comments - -
    - -
    - - -
    -


    -The InfluxDB database is a so-called time series database primarly designed to store sensor data and real-time analytics.

    - -

    The influxdb component makes it possible to transfer all state changes from Home Assistant to an external InfluxDB database.

    - - - - Read on → - -
    -
    -
    -
    -
    - -
    -
    - -

    - Bootstrapping your setup with Discovery -

    - - - -
    - - - less than one minute reading time - - - - - - Comments - -
    - -
    - - -
    -

    Most people do not like configuring things. Things just have to work, out of the box. Reaching this scenario is the goal of what we are about to introduce: our new discovery component.

    - -

    The discovery component will scan the WiFi network from time to time for connected zeroconf/mDNS and uPnP devices. The intial introduction is mainly focussed on getting the right architecture in place and discovers Belkin WeMo switches and Google Chromecasts connected to your network. When found, it will load and notify the appropritate component and it will be ready to use within seconds.

    - -

    Most devices still require some sort of interaction from the user after being discovered - be it a button being pressed or some sort of authentication. This is a challenge that will be solved in the future.

    - -

    To enable the discovery component, add the following to your home-assistant.conf:

    - -
    -
    [discovery]
    -
    -
    -
    - -

    A new discovery section has been added to the Adding a new platform page with instructions how to make your platform discoverable.

    - -

    diff --git a/blog/posts/5/index.html b/blog/posts/5/index.html index a88d45aee1..8e8ed29c20 100644 --- a/blog/posts/5/index.html +++ b/blog/posts/5/index.html @@ -102,6 +102,61 @@ +
    +
    + +

    + Bootstrapping your setup with Discovery +

    + + + +
    + + + less than one minute reading time + + + + + + Comments + +
    + +
    + + +
    +

    Most people do not like configuring things. Things just have to work, out of the box. Reaching this scenario is the goal of what we are about to introduce: our new discovery component.

    + +

    The discovery component will scan the WiFi network from time to time for connected zeroconf/mDNS and uPnP devices. The intial introduction is mainly focussed on getting the right architecture in place and discovers Belkin WeMo switches and Google Chromecasts connected to your network. When found, it will load and notify the appropritate component and it will be ready to use within seconds.

    + +

    Most devices still require some sort of interaction from the user after being discovered - be it a button being pressed or some sort of authentication. This is a challenge that will be solved in the future.

    + +

    To enable the discovery component, add the following to your home-assistant.conf:

    + +
    +
    [discovery]
    +
    +
    +
    + +

    A new discovery section has been added to the Adding a new platform page with instructions how to make your platform discoverable.

    + + +
    +
    +
    +
    diff --git a/components/light.mysensors/index.html b/components/light.mysensors/index.html index d271224186..12ee7b78f2 100644 --- a/components/light.mysensors/index.html +++ b/components/light.mysensors/index.html @@ -113,7 +113,8 @@
    -

    Integrates MySensors lights into Home Assistant. See the [main component] for configuration instructions.

    +

    Integrates MySensors lights into Home Assistant. See the main component for configuration instructions.

    +
    diff --git a/cookbook/configuration_yaml_by_carlo_costanzo/index.html b/cookbook/configuration_yaml_by_carlo_costanzo/index.html index 3ff97a8d3e..0e2f96751a 100644 --- a/cookbook/configuration_yaml_by_carlo_costanzo/index.html +++ b/cookbook/configuration_yaml_by_carlo_costanzo/index.html @@ -137,6 +137,9 @@
  • Configuration.yaml by Carlo Costanzo
  • +
  • + Configuration.yaml by GreenTurtwig +
  • Configuration.yaml by happyleavesaoc
  • diff --git a/cookbook/configuration_yaml_by_greenturtwig/index.html b/cookbook/configuration_yaml_by_greenturtwig/index.html new file mode 100644 index 0000000000..c84726b279 --- /dev/null +++ b/cookbook/configuration_yaml_by_greenturtwig/index.html @@ -0,0 +1,189 @@ + + + + + + + + + + Configuration.yaml by GreenTurtwig - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + Configuration.yaml by GreenTurtwig +

    +
    +
    + + + + + +
    + + +
    + + + + +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/cookbook/configuration_yaml_by_happyleavesaoc/index.html b/cookbook/configuration_yaml_by_happyleavesaoc/index.html index aa6e34572d..80412ea5e9 100644 --- a/cookbook/configuration_yaml_by_happyleavesaoc/index.html +++ b/cookbook/configuration_yaml_by_happyleavesaoc/index.html @@ -137,6 +137,9 @@
  • Configuration.yaml by Carlo Costanzo
  • +
  • + Configuration.yaml by GreenTurtwig +
  • Configuration.yaml by happyleavesaoc
  • diff --git a/cookbook/customize_polling_interval/index.html b/cookbook/customize_polling_interval/index.html index a1ffe14c96..def40984b9 100644 --- a/cookbook/customize_polling_interval/index.html +++ b/cookbook/customize_polling_interval/index.html @@ -146,6 +146,9 @@
  • Configuration.yaml by Carlo Costanzo
  • +
  • + Configuration.yaml by GreenTurtwig +
  • Configuration.yaml by happyleavesaoc
  • diff --git a/cookbook/index.html b/cookbook/index.html index 44f9b065ff..546a5659be 100644 --- a/cookbook/index.html +++ b/cookbook/index.html @@ -170,6 +170,9 @@
  • Configuration.yaml by happyleavesaoc

  • +
  • +

    Configuration.yaml by GreenTurtwig

    +
  • Customize polling interval for any component

  • diff --git a/images/blog/2016-02-release-13/input_select__input_boolean__weblink.png b/images/blog/2016-02-release-13/input_select__input_boolean__weblink.png new file mode 100644 index 0000000000..1aeab11ee4 Binary files /dev/null and b/images/blog/2016-02-release-13/input_select__input_boolean__weblink.png differ diff --git a/images/blog/2016-02-release-13/social.png b/images/blog/2016-02-release-13/social.png new file mode 100644 index 0000000000..5aee60a143 Binary files /dev/null and b/images/blog/2016-02-release-13/social.png differ diff --git a/sitemap.xml b/sitemap.xml index b9f605350f..b9661f4b79 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,5 +1,9 @@ + + https://home-assistant.io/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/ + 2016-02-13T06:15:00+00:00 + https://home-assistant.io/blog/2016/02/12/classifying-the-internet-of-things/ 2016-02-12T06:31:00+00:00 @@ -1003,6 +1007,9 @@ https://home-assistant.io/cookbook/automation_using_timeinterval_inputboolean/ + + https://home-assistant.io/cookbook/configuration_yaml_by_greenturtwig/ + https://home-assistant.io/cookbook/customize_polling_interval/ @@ -1135,624 +1142,627 @@ https://home-assistant.io/blog/2016/02/12/classifying-the-internet-of-things/ + + https://home-assistant.io/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/ + https://home-assistant.io/components/alarm_control_panel.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/alarm_control_panel.manual.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/alarm_control_panel.mqtt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/arduino.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/automation.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/browser.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/camera.foscam.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/camera.generic.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/configurator.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/conversation.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_sun_light_trigger.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.actiontec.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.aruba.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.asuswrt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.ddwrt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.locative.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.luci.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.mqtt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.netgear.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.owntracks.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.snmp.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.thomson.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.tomato.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.tplink.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/device_tracker.ubus.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/discovery.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/downloader.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/ecobee.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/group.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/history.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/ifttt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/ifttt.manything.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/introduction.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/isy994.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/keyboard.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.blinksticklight.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.hue.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.hyperion.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.limitlessled.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.rfxtrx.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.tellstick.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.vera.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/light.wink.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/lock.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/lock.wink.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/logbook.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.cast.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.denon.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.firetv.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.itunes.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.kodi.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.mpd.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.plex.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.sonos.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/media_player.squeezebox.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/modbus.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/mqtt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.file.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.instapush.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.nma.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.pushbullet.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.pushover.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.slack.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.smtp.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.syslog.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.telegram.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/notify.xmpp.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/rfxtrx.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/scene.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/script.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.arduino.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.arest.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.bitcoin.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.command_sensor.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.cpuspeed.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.dht.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.ecobee.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.efergy.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.forecast.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.glances.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.modbus.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.mqtt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.mysensors.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.openweathermap.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.rest.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.rfxtrx.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.rpi_gpio.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.sabnzbd.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.speedtest.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.swiss_public_transport.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.systemmonitor.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.tellstick.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.temper.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.time_date.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.transmission.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.vera.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.wink.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sensor.worldclock.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/shell_command.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/simple_alarm.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/sun.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.arduino.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.arest.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.command_switch.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.edimax.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.hikvision.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.modbus.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.mqtt.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.rest.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.rfxtrx.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.rpi_gpio.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.tellstick.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.transmission.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.vera.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.wemo.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/switch.wink.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/tellstick.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/thermostat.ecobee.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/thermostat.heat_control.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/thermostat.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/thermostat.nest.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/thermostat.radiotherm.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/vera.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/verisure.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/wink.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/zone.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/components/zwave.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/demo/frontend.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/demo/index.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/add_new_platform.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/api.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/architecture.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/creating_components.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/credits.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/frontend.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/python_api.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/rest_api.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/developers/website.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/android.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/automation.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/autostart.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/configuration.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/devices.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/presence-detection.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/troubleshooting-configuration.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/getting-started/troubleshooting.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/googlef4f3693c209fe788.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00 https://home-assistant.io/static/mdi-demo.html - 2016-02-13T12:36:14+00:00 + 2016-02-13T16:34:08+00:00