This commit is contained in:
Paulus Schoutsen 2020-04-21 17:27:27 -07:00
parent 890bb6da0a
commit a3e6606a1c
2 changed files with 28 additions and 2 deletions

View File

@ -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.

View File

@ -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
<details>