Skip to content
Merged

2022.7.2 #23329

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 7
current_patch_version: 1
date_released: 2022-07-07
current_patch_version: 2
date_released: 2022-07-08

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
32 changes: 32 additions & 0 deletions source/_posts/2022-07-06-release-20227.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ like. So without further due: Enjoy the release!
- [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2022.7.1 - July 7](#release-202271---july-7)
- [Release 2022.7.2 - July 8](#release-202272---july-8)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
Expand Down Expand Up @@ -402,6 +403,37 @@ The following integrations are now available via the Home Assistant UI:
[zamg docs]: /integrations/zamg/
[zha docs]: /integrations/zha/

## Release 2022.7.2 - July 8

- Add missing strings for here_travel_time ([@eifinger] - [#74641]) ([here_travel_time docs])
- Add ssh-rsa as acceptable an host key algorithm ([@siyuan-nz] - [#74684]) ([unifi_direct docs])
- Fix ZHA group not setting the correct color mode ([@TheJulianJES] - [#74687]) ([zha docs])
- Bump deconz dependency to fix #74523 ([@Kane610] - [#74710]) ([deconz docs])
- Bump atomicwrites ([@balloob] - [#74758])
- Bump regenmaschine to 2022.07.0 ([@bachya] - [#74680]) ([rainmachine docs])
- Fix error with HDD temperature report in Freebox integration ([@BenoitAnastay] - [#74718]) ([freebox docs])

[#74641]: https://github.com/home-assistant/core/pull/74641
[#74680]: https://github.com/home-assistant/core/pull/74680
[#74684]: https://github.com/home-assistant/core/pull/74684
[#74687]: https://github.com/home-assistant/core/pull/74687
[#74710]: https://github.com/home-assistant/core/pull/74710
[#74718]: https://github.com/home-assistant/core/pull/74718
[#74758]: https://github.com/home-assistant/core/pull/74758
[@BenoitAnastay]: https://github.com/BenoitAnastay
[@Kane610]: https://github.com/Kane610
[@TheJulianJES]: https://github.com/TheJulianJES
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@eifinger]: https://github.com/eifinger
[@siyuan-nz]: https://github.com/siyuan-nz
[deconz docs]: /integrations/deconz/
[freebox docs]: /integrations/freebox/
[here_travel_time docs]: /integrations/here_travel_time/
[rainmachine docs]: /integrations/rainmachine/
[unifi_direct docs]: /integrations/unifi_direct/
[zha docs]: /integrations/zha/

## Need help? Join the community!

Home Assistant has a great community of users who are all more than willing
Expand Down