From 6e264c4c131622688165d4fc51363f996ac67332 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 24 Jan 2015 18:49:02 -0800 Subject: [PATCH] Site updated at 2015-01-25 02:49:02 UTC --- atom.xml | 35 +- blog/2014/12/18/website-launched/index.html | 8 +- .../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 | 322 ++++++++++++++++++ blog/archives/index.html | 51 ++- blog/categories/architecture/atom.xml | 2 +- blog/categories/architecture/index.html | 12 +- blog/categories/component/atom.xml | 2 +- blog/categories/component/index.html | 12 +- blog/categories/release-notes/atom.xml | 49 +++ blog/categories/release-notes/index.html | 293 ++++++++++++++++ blog/categories/website/atom.xml | 2 +- blog/categories/website/index.html | 12 +- blog/index.html | 87 ++++- sitemap.xml | 61 ++-- 18 files changed, 912 insertions(+), 84 deletions(-) create mode 100644 blog/2015/01/24/release-notes/index.html create mode 100644 blog/categories/release-notes/atom.xml create mode 100644 blog/categories/release-notes/index.html diff --git a/atom.xml b/atom.xml index 44c639b784..d73b067162 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 https://home-assistant.io/ @@ -13,6 +13,39 @@ Octopress + + <![CDATA[Release notes for January 24, 2015]]> + + 2015-01-24T18:36:00-08:00 + https://home-assistant.io/blog/2015/01/24/release-notes + I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:

+ +

Configuration via the frontend
+Phliips Hue will now be auto discovered and uses the new configurator component to interact with the user to finish the setup process.

+ +

Wink Hub support
+Thanks to the work done by John McLaughlin and Geoff Norton we now support the lights, switches and sensors that are connected to the Wink hub.

+ +

The getting started guide and component page have been reorganized
+The getting started instructions have been split into separate pages per component and a general overview page. The goal is to have a page per component that describes:

+ +
    +
  • What it does
  • +
  • How to set it up
  • +
  • Which states it maintains
  • +
  • Which services it provides
  • +
  • Additional development tips
  • +
+ + +

More reasonable errors
+Home Assistant should now throw better errors and offer solutions if you do not have the right version of Python 3, forgot to clone the git submodules or install the dependencies.

+ +

Streamlined first launch
+Home Assistant now supports --open-ui and --demo-mode command line properties to open the browser automatically and have something to show. Home Assistant now supports to be run without a password, allowing the interface to login automatically on launch.

+]]>
+
+ <![CDATA[Nest in the house!]]> diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index ee1df33695..7a950032a3 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 8d44edf782..003d66c046 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 1dab136f55..08d75c3aaa 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 3155f66b8a..aa96d4c839 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 8d7408cf0b..c3c6203c08 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 new file mode 100644 index 0000000000..414ddfce24 --- /dev/null +++ b/blog/2015/01/24/release-notes/index.html @@ -0,0 +1,322 @@ + + + + + + + + + + + + Release notes for January 24, 2015 - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+
+ +

Release notes for January 24, 2015

+ + + +
+ + + + + + + + + + + + + + + + + + + 1 minute reading time + + + + + + + + + Comments + +
+ +
+ + + + +

I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:

+ +

Configuration via the frontend
+Phliips Hue will now be auto discovered and uses the new configurator component to interact with the user to finish the setup process.

+ +

Wink Hub support
+Thanks to the work done by John McLaughlin and Geoff Norton we now support the lights, switches and sensors that are connected to the Wink hub.

+ +

The getting started guide and component page have been reorganized
+The getting started instructions have been split into separate pages per component and a general overview page. The goal is to have a page per component that describes:

+ +
    +
  • What it does
  • +
  • How to set it up
  • +
  • Which states it maintains
  • +
  • Which services it provides
  • +
  • Additional development tips
  • +
+ + +

More reasonable errors
+Home Assistant should now throw better errors and offer solutions if you do not have the right version of Python 3, forgot to clone the git submodules or install the dependencies.

+ +

Streamlined first launch
+Home Assistant now supports --open-ui and --demo-mode command line properties to open the browser automatically and have something to show. Home Assistant now supports to be run without a password, allowing the interface to login automatically on launch.

+ + +
+ + +
+

Comments

+
+
+
+ + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/blog/archives/index.html b/blog/archives/index.html index ec8ce82e66..7110b6e451 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -22,7 +22,7 @@ - + @@ -105,6 +105,43 @@ + + + +
+ +
@@ -348,6 +385,12 @@ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index c269b3d8d4..c1b851331d 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/index.html b/blog/categories/architecture/index.html index d29cd9e3b4..57f5c70ee1 100644 --- a/blog/categories/architecture/index.html +++ b/blog/categories/architecture/index.html @@ -197,6 +197,12 @@ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 2d98add065..c039905fbb 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 https://home-assistant.io/ diff --git a/blog/categories/component/index.html b/blog/categories/component/index.html index e358886f71..bed2eee084 100644 --- a/blog/categories/component/index.html +++ b/blog/categories/component/index.html @@ -271,6 +271,12 @@ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml new file mode 100644 index 0000000000..ba36ede111 --- /dev/null +++ b/blog/categories/release-notes/atom.xml @@ -0,0 +1,49 @@ + + + + <![CDATA[Category: release-notes | Home Assistant]]> + + + 2015-01-24T18:48:54-08:00 + https://home-assistant.io/ + + + + + Octopress + + + + <![CDATA[Release notes for January 24, 2015]]> + + 2015-01-24T18:36:00-08:00 + https://home-assistant.io/blog/2015/01/24/release-notes + I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:

+ +

Configuration via the frontend
+Phliips Hue will now be auto discovered and uses the new configurator component to interact with the user to finish the setup process.

+ +

Wink Hub support
+Thanks to the work done by John McLaughlin and Geoff Norton we now support the lights, switches and sensors that are connected to the Wink hub.

+ +

The getting started guide and component page have been reorganized
+The getting started instructions have been split into separate pages per component and a general overview page. The goal is to have a page per component that describes:

+ +
    +
  • What it does
  • +
  • How to set it up
  • +
  • Which states it maintains
  • +
  • Which services it provides
  • +
  • Additional development tips
  • +
+ + +

More reasonable errors
+Home Assistant should now throw better errors and offer solutions if you do not have the right version of Python 3, forgot to clone the git submodules or install the dependencies.

+ +

Streamlined first launch
+Home Assistant now supports --open-ui and --demo-mode command line properties to open the browser automatically and have something to show. Home Assistant now supports to be run without a password, allowing the interface to login automatically on launch.

+]]>
+
+ +
diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html new file mode 100644 index 0000000000..0e018129aa --- /dev/null +++ b/blog/categories/release-notes/index.html @@ -0,0 +1,293 @@ + + + + + + + + + + + + Category: release-notes - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + + + + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 0724d796bd..444ef8f1bb 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 75b6dd2883..4e53d57229 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 3f17d8179b..6e82ccb94f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -22,7 +22,7 @@ - + @@ -87,6 +87,91 @@ +
+
+ +

+ Release notes for January 24, 2015 +

+ + + +
+ + + + + + + + + + + + + + + + + + + 1 minute reading time + + + + + + + + + Comments + +
+ +
+ + + + +

I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:

+ +

Configuration via the frontend
+Phliips Hue will now be auto discovered and uses the new configurator component to interact with the user to finish the setup process.

+ +

Wink Hub support
+Thanks to the work done by John McLaughlin and Geoff Norton we now support the lights, switches and sensors that are connected to the Wink hub.

+ +

The getting started guide and component page have been reorganized
+The getting started instructions have been split into separate pages per component and a general overview page. The goal is to have a page per component that describes:

+ +
    +
  • What it does
  • +
  • How to set it up
  • +
  • Which states it maintains
  • +
  • Which services it provides
  • +
  • Additional development tips
  • +
+ + +

More reasonable errors
+Home Assistant should now throw better errors and offer solutions if you do not have the right version of Python 3, forgot to clone the git submodules or install the dependencies.

+ +

Streamlined first launch
+Home Assistant now supports --open-ui and --demo-mode command line properties to open the browser automatically and have something to show. Home Assistant now supports to be run without a password, allowing the interface to login automatically on launch.

+ + +
+
+ +
diff --git a/sitemap.xml b/sitemap.xml index 733e627d1b..bc6c747c83 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,5 +1,10 @@ + + https://home-assistant.io/blog/2015/01/24/release-notes/ + 2015-01-24T18:36:00-08:00 + 0.8 + https://home-assistant.io/blog/2015/01/13/nest-in-da-house/ 2015-01-13T08:29:04-08:00 @@ -27,169 +32,169 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/chromecast.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/blog/ - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/ - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 1.0 https://home-assistant.io/blog/archives/ - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/ - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/tellstick_sensor.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-01-24T18:21:07-08:00 + 2015-01-24T18:48:54-08:00 weekly 0.7