From c317905c1229694db8ec9347a2d29134dca79f84 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 6 May 2020 18:52:32 -0700 Subject: [PATCH] Release 109.5 --- _config.yml | 4 +-- source/_posts/2020-04-29-release-109.markdown | 26 +++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1ae1d2ad2bb..f4d63b4680e 100644 --- a/_config.yml +++ b/_config.yml @@ -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. diff --git a/source/_posts/2020-04-29-release-109.markdown b/source/_posts/2020-04-29-release-109.markdown index c86a1ee8f2f..591512f8580 100644 --- a/source/_posts/2020-04-29-release-109.markdown +++ b/source/_posts/2020-04-29-release-109.markdown @@ -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