From 9d1bf399c6a02c72fd357ea1890374443a883618 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 29 Aug 2019 16:04:17 -0700 Subject: [PATCH] Update notes --- source/_posts/2019-08-28-release-98.markdown | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/source/_posts/2019-08-28-release-98.markdown b/source/_posts/2019-08-28-release-98.markdown index 93ec3cab374..b8f06daac4f 100644 --- a/source/_posts/2019-08-28-release-98.markdown +++ b/source/_posts/2019-08-28-release-98.markdown @@ -108,19 +108,31 @@ Screencap of the batcave video. ## 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]) +- Update sensor.py ([@eliseomartelli] - [#26209]) ([qbittorrent docs]) +- Fix for 0.98: 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]) +- Fix missing DarkSky mdi icon ([@mbo18] - [#26274]) ([darksky docs]) +- Fix partly cloudy ([@balloob] - [#26277]) ([buienradar docs]) ([mysensors docs]) +- UniFi - dont schedule updates on disabled entities ([@Kane610] - [#26278]) ([unifi 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 +[#26274]: https://github.com/home-assistant/home-assistant/pull/26274 +[#26277]: https://github.com/home-assistant/home-assistant/pull/26277 +[#26278]: https://github.com/home-assistant/home-assistant/pull/26278 +[@Kane610]: https://github.com/Kane610 [@SukramJ]: https://github.com/SukramJ +[@balloob]: https://github.com/balloob [@dmulcahey]: https://github.com/dmulcahey [@eliseomartelli]: https://github.com/eliseomartelli +[@mbo18]: https://github.com/mbo18 +[buienradar docs]: /components/buienradar/ +[darksky docs]: /components/darksky/ [homematicip_cloud docs]: /components/homematicip_cloud/ +[mysensors docs]: /components/mysensors/ [qbittorrent docs]: /components/qbittorrent/ +[unifi docs]: /components/unifi/ [zha docs]: /components/zha/ ## If you need help...