From a3e6606a1c7d3d028d7a6ef263117608c6e3acb6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 21 Apr 2020 17:27:27 -0700 Subject: [PATCH] 108.7 --- _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 3a9f638c958..2e5d934ace9 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: 6 -date_released: 2020-04-16 +current_patch_version: 7 +date_released: 2020-04-21 # 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 336103f1ca7..bf4c7f12098 100644 --- a/source/_posts/2020-04-08-release-108.markdown +++ b/source/_posts/2020-04-08-release-108.markdown @@ -543,6 +543,32 @@ These integrations have been removed. The websites for both have changed, causin [sonos docs]: /integrations/sonos/ [vizio docs]: /integrations/vizio/ +## Release 0.108.7 - April 21 + +- Fix setting up multiple UPSes with NUT in 0.108.x ([@bdraco] - [#34427]) ([nut docs]) +- Cloud do checks during setup ([@balloob] - [#33507]) ([cloud docs]) +- Rollback modbus to version 0.107.7 keep new functionality ([@janiversen] - [#34287]) ([modbus docs]) +- Ensure nexia state file is in a writable location ([@bdraco] - [#34325]) ([nexia docs]) +- Modify requirements for CameraStreamController in Alexa ([@ochlocracy] - [#34470]) ([alexa docs]) +- Fix cloud binary_sensor & TTS/STT ([@pvizeli] - [#34505]) + +[#33507]: https://github.com/home-assistant/core/pull/33507 +[#34287]: https://github.com/home-assistant/core/pull/34287 +[#34325]: https://github.com/home-assistant/core/pull/34325 +[#34427]: https://github.com/home-assistant/core/pull/34427 +[#34470]: https://github.com/home-assistant/core/pull/34470 +[#34505]: https://github.com/home-assistant/core/pull/34505 +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@janiversen]: https://github.com/janiversen +[@ochlocracy]: https://github.com/ochlocracy +[@pvizeli]: https://github.com/pvizeli +[alexa docs]: /integrations/alexa/ +[cloud docs]: /integrations/cloud/ +[modbus docs]: /integrations/modbus/ +[nexia docs]: /integrations/nexia/ +[nut docs]: /integrations/nut/ + ## All changes