From 563885b850f4addc0385f5e4add8092c8553acb8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 26 Nov 2020 16:05:14 +0000 Subject: [PATCH] Release 118.4 --- _config.yml | 4 +-- source/_posts/2020-11-18-release-118.markdown | 29 +++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 794e527166d..9b54ea88b83 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 118 -current_patch_version: 3 -date_released: 2020-11-23 +current_patch_version: 4 +date_released: 2020-11-26 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-11-18-release-118.markdown b/source/_posts/2020-11-18-release-118.markdown index b84b2a98834..d10fbe32136 100644 --- a/source/_posts/2020-11-18-release-118.markdown +++ b/source/_posts/2020-11-18-release-118.markdown @@ -49,6 +49,7 @@ All in all, a fine release, with an exciting one ahead of us. - [Release 0.118.1 - November 19](#release-01181---november-19) - [Release 0.118.2 - November 20](#release-01182---november-20) - [Release 0.118.3 - November 23](#release-01183---november-23) +- [Release 0.118.4 - November 26](#release-01184---november-26) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -338,6 +339,34 @@ The following integrations are now available via the Home Assistant UI: [plex docs]: /integrations/plex/ [sleepiq docs]: /integrations/sleepiq/ +## Release 0.118.4 - November 26 + +- Make MQTT climate return PRESET_NONE when no preset is set ([@emontnemery] - [#43257]) ([mqtt docs]) +- Update zigpy-zigate to 0.7.3 ([@doudz] - [#43427]) ([zha docs]) +- Fix duplicate check on onewire config flow ([@epenet] - [#43590]) ([onewire docs]) +- Bump avea to 1.5.1 ([@pattyland] - [#43618]) ([avea docs]) +- Disable parsing scientific/complex number notation in template type ([@balloob] - [#43170]) +- Tweak template digit detection ([@balloob] - [#43621]) +- Fix deadlock if an integration from stage_1 fails ([@pvizeli] - [#43657]) + +[#43170]: https://github.com/home-assistant/core/pull/43170 +[#43257]: https://github.com/home-assistant/core/pull/43257 +[#43427]: https://github.com/home-assistant/core/pull/43427 +[#43590]: https://github.com/home-assistant/core/pull/43590 +[#43618]: https://github.com/home-assistant/core/pull/43618 +[#43621]: https://github.com/home-assistant/core/pull/43621 +[#43657]: https://github.com/home-assistant/core/pull/43657 +[@balloob]: https://github.com/balloob +[@doudz]: https://github.com/doudz +[@emontnemery]: https://github.com/emontnemery +[@epenet]: https://github.com/epenet +[@pattyland]: https://github.com/pattyland +[@pvizeli]: https://github.com/pvizeli +[avea docs]: /integrations/avea/ +[mqtt docs]: /integrations/mqtt/ +[onewire docs]: /integrations/onewire/ +[zha docs]: /integrations/zha/ + ## 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).