From 81d46bfaa41a8707e172d8662eb994614e98efce Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 26 Aug 2020 15:53:46 +0000 Subject: [PATCH] Release 0.114.4 --- _config.yml | 4 ++-- source/_posts/2020-08-12-release-114.markdown | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5c01d7abbd5..21904b8d574 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 114 -current_patch_version: 3 -date_released: 2020-08-20 +current_patch_version: 4 +date_released: 2020-08-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-08-12-release-114.markdown b/source/_posts/2020-08-12-release-114.markdown index 6a4931db071..4e50a760654 100644 --- a/source/_posts/2020-08-12-release-114.markdown +++ b/source/_posts/2020-08-12-release-114.markdown @@ -625,7 +625,7 @@ the automation is turned off. [#39018]: https://github.com/home-assistant/core/pull/39018 [#39063]: https://github.com/home-assistant/core/pull/39063 [#39076]: https://github.com/home-assistant/core/pull/39076 -[@Danielhiversen]: https://github.com/Danielhiversen +[@danielhiversen]: https://github.com/Danielhiversen [@bdraco]: https://github.com/bdraco [@emontnemery]: https://github.com/emontnemery [@lawtancool]: https://github.com/lawtancool @@ -638,6 +638,17 @@ the automation is turned off. [ssdp docs]: /integrations/ssdp/ [zeroconf docs]: /integrations/zeroconf/ +## Release 0.114.4 - August 26 + +- Fix TTS languange characters ([@pvizeli] - [#39211]) ([tts docs]) +- Fix time pattern listener firing a few microseconds early ([@bdraco] - [#39281]) + +[#39211]: https://github.com/home-assistant/core/pull/39211 +[#39281]: https://github.com/home-assistant/core/pull/39281 +[@bdraco]: https://github.com/bdraco +[@pvizeli]: https://github.com/pvizeli +[tts docs]: /integrations/tts/ + ## All changes