From 698092a0c4db687ec9fb584f09e406f2c9178dda Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 28 Oct 2018 08:38:45 +0100 Subject: [PATCH] Release 0.81.1 --- _config.yml | 6 +++--- source/_posts/2018-10-29-release-81.markdown | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 75fb0903e4c..ca5fd6f7ee1 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 81 -current_patch_version: 0 -date_released: 2018-10-26 +current_patch_version: 1 +date_released: 2018-10-28 # 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-0811---october-28" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-10-29-release-81.markdown b/source/_posts/2018-10-29-release-81.markdown index d9ae7444a21..994528722b8 100644 --- a/source/_posts/2018-10-29-release-81.markdown +++ b/source/_posts/2018-10-29-release-81.markdown @@ -60,6 +60,24 @@ Other things to be aware of: - Add LogBook support to HomeKit ([@ehendrix23] - [#17180]) ([homekit docs]) ([logbook docs]) (new-feature) - Add water_heater support to HomeKit ([@cdce8p] - [#17614]) ([homekit docs]) (new-feature) +## {% linkable_title Release 0.81.1 - October 27 %} + +- Switch to using Client from twilio.rest rather than the deleted TwilioRestClient ([@rohankapoorcom] - [#17885]) ([twilio docs]) +- Fixes an issue with OpenUV config import failing ([@bachya] - [#17831]) ([openuv docs]) (breaking change) +- Allow a list ofr update entity ([@balloob] - [#17860]) +- Move migrate to separate WS command ([@balloob] - [#17890]) ([lovelace docs]) + +[#17831]: https://github.com/home-assistant/home-assistant/pull/17831 +[#17860]: https://github.com/home-assistant/home-assistant/pull/17860 +[#17885]: https://github.com/home-assistant/home-assistant/pull/17885 +[#17890]: https://github.com/home-assistant/home-assistant/pull/17890 +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@rohankapoorcom]: https://github.com/rohankapoorcom +[lovelace docs]: /components/lovelace/ +[openuv docs]: /components/openuv/ +[twilio docs]: /components/twilio/ + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.