From 9caf16ac1762512e4cb3baaa069c1177d8347954 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 1 Sep 2019 22:32:03 -0700 Subject: [PATCH] 0.98.2 --- _config.yml | 4 ++-- source/_posts/2019-08-28-release-98.markdown | 23 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index af05b980ab4..4d22effbcff 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: 1 -date_released: 2019-08-29 +current_patch_version: 2 +date_released: 2019-09-02 # 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 b8f06daac4f..78de624b6c6 100644 --- a/source/_posts/2019-08-28-release-98.markdown +++ b/source/_posts/2019-08-28-release-98.markdown @@ -135,6 +135,29 @@ Screencap of the batcave video. [unifi docs]: /components/unifi/ [zha docs]: /components/zha/ +## Release 0.98.2 - September 1 + +- Expose current direction properly on state machine ([@balloob] - [#26298]) ([demo docs]) ([fan docs]) +- bump tuyaha 0.0.4 ([@PaulAnnekov] - [#26303]) ([tuya docs]) +- Fix Alexa Report State ([@balloob] - [#26305]) ([alexa docs]) ([cloud docs]) +- Fix alexa bad temp sensors ([@balloob] - [#26307]) ([alexa docs]) +- Fix google_maps scan interval ([@tyjtyj] - [#26328]) ([google_maps docs]) + +[#26298]: https://github.com/home-assistant/home-assistant/pull/26298 +[#26303]: https://github.com/home-assistant/home-assistant/pull/26303 +[#26305]: https://github.com/home-assistant/home-assistant/pull/26305 +[#26307]: https://github.com/home-assistant/home-assistant/pull/26307 +[#26328]: https://github.com/home-assistant/home-assistant/pull/26328 +[@PaulAnnekov]: https://github.com/PaulAnnekov +[@balloob]: https://github.com/balloob +[@tyjtyj]: https://github.com/tyjtyj +[alexa docs]: /components/alexa/ +[cloud docs]: /components/cloud/ +[demo docs]: /components/demo/ +[fan docs]: /components/fan/ +[google_maps docs]: /components/google_maps/ +[tuya docs]: /components/tuya/ + ## 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).