From 45cb4b33cc1e71ad04bcd4a75ae102a16f9e5756 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 4 Jul 2017 21:58:08 -0700 Subject: [PATCH] Release 0.48.1 --- _config.yml | 2 +- source/_posts/2017-07-02-release-48.markdown | 25 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 661d64ea5bd..a8f091742d3 100644 --- a/_config.yml +++ b/_config.yml @@ -149,6 +149,6 @@ date_released: 2017-07-02 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#" +patch_version_notes: "#release-0481---july-5" # Minor release (Example #release-0431---april-25): diff --git a/source/_posts/2017-07-02-release-48.markdown b/source/_posts/2017-07-02-release-48.markdown index add42d24a31..4fc39bea01b 100644 --- a/source/_posts/2017-07-02-release-48.markdown +++ b/source/_posts/2017-07-02-release-48.markdown @@ -38,6 +38,16 @@ Also a shoutout to [@michaelarnauts] for keeping an eye on our Docker build and [issue-polymer]: https://github.com/home-assistant/home-assistant-polymer/issues +## {% linkable_title Release 0.48.1 - July 5 %} + +- Fix arlo sensors. ([@bergemalm] - [#8333]) ([sensor.arlo docs]) +- API POST no longer marks the number zero as invalid ([@azogue] - [#8324]) ([api docs]) +- Fix Snips json schema ([@adrienball] - [#8317]) ([snips docs]) +- Fix pathlib resolve ([@pvizeli] - [#8311]) +- Fix harmony ([@balloob] - [#8302]) ([remote.harmony docs]) +- Fix Arlo startup crash (fixes #8288) ([@fabaff] - [#8290]) ([camera.arlo docs]) +- Temporary fix for the client_id generation (fixes #8315) ([@fabaff] - [#8336]) ([mqtt docs]) + ## {% linkable_title New Platforms %} - Add initial support for Shiftr.io ([@fabaff] - [#7974]) ([shiftr docs]) (new-platform) @@ -511,3 +521,18 @@ light: [forum]: https://community.home-assistant.io/ [issue]: https://github.com/home-assistant/home-assistant/issues [discord]: https://discord.gg/c5DvZ4e +[#8290]: https://github.com/home-assistant/home-assistant/pull/8290 +[#8302]: https://github.com/home-assistant/home-assistant/pull/8302 +[#8311]: https://github.com/home-assistant/home-assistant/pull/8311 +[#8317]: https://github.com/home-assistant/home-assistant/pull/8317 +[#8324]: https://github.com/home-assistant/home-assistant/pull/8324 +[#8333]: https://github.com/home-assistant/home-assistant/pull/8333 +[#8336]: https://github.com/home-assistant/home-assistant/pull/8336 +[@adrienball]: https://github.com/adrienball +[@bergemalm]: https://github.com/bergemalm +[api docs]: https://home-assistant.io/components/api/ +[camera.arlo docs]: https://home-assistant.io/components/camera.arlo/ +[mqtt docs]: https://home-assistant.io/components/mqtt/ +[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/ +[sensor.arlo docs]: https://home-assistant.io/components/sensor.arlo/ +[snips docs]: https://home-assistant.io/components/snips/