From 7fa9c3f7f44ebef220f9f7369b2e35d33c697a75 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 26 Mar 2019 14:27:36 -0700 Subject: [PATCH] Release 0.90.2 --- _config.yml | 4 +-- source/_posts/2019-03-20-release-90.markdown | 26 ++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 44c01a3888b..83b1a9e460e 100644 --- a/_config.yml +++ b/_config.yml @@ -139,8 +139,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 90 -current_patch_version: 1 -date_released: 2019-03-21 +current_patch_version: 2 +date_released: 2019-03-26 # 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-03-20-release-90.markdown b/source/_posts/2019-03-20-release-90.markdown index 6f826520a93..8947854c589 100644 --- a/source/_posts/2019-03-20-release-90.markdown +++ b/source/_posts/2019-03-20-release-90.markdown @@ -102,6 +102,32 @@ In case you missed it, earlier this week Kees Schollaart released the first vers [stream docs]: /components/stream/ [tado docs]: /components/tado/ +## {% linkable_title Release 0.90.2 - March 26 %} + +- Fix ps4 no creds with additional device ([@ktnrg45] - [#22300]) +- Prefer TCP for RTSP streams ([@hunterjm] - [#22338]) +- Update hass-nabucasa & fix state ([@pvizeli] - [#22385]) +- Enable hass.io panel without ping ([@pvizeli] - [#22388]) +- reset unsub to None on timeout ([@hunterjm] - [#22404]) +- Bump pyotgw to 0.4b2 ([@mvn23] - [#21973]) +- Fix opentherm_gw blocks HA startup when gateway unreachable. ([@mvn23] - [#22106]) +- Fix TypeError in current_temperature if no temperature is known. ([@mvn23] - [#22112]) +- Improve opentherm gw startup ([@mvn23] - [#22121]) + +[#21973]: https://github.com/home-assistant/home-assistant/pull/21973 +[#22106]: https://github.com/home-assistant/home-assistant/pull/22106 +[#22112]: https://github.com/home-assistant/home-assistant/pull/22112 +[#22121]: https://github.com/home-assistant/home-assistant/pull/22121 +[#22300]: https://github.com/home-assistant/home-assistant/pull/22300 +[#22338]: https://github.com/home-assistant/home-assistant/pull/22338 +[#22385]: https://github.com/home-assistant/home-assistant/pull/22385 +[#22388]: https://github.com/home-assistant/home-assistant/pull/22388 +[#22404]: https://github.com/home-assistant/home-assistant/pull/22404 +[@hunterjm]: https://github.com/hunterjm +[@ktnrg45]: https://github.com/ktnrg45 +[@mvn23]: https://github.com/mvn23 +[@pvizeli]: https://github.com/pvizeli + ## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.