From 1c62a5647e2f4c301b9e3a94d07473e3ec816c84 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 11 Mar 2015 19:36:33 -0700 Subject: [PATCH] Site updated at 2015-03-12 02:36:33 UTC --- atom.xml | 65 +++- blog/2014/12/18/website-launched/index.html | 12 +- .../index.html | 12 +- .../index.html | 12 +- .../index.html | 12 +- blog/2015/01/13/nest-in-da-house/index.html | 12 +- blog/2015/01/24/release-notes/index.html | 8 +- .../2015/02/08/looking-at-the-past/index.html | 12 +- blog/2015/02/24/streaming-updates/index.html | 12 +- .../index.html | 12 +- blog/2015/03/08/new-logo/index.html | 12 +- blog/2015/03/11/release-notes/index.html | 352 ++++++++++++++++++ blog/archives/index.html | 51 ++- blog/categories/architecture/atom.xml | 2 +- blog/categories/architecture/index.html | 12 +- blog/categories/branding/atom.xml | 2 +- blog/categories/branding/index.html | 12 +- blog/categories/component/atom.xml | 2 +- blog/categories/component/index.html | 12 +- blog/categories/core/atom.xml | 2 +- blog/categories/core/index.html | 12 +- blog/categories/frontend/atom.xml | 2 +- blog/categories/frontend/index.html | 12 +- blog/categories/release-notes/atom.xml | 48 ++- blog/categories/release-notes/index.html | 49 ++- blog/categories/website/atom.xml | 2 +- blog/categories/website/index.html | 12 +- blog/index.html | 180 ++++++--- blog/posts/2/index.html | 212 +++++++++++ index.html | 2 +- sitemap.xml | 63 ++-- 31 files changed, 1017 insertions(+), 205 deletions(-) create mode 100644 blog/2015/03/11/release-notes/index.html create mode 100644 blog/posts/2/index.html diff --git a/atom.xml b/atom.xml index 4ea8bc71d0..cdd77d43ee 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ @@ -13,6 +13,69 @@ Octopress + + <![CDATA[Release notes for March 11, 2015]]> + + 2015-03-11T19:36:00-07:00 + https://home-assistant.io/blog/2015/03/11/release-notes + It has only been a little over a week since Theodor introduced YAML support for Home Assistant but so much has already happened that it is time for a summary of recent changes. Before mentioning the highlights I want to thank andythigpen, jamespcole and theolind for numerous bug fixes, enhancements and new contributions. Thanks!

+ +

Monitor local resources.
+Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated.

+ +
1
+2
+3
+4
+5
+6
+7
+8
+9
+
# Example configuration.yaml entry
+sensor:
+  - platform: systemmonitor
+    resources:
+      - type: disk_use_percent
+        arg: /home
+      - type: memory_free
+      - type: process
+        arg: kodi
+
+ + +

Experimental Z-Wave support
+There is now experimental support for connecting Z-Wave networks using a Z-Wave USB stick. Right now it only integrates Z-Wave sensors into Home Assistant. Our goal is to get this tested by more people before adding support for other Z-Wave devices.

+ +

The new component is built on top of python-openzwave. This package is currently not distributed on PyPi so we’ve added a script scripts/build_python_openzwave to install it on your machine. Alternatively you can use the Docker image which is ready to go.

+ +

The development was done using an AEON Z-Wave USB stick and an AEON Z-Wave MultiSensor.

+ +
1
+2
+3
+
# Example configuration.yaml entry
+zwave:
+  usb_path: /dev/ttyUSB0
+
+ + +

Voice control
+An initial version of voice control for Home Assistant has landed. The current implementation consists of two parts.

+ +

The first part is a component called conversation that exposes the service conversation/process. This service is capable of processing text and translating them into commands for devices. For now it will only support commands in the format of Turn <Friendly Name> <on/off>.

+ +

The second part is an upgrade to the frontend to use the speech-to-text in Chrome to allow users to speak commands. If you’re using Chrome, you can test this out in the demo.

+ +
1
+2
+
# Example configuration.yaml entry
+conversation:
+
+ +]]>
+
+ <![CDATA[New logo for Home Assistant]]> diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index 4da1bf2eae..7a7b403da1 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 66828c8ce9..109c1363d9 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 @@ -265,6 +265,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 73d270729a..97bf6222da 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 @@ -247,6 +247,12 @@ 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 527a9e70c4..b2f9b7e2a0 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 @@ -215,6 +215,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 922b55adf8..8d6d8c7a87 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -222,6 +222,12 @@ diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index c68eb3881e..fd4146d4d4 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -227,6 +227,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 811ff0aaa6..dde4640a53 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -245,6 +245,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 2d0550779c..aebc90312c 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -223,6 +223,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 3833798910..8954e3cbaa 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 @@ -210,6 +210,12 @@ YAML allows the use of lists, which should make the configuration file a bit mor diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index 8cb9a79101..e4e647aeb7 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -211,6 +211,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 new file mode 100644 index 0000000000..6134b709d6 --- /dev/null +++ b/blog/2015/03/11/release-notes/index.html @@ -0,0 +1,352 @@ + + + + + + + + + + + + Release notes for March 11, 2015 - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+
+ +

Release notes for March 11, 2015

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

It has only been a little over a week since Theodor introduced YAML support for Home Assistant but so much has already happened that it is time for a summary of recent changes. Before mentioning the highlights I want to thank andythigpen, jamespcole and theolind for numerous bug fixes, enhancements and new contributions. Thanks!

+ +

Monitor local resources.
+Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated.

+ +
1
+2
+3
+4
+5
+6
+7
+8
+9
+
# Example configuration.yaml entry
+sensor:
+  - platform: systemmonitor
+    resources:
+      - type: disk_use_percent
+        arg: /home
+      - type: memory_free
+      - type: process
+        arg: kodi
+
+ + +

Experimental Z-Wave support
+There is now experimental support for connecting Z-Wave networks using a Z-Wave USB stick. Right now it only integrates Z-Wave sensors into Home Assistant. Our goal is to get this tested by more people before adding support for other Z-Wave devices.

+ +

The new component is built on top of python-openzwave. This package is currently not distributed on PyPi so we’ve added a script scripts/build_python_openzwave to install it on your machine. Alternatively you can use the Docker image which is ready to go.

+ +

The development was done using an AEON Z-Wave USB stick and an AEON Z-Wave MultiSensor.

+ +
1
+2
+3
+
# Example configuration.yaml entry
+zwave:
+  usb_path: /dev/ttyUSB0
+
+ + +

Voice control
+An initial version of voice control for Home Assistant has landed. The current implementation consists of two parts.

+ +

The first part is a component called conversation that exposes the service conversation/process. This service is capable of processing text and translating them into commands for devices. For now it will only support commands in the format of Turn <Friendly Name> <on/off>.

+ +

The second part is an upgrade to the frontend to use the speech-to-text in Chrome to allow users to speak commands. If you’re using Chrome, you can test this out in the demo.

+ +
1
+2
+
# Example configuration.yaml entry
+conversation:
+
+ + + +
+ + +
+

Comments

+
+
+
+ + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/blog/archives/index.html b/blog/archives/index.html index cb6e340798..dbb5077fad 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -22,7 +22,7 @@ - + @@ -105,6 +105,43 @@ + + + +
+ +
@@ -535,6 +572,12 @@ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 37feab3844..3f869099ff 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/index.html b/blog/categories/architecture/index.html index 64249db720..567285a324 100644 --- a/blog/categories/architecture/index.html +++ b/blog/categories/architecture/index.html @@ -197,6 +197,12 @@ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 5e7c60ea3c..03c523a605 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/index.html b/blog/categories/branding/index.html index 2fe91fd529..79142d64e0 100644 --- a/blog/categories/branding/index.html +++ b/blog/categories/branding/index.html @@ -197,6 +197,12 @@ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 1e9560e97e..18585f2732 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/index.html b/blog/categories/component/index.html index 3a40062e85..009ee8788d 100644 --- a/blog/categories/component/index.html +++ b/blog/categories/component/index.html @@ -310,6 +310,12 @@ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 8960a6d3ed..667a7a3c40 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/index.html b/blog/categories/core/index.html index 9f8b9042d6..b28ad93383 100644 --- a/blog/categories/core/index.html +++ b/blog/categories/core/index.html @@ -197,6 +197,12 @@ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 4579816912..1e23c3f95d 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/index.html b/blog/categories/frontend/index.html index 2b9236ca9a..b6e48681c7 100644 --- a/blog/categories/frontend/index.html +++ b/blog/categories/frontend/index.html @@ -236,6 +236,12 @@ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 05fa8b3211..781f51ca56 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]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ @@ -13,6 +13,52 @@ Octopress + + <![CDATA[Release notes for March 11, 2015]]> + + 2015-03-11T19:36:00-07:00 + https://home-assistant.io/blog/2015/03/11/release-notes + It has only been a little over a week since Theodor introduced YAML support for Home Assistant but so much has already happened that it is time for a summary of recent changes. Before mentioning the highlights I want to thank andythigpen, jamespcole and theolind for numerous bug fixes, enhancements and new contributions. Thanks!

+ +

Monitor local resources.
+Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated.

+ +
# Example configuration.yaml entry
+sensor:
+  - platform: systemmonitor
+    resources:
+      - type: disk_use_percent
+        arg: /home
+      - type: memory_free
+      - type: process
+        arg: kodi
+
+ +

Experimental Z-Wave support
+There is now experimental support for connecting Z-Wave networks using a Z-Wave USB stick. Right now it only integrates Z-Wave sensors into Home Assistant. Our goal is to get this tested by more people before adding support for other Z-Wave devices.

+ +

The new component is built on top of python-openzwave. This package is currently not distributed on PyPi so we’ve added a script scripts/build_python_openzwave to install it on your machine. Alternatively you can use the Docker image which is ready to go.

+ +

The development was done using an AEON Z-Wave USB stick and an AEON Z-Wave MultiSensor.

+ +
# Example configuration.yaml entry
+zwave:
+  usb_path: /dev/ttyUSB0
+
+ +

Voice control
+An initial version of voice control for Home Assistant has landed. The current implementation consists of two parts.

+ +

The first part is a component called conversation that exposes the service conversation/process. This service is capable of processing text and translating them into commands for devices. For now it will only support commands in the format of Turn <Friendly Name> <on/off>.

+ +

The second part is an upgrade to the frontend to use the speech-to-text in Chrome to allow users to speak commands. If you’re using Chrome, you can test this out in the demo.

+ +
# Example configuration.yaml entry
+conversation:
+
+]]>
+
+ <![CDATA[Release notes for January 24, 2015]]> diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index 04c41b6ae9..d3d7ed32c1 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -105,6 +105,43 @@ + + + +
+ +
@@ -197,6 +234,12 @@ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index a0bf3cb888..ea12a05439 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 9ebcff3437..e560598c8f 100644 --- a/blog/categories/website/index.html +++ b/blog/categories/website/index.html @@ -197,6 +197,12 @@ diff --git a/blog/index.html b/blog/index.html index 2a3f2c8257..32536acbbc 100644 --- a/blog/index.html +++ b/blog/index.html @@ -22,7 +22,7 @@ - + @@ -87,6 +87,121 @@ +
+
+ +

+ Release notes for March 11, 2015 +

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

It has only been a little over a week since Theodor introduced YAML support for Home Assistant but so much has already happened that it is time for a summary of recent changes. Before mentioning the highlights I want to thank andythigpen, jamespcole and theolind for numerous bug fixes, enhancements and new contributions. Thanks!

+ +

Monitor local resources.
+Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated.

+ +
1
+2
+3
+4
+5
+6
+7
+8
+9
+
# Example configuration.yaml entry
+sensor:
+  - platform: systemmonitor
+    resources:
+      - type: disk_use_percent
+        arg: /home
+      - type: memory_free
+      - type: process
+        arg: kodi
+
+ + +

Experimental Z-Wave support
+There is now experimental support for connecting Z-Wave networks using a Z-Wave USB stick. Right now it only integrates Z-Wave sensors into Home Assistant. Our goal is to get this tested by more people before adding support for other Z-Wave devices.

+ +

The new component is built on top of python-openzwave. This package is currently not distributed on PyPi so we’ve added a script scripts/build_python_openzwave to install it on your machine. Alternatively you can use the Docker image which is ready to go.

+ +

The development was done using an AEON Z-Wave USB stick and an AEON Z-Wave MultiSensor.

+ +
1
+2
+3
+
# Example configuration.yaml entry
+zwave:
+  usb_path: /dev/ttyUSB0
+
+ + +

Voice control
+An initial version of voice control for Home Assistant has landed. The current implementation consists of two parts.

+ +

The first part is a component called conversation that exposes the service conversation/process. This service is capable of processing text and translating them into commands for devices. For now it will only support commands in the format of Turn <Friendly Name> <on/off>.

+ +

The second part is an upgrade to the frontend to use the speech-to-text in Chrome to allow users to speak commands. If you’re using Chrome, you can test this out in the demo.

+ +
1
+2
+
# Example configuration.yaml entry
+conversation:
+
+ + + +
+
+ +
@@ -784,70 +899,11 @@ This article will try to explain how they all relate.


- -
-
- -

- Website launched! -

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

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 Jekyll and Octopress and the great services GitHub Pages and CloudFlare.

- - -
-
- diff --git a/blog/posts/2/index.html b/blog/posts/2/index.html new file mode 100644 index 0000000000..23770d3e3d --- /dev/null +++ b/blog/posts/2/index.html @@ -0,0 +1,212 @@ + + + + + + + + + + + + Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + + + + +
+
+ +

+ Website launched! +

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

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 Jekyll and Octopress and the great services GitHub Pages and CloudFlare.

+ + +
+
+ + + + + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 17ec3b0412..330e4d4c03 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@ Home Assistant is an open-source home automation platform running on Python 3. T
- +
diff --git a/sitemap.xml b/sitemap.xml index 12327d68f3..6d54556285 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,5 +1,10 @@ + + https://home-assistant.io/blog/2015/03/11/release-notes/ + 2015-03-11T19:36:00-07:00 + 0.8 + https://home-assistant.io/blog/2015/03/08/new-logo/ 2015-03-08T23:16:10-07:00 @@ -52,175 +57,175 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/chromecast.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/blog/ - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/blog/archives/ - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/ - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 1.0 https://home-assistant.io/components/ - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/tellstick_sensor.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-03-10T23:43:36-07:00 + 2015-03-11T19:36:26-07:00 weekly 0.7