This commit is contained in:
Franck Nijhof 2021-06-15 20:42:03 +02:00
parent c4ba88cb99
commit 63720f19d3
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 22 additions and 2 deletions

View File

@ -105,8 +105,8 @@ social:
# Home Assistant release details
current_major_version: 2021
current_minor_version: 6
current_patch_version: 4
date_released: 2021-06-11
current_patch_version: 5
date_released: 2021-06-15
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -42,6 +42,7 @@ worth scanning the all changes section for your favorite integrations.
- [Release 2021.6.2 - June 4](#release-202162---june-4)
- [Release 2021.6.3 - June 7](#release-202163---june-7)
- [Release 2021.6.4 - June 11](#release-202164---june-11)
- [Release 2021.6.5 - June 15](#release-202165---june-15)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Integrations that removed deprecated YAML import](#integrations-that-removed-deprecated-yaml-import)
@ -411,6 +412,25 @@ The following integrations are now available via the Home Assistant UI:
[shelly docs]: /integrations/shelly/
[sonos docs]: /integrations/sonos/
## Release 2021.6.5 - June 15
- Replace garminconnect_aio with garminconnect_ha ([@cyberjunky] - [#51730]) ([garmin_connect docs])
- Bump pydaikin, fix airbase issues ([@fredrike] - [#51797]) ([daikin docs])
- Add httpcore with version 0.13.3 ([@ludeeus] - [#51799])
- Bump pyialarm to 1.9.0 ([@RyuzakiKK] - [#51804]) ([ialarm docs])
[#51730]: https://github.com/home-assistant/core/pull/51730
[#51797]: https://github.com/home-assistant/core/pull/51797
[#51799]: https://github.com/home-assistant/core/pull/51799
[#51804]: https://github.com/home-assistant/core/pull/51804
[@RyuzakiKK]: https://github.com/RyuzakiKK
[@cyberjunky]: https://github.com/cyberjunky
[@fredrike]: https://github.com/fredrike
[@ludeeus]: https://github.com/ludeeus
[daikin docs]: /integrations/daikin/
[garmin_connect docs]: /integrations/garmin_connect/
[ialarm docs]: /integrations/ialarm/
## 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).