Release 109.5

This commit is contained in:
Paulus Schoutsen 2020-05-06 18:52:32 -07:00
parent 0b39bd73da
commit c317905c12
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: 109
current_patch_version: 4
date_released: 2020-05-04
current_patch_version: 5
date_released: 2020-05-06
# 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

@ -530,6 +530,32 @@ Pushetta has been offline since September 2019 and the Yahoo Weather API has bee
[uvc docs]: /integrations/uvc/
[websocket_api docs]: /integrations/websocket_api/
## Release 0.109.5 - May 6
- Add retry on empty modbus messages for serial protocol ([@janiversen] - [#34678]) ([modbus docs])
- Change Modbus switch to use verify_register when defined ([@janiversen] - [#34679]) ([modbus docs])
- Catch samsungtv timeout exception ([@escoand] - [#35205]) ([samsungtv docs])
- Broader Notion exception handling ([@bachya] - [#35265]) ([notion docs])
- UniFi - Support SSID filter of SSIDs from access points with extra configuration ([@Kane610] - [#35295]) ([unifi docs])
- Fix SMS doing I/O in event loop ([@balloob] - [#35313]) ([sms docs])
[#34678]: https://github.com/home-assistant/core/pull/34678
[#34679]: https://github.com/home-assistant/core/pull/34679
[#35205]: https://github.com/home-assistant/core/pull/35205
[#35265]: https://github.com/home-assistant/core/pull/35265
[#35295]: https://github.com/home-assistant/core/pull/35295
[#35313]: https://github.com/home-assistant/core/pull/35313
[@Kane610]: https://github.com/Kane610
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@escoand]: https://github.com/escoand
[@janiversen]: https://github.com/janiversen
[modbus docs]: /integrations/modbus/
[notion docs]: /integrations/notion/
[samsungtv docs]: /integrations/samsungtv/
[sms docs]: /integrations/sms/
[unifi docs]: /integrations/unifi/
## All changes
<details>