This commit is contained in:
Paulus Schoutsen 2020-02-06 11:21:33 -08:00
parent d33e6b37a1
commit 9e995a1926
2 changed files with 43 additions and 2 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 105 current_minor_version: 105
current_patch_version: 1 current_patch_version: 2
date_released: 2020-02-05 date_released: 2020-02-06
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -506,6 +506,47 @@ Hats over your heart for these shuttered integrations. Pour one out for:
[radiotherm docs]: /integrations/radiotherm/ [radiotherm docs]: /integrations/radiotherm/
[sonos docs]: /integrations/sonos/ [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 ## Beta Fixes
- ZHA dependencies bump ([@Adminiuga] - [#31295]) ([zha docs]) (beta fix) - ZHA dependencies bump ([@Adminiuga] - [#31295]) ([zha docs]) (beta fix)