Skip to content
Merged

2022.3.8 #22183

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: 03
current_patch_version: 7
date_released: 2022-03-23
current_patch_version: 8
date_released: 2022-03-29

# 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
35 changes: 35 additions & 0 deletions source/_posts/2022-03-02-release-20223.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Enjoy the release!
- [Release 2022.3.5 - March 15](#release-202235---march-15)
- [Release 2022.3.6 - March 21](#release-202236---march-21)
- [Release 2022.3.7 - March 23](#release-202237---march-23)
- [Release 2022.3.8 - March 29](#release-202238---march-29)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
Expand Down Expand Up @@ -637,6 +638,40 @@ The following integrations are now available via the Home Assistant UI:
[sonos docs]: /integrations/sonos/
[synology_dsm docs]: /integrations/synology_dsm/

## Release 2022.3.8 - March 29

- Revert "Take Abode camera snapshot before fetching latest image" ([@kevdliu] - [#68626]) ([abode docs])
- Fix screenlogic to get the macaddress from discovery ([@bdraco] - [#68687]) ([screenlogic docs])
- Ensure solaredge can still be setup with an ignored entry ([@bdraco] - [#68688]) ([solaredge docs])
- Add option to connect to elkm1 non-secure when secure is discovered ([@bdraco] - [#68735]) ([elkm1 docs])
- Increase zwave_js add-on start attempts before timeout ([@MartinHjelmare] - [#68736]) ([zwave_js docs])
- Fix ignoring elkm1 discovery ([@bdraco] - [#68750]) ([elkm1 docs])
- Update sense library to 0.10.4 ([@kbickar] - [#68816]) ([sense docs]) ([emulated_kasa docs]) (dependency)
- Pin click to fix typer issue ([@epenet] - [#68808])
- Cleanup package constraints ([@epenet] - [#68833])

[#68626]: https://github.com/home-assistant/core/pull/68626
[#68687]: https://github.com/home-assistant/core/pull/68687
[#68688]: https://github.com/home-assistant/core/pull/68688
[#68735]: https://github.com/home-assistant/core/pull/68735
[#68736]: https://github.com/home-assistant/core/pull/68736
[#68750]: https://github.com/home-assistant/core/pull/68750
[#68808]: https://github.com/home-assistant/core/pull/68808
[#68816]: https://github.com/home-assistant/core/pull/68816
[#68833]: https://github.com/home-assistant/core/pull/68833
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@bdraco]: https://github.com/bdraco
[@epenet]: https://github.com/epenet
[@kbickar]: https://github.com/kbickar
[@kevdliu]: https://github.com/kevdliu
[abode docs]: /integrations/abode/
[elkm1 docs]: /integrations/elkm1/
[emulated_kasa docs]: /integrations/emulated_kasa/
[screenlogic docs]: /integrations/screenlogic/
[sense docs]: /integrations/sense/
[solaredge docs]: /integrations/solaredge/
[zwave_js docs]: /integrations/zwave_js/

## Need help? Join the community!

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