From f90e6f7eff92f714d5b31463af64c4f899b94fa7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 15 Apr 2020 09:47:44 -0700 Subject: [PATCH] Release 108.5 --- _config.yml | 4 +-- source/_posts/2020-04-08-release-108.markdown | 26 +++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index b66ac55273d..9467ca3ad2f 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 108 -current_patch_version: 4 -date_released: 2020-04-13 +current_patch_version: 5 +date_released: 2020-04-15 # 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-04-08-release-108.markdown b/source/_posts/2020-04-08-release-108.markdown index f8dd5387125..73301fe8dbb 100644 --- a/source/_posts/2020-04-08-release-108.markdown +++ b/source/_posts/2020-04-08-release-108.markdown @@ -485,6 +485,32 @@ These integrations have been removed. The websites for both have changed, causin [unifi docs]: /integrations/unifi/ [zwave docs]: /integrations/zwave/ +## Release 0.108.5 - April 15 + +- Temporary transition Docker init ([@frenck] - [#34135]) +- Catch IPPVersionNotSupportedError in IPP ([@ctalkington] - [#34184]) ([ipp docs]) +- Fix websocket connection bug/errant logic in Ambient PWS ([@bachya] - [#34217]) ([ambient_station docs]) +- Fix Cloud UI bug preventing managing Google 2FA ([@balloob] - [#34241]) ([cloud docs]) ([google_assistant docs]) +- Add daikin update_before_add ([@fredrike] - [#34248]) ([daikin docs]) +- Fix various Daikin issues ([@fredrike] - [#34249]) ([daikin docs]) + +[#34135]: https://github.com/home-assistant/core/pull/34135 +[#34184]: https://github.com/home-assistant/core/pull/34184 +[#34217]: https://github.com/home-assistant/core/pull/34217 +[#34241]: https://github.com/home-assistant/core/pull/34241 +[#34248]: https://github.com/home-assistant/core/pull/34248 +[#34249]: https://github.com/home-assistant/core/pull/34249 +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@ctalkington]: https://github.com/ctalkington +[@fredrike]: https://github.com/fredrike +[@frenck]: https://github.com/frenck +[ambient_station docs]: /integrations/ambient_station/ +[cloud docs]: /integrations/cloud/ +[daikin docs]: /integrations/daikin/ +[google_assistant docs]: /integrations/google_assistant/ +[ipp docs]: /integrations/ipp/ + ## All changes