From 9e995a1926607d77e30b272683f09e28c5f1f449 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 6 Feb 2020 11:21:33 -0800 Subject: [PATCH] 105.2 --- _config.yml | 4 +- source/_posts/2020-02-05-release-105.markdown | 41 +++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 8f0d7be35a2..d6c99f8b391 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 105 -current_patch_version: 1 -date_released: 2020-02-05 +current_patch_version: 2 +date_released: 2020-02-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-02-05-release-105.markdown b/source/_posts/2020-02-05-release-105.markdown index e9a9fb755bc..219c53b7bcb 100644 --- a/source/_posts/2020-02-05-release-105.markdown +++ b/source/_posts/2020-02-05-release-105.markdown @@ -506,6 +506,47 @@ Hats over your heart for these shuttered integrations. Pour one out for: [radiotherm docs]: /integrations/radiotherm/ [sonos docs]: /integrations/sonos/ +## Release 0.105.2 - February 6 + +- 0.105.0 ([@frenck] - [#31489]) ([abode docs]) ([adguard docs]) ([airly docs]) +- Fix automation sun import ([@balloob] - [#31521]) ([automation docs]) +- Fix migrating huawei_lte entry without recipient ([@chmielowiec] - [#31522]) ([huawei_lte docs]) +- Only normalise Garmin connect data to minutes if the value is not None ([@d0ugal] - [#31526]) ([garmin_connect docs]) +- Fix iCloud determine_interval: add default interval to max_interval ([@Quentame] - [#31533]) ([icloud docs]) +- Limit OAuth scopes for Netatmo and Home Assistant Cloud ([@frenck] - [#31538]) ([netatmo docs]) +- Use min and m as units in Garmin Connect for consistency and correctness ([@scop] - [#31543]) ([garmin_connect docs]) (breaking change) +- Deprecate old netatmo keys ([@balloob] - [#31544]) ([netatmo docs]) +- update aiopylgtv to 0.3.3 ([@bendavid] - [#31545]) ([webostv docs]) +- Guard for reloading with no zone config ([@balloob] - [#31547]) ([zone docs]) + +[#31489]: https://github.com/home-assistant/home-assistant/pull/31489 +[#31521]: https://github.com/home-assistant/home-assistant/pull/31521 +[#31522]: https://github.com/home-assistant/home-assistant/pull/31522 +[#31526]: https://github.com/home-assistant/home-assistant/pull/31526 +[#31533]: https://github.com/home-assistant/home-assistant/pull/31533 +[#31538]: https://github.com/home-assistant/home-assistant/pull/31538 +[#31543]: https://github.com/home-assistant/home-assistant/pull/31543 +[#31544]: https://github.com/home-assistant/home-assistant/pull/31544 +[#31545]: https://github.com/home-assistant/home-assistant/pull/31545 +[#31547]: https://github.com/home-assistant/home-assistant/pull/31547 +[@Quentame]: https://github.com/Quentame +[@balloob]: https://github.com/balloob +[@bendavid]: https://github.com/bendavid +[@chmielowiec]: https://github.com/chmielowiec +[@d0ugal]: https://github.com/d0ugal +[@frenck]: https://github.com/frenck +[@scop]: https://github.com/scop +[abode docs]: /integrations/abode/ +[adguard docs]: /integrations/adguard/ +[airly docs]: /integrations/airly/ +[automation docs]: /integrations/automation/ +[garmin_connect docs]: /integrations/garmin_connect/ +[huawei_lte docs]: /integrations/huawei_lte/ +[icloud docs]: /integrations/icloud/ +[netatmo docs]: /integrations/netatmo/ +[webostv docs]: /integrations/webostv/ +[zone docs]: /integrations/zone/ + ## Beta Fixes - ZHA dependencies bump ([@Adminiuga] - [#31295]) ([zha docs]) (beta fix)