Skip to content

Commit 9e995a1

Browse files
committed
105.2
1 parent d33e6b3 commit 9e995a1

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ social:
101101
# Home Assistant release details
102102
current_major_version: 0
103103
current_minor_version: 105
104-
current_patch_version: 1
105-
date_released: 2020-02-05
104+
current_patch_version: 2
105+
date_released: 2020-02-06
106106

107107
# Either # or the anchor link to latest release notes in the blog post.
108108
# Must be prefixed with a # and have double quotes around it.

source/_posts/2020-02-05-release-105.markdown

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,47 @@ Hats over your heart for these shuttered integrations. Pour one out for:
506506
[radiotherm docs]: /integrations/radiotherm/
507507
[sonos docs]: /integrations/sonos/
508508

509+
## Release 0.105.2 - February 6
510+
511+
- 0.105.0 ([@frenck] - [#31489]) ([abode docs]) ([adguard docs]) ([airly docs])
512+
- Fix automation sun import ([@balloob] - [#31521]) ([automation docs])
513+
- Fix migrating huawei_lte entry without recipient ([@chmielowiec] - [#31522]) ([huawei_lte docs])
514+
- Only normalise Garmin connect data to minutes if the value is not None ([@d0ugal] - [#31526]) ([garmin_connect docs])
515+
- Fix iCloud determine_interval: add default interval to max_interval ([@Quentame] - [#31533]) ([icloud docs])
516+
- Limit OAuth scopes for Netatmo and Home Assistant Cloud ([@frenck] - [#31538]) ([netatmo docs])
517+
- Use min and m as units in Garmin Connect for consistency and correctness ([@scop] - [#31543]) ([garmin_connect docs]) (breaking change)
518+
- Deprecate old netatmo keys ([@balloob] - [#31544]) ([netatmo docs])
519+
- update aiopylgtv to 0.3.3 ([@bendavid] - [#31545]) ([webostv docs])
520+
- Guard for reloading with no zone config ([@balloob] - [#31547]) ([zone docs])
521+
522+
[#31489]: https://github.com/home-assistant/home-assistant/pull/31489
523+
[#31521]: https://github.com/home-assistant/home-assistant/pull/31521
524+
[#31522]: https://github.com/home-assistant/home-assistant/pull/31522
525+
[#31526]: https://github.com/home-assistant/home-assistant/pull/31526
526+
[#31533]: https://github.com/home-assistant/home-assistant/pull/31533
527+
[#31538]: https://github.com/home-assistant/home-assistant/pull/31538
528+
[#31543]: https://github.com/home-assistant/home-assistant/pull/31543
529+
[#31544]: https://github.com/home-assistant/home-assistant/pull/31544
530+
[#31545]: https://github.com/home-assistant/home-assistant/pull/31545
531+
[#31547]: https://github.com/home-assistant/home-assistant/pull/31547
532+
[@Quentame]: https://github.com/Quentame
533+
[@balloob]: https://github.com/balloob
534+
[@bendavid]: https://github.com/bendavid
535+
[@chmielowiec]: https://github.com/chmielowiec
536+
[@d0ugal]: https://github.com/d0ugal
537+
[@frenck]: https://github.com/frenck
538+
[@scop]: https://github.com/scop
539+
[abode docs]: /integrations/abode/
540+
[adguard docs]: /integrations/adguard/
541+
[airly docs]: /integrations/airly/
542+
[automation docs]: /integrations/automation/
543+
[garmin_connect docs]: /integrations/garmin_connect/
544+
[huawei_lte docs]: /integrations/huawei_lte/
545+
[icloud docs]: /integrations/icloud/
546+
[netatmo docs]: /integrations/netatmo/
547+
[webostv docs]: /integrations/webostv/
548+
[zone docs]: /integrations/zone/
549+
509550
## Beta Fixes
510551

511552
- ZHA dependencies bump ([@Adminiuga] - [#31295]) ([zha docs]) (beta fix)

0 commit comments

Comments
 (0)