From c784e9b29f8d2e6ffef3d7f54af4fc267e5d28f7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 15 Mar 2017 23:52:03 -0700 Subject: [PATCH] Release 0.40.1 --- _config.yml | 6 ++--- ...se-any-android-phone-as-ip-camera.markdown | 25 +++++++++++++++++++ 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 0c9b301a4ce..333f044a7d7 100644 --- a/_config.yml +++ b/_config.yml @@ -128,9 +128,9 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 40 -current_patch_version: 0 -date_released: 2017-03-11 +current_patch_version: 1 +date_released: 2017-03-16 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. -patch_version_notes: "#" +patch_version_notes: "#release-0401---march-16" diff --git a/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown b/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown index 19c1af0d076..b3bbc24662e 100644 --- a/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown +++ b/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown @@ -69,6 +69,18 @@ twilio: ### Reporting Issues Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template. +### {% linkable_title Release 0.40.1 - March 16 %} + +- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532]) +- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552]) +- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577]) +- Fix hydroquebec ([@titilambert] - [#6574]) +- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593]) +- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602]) +- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([@goofz] - [#6626]) +- Fix Osram Lightify colors ([@deisi] - [#6598]) +- Bugfix RFLINK remove group ([@pvizeli] - [#6580]) + ## All changes @@ -295,3 +307,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [issue]: https://github.com/home-assistant/home-assistant/issues [EFF]: https://www.eff.org [hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/ +[#6532]: https://github.com/home-assistant/home-assistant/pull/6532 +[#6552]: https://github.com/home-assistant/home-assistant/pull/6552 +[#6574]: https://github.com/home-assistant/home-assistant/pull/6574 +[#6577]: https://github.com/home-assistant/home-assistant/pull/6577 +[#6580]: https://github.com/home-assistant/home-assistant/pull/6580 +[#6593]: https://github.com/home-assistant/home-assistant/pull/6593 +[#6598]: https://github.com/home-assistant/home-assistant/pull/6598 +[#6602]: https://github.com/home-assistant/home-assistant/pull/6602 +[#6626]: https://github.com/home-assistant/home-assistant/pull/6626 +[@deisi]: https://github.com/deisi +[@goofz]: https://github.com/goofz +[@iamtpage]: https://github.com/iamtpage +[@jnewland]: https://github.com/jnewland