diff --git a/_config.yml b/_config.yml index 497b4050bbb..af05b980ab4 100644 --- a/_config.yml +++ b/_config.yml @@ -99,8 +99,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 98 -current_patch_version: 0 -date_released: 2019-08-28 +current_patch_version: 1 +date_released: 2019-08-29 # 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/2019-08-28-release-98.markdown b/source/_posts/2019-08-28-release-98.markdown index 52ed870d742..93ec3cab374 100644 --- a/source/_posts/2019-08-28-release-98.markdown +++ b/source/_posts/2019-08-28-release-98.markdown @@ -106,6 +106,23 @@ Screencap of the batcave video. - Add ring light platform ([@rossdargan] - [#25733]) ([ring docs]) (new-platform) - Expose Lutron RA2 occupancy sensors ([@achatham] - [#25854]) ([lutron docs]) (new-platform) +## Release 0.98.1 - August 29 + +- Fix empty translations ([@balloob]) +- Fix QBitTorrent doing I/O in eventloop ([@eliseomartelli] - [#26209]) ([qbittorrent docs]) +- Don't update disabled entities (Homematic IP Cloud) ([@SukramJ] - [#26236]) ([homematicip_cloud docs]) +- Fix ZHA state restore by always restoring last seen on devices ([@dmulcahey] - [#26271]) ([zha docs]) + +[#26209]: https://github.com/home-assistant/home-assistant/pull/26209 +[#26236]: https://github.com/home-assistant/home-assistant/pull/26236 +[#26271]: https://github.com/home-assistant/home-assistant/pull/26271 +[@SukramJ]: https://github.com/SukramJ +[@dmulcahey]: https://github.com/dmulcahey +[@eliseomartelli]: https://github.com/eliseomartelli +[homematicip_cloud docs]: /components/homematicip_cloud/ +[qbittorrent docs]: /components/qbittorrent/ +[zha docs]: /components/zha/ + ## If you need help... ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).