This commit is contained in:
Paulus Schoutsen 2022-03-06 08:10:16 +00:00
parent 7c6361746d
commit 3689362dd9
2 changed files with 63 additions and 2 deletions

View File

@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 03
current_patch_version: 1
date_released: 2022-03-03
current_patch_version: 2
date_released: 2022-03-06
# 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

@ -49,6 +49,7 @@ 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.3.1 - March 3](#release-202231---march-3)
- [Release 2022.3.2 - March 6](#release-202232---march-6)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
@ -355,6 +356,66 @@ The following integrations are now available via the Home Assistant UI:
[obihai docs]: /integrations/obihai/
[sonos docs]: /integrations/sonos/
## Release 2022.3.2 - March 6
- Add unique_id to Fritz diagnostics ([@chemelli74] - [#67384]) ([fritz docs])
- Suppress roku power off timeout errors ([@ctalkington] - [#67414]) ([roku docs])
- rfxtrx: bump to 0.28 ([@elupus] - [#67530]) ([rfxtrx docs])
- Remove use of deprecated xiaomi_miio classes ([@rytilahti] - [#67590]) ([xiaomi_miio docs])
- Downgrade Renault warning ([@epenet] - [#67601]) ([renault docs])
- Handle elkm1 login case with username and insecure login ([@bdraco] - [#67602]) ([elkm1 docs])
- Fix sql false warning ([@gjohansson-ST] - [#67614]) ([sql docs])
- Allign logic for Fritz sensors and binary_sensors ([@chemelli74] - [#67623]) ([fritz docs])
- Improve logging for Fritz switches creation ([@chemelli74] - [#67640]) ([fritz docs])
- Fix Fan template loosing percentage/preset ([@frenck] - [#67648]) ([template docs])
- Fix reload of media player groups ([@emontnemery] - [#67653]) ([group docs])
- Bump pydroid-ipcam to 1.3.1 ([@MartinHjelmare] - [#67655]) ([android_ip_webcam docs])
- Ensure elkm1 can be manually configured when discovered instance is not used ([@bdraco] - [#67712]) ([elkm1 docs])
- Add missing disconnect in elkm1 config flow validation ([@bdraco] - [#67716]) ([elkm1 docs])
- Update aiolifx dependency to resolve log flood ([@Djelibeybi] - [#67721]) ([lifx docs])
- Fix regression with homekit_controller + Aqara motion/vibration sensors ([@Jc2k] - [#67740]) ([homekit_controller docs])
[#67384]: https://github.com/home-assistant/core/pull/67384
[#67414]: https://github.com/home-assistant/core/pull/67414
[#67530]: https://github.com/home-assistant/core/pull/67530
[#67590]: https://github.com/home-assistant/core/pull/67590
[#67601]: https://github.com/home-assistant/core/pull/67601
[#67602]: https://github.com/home-assistant/core/pull/67602
[#67614]: https://github.com/home-assistant/core/pull/67614
[#67623]: https://github.com/home-assistant/core/pull/67623
[#67640]: https://github.com/home-assistant/core/pull/67640
[#67648]: https://github.com/home-assistant/core/pull/67648
[#67653]: https://github.com/home-assistant/core/pull/67653
[#67655]: https://github.com/home-assistant/core/pull/67655
[#67712]: https://github.com/home-assistant/core/pull/67712
[#67716]: https://github.com/home-assistant/core/pull/67716
[#67721]: https://github.com/home-assistant/core/pull/67721
[#67740]: https://github.com/home-assistant/core/pull/67740
[@Djelibeybi]: https://github.com/Djelibeybi
[@Jc2k]: https://github.com/Jc2k
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@bdraco]: https://github.com/bdraco
[@chemelli74]: https://github.com/chemelli74
[@ctalkington]: https://github.com/ctalkington
[@elupus]: https://github.com/elupus
[@emontnemery]: https://github.com/emontnemery
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@rytilahti]: https://github.com/rytilahti
[android_ip_webcam docs]: /integrations/android_ip_webcam/
[elkm1 docs]: /integrations/elkm1/
[fritz docs]: /integrations/fritz/
[group docs]: /integrations/group/
[homekit_controller docs]: /integrations/homekit_controller/
[lifx docs]: /integrations/lifx/
[renault docs]: /integrations/renault/
[rfxtrx docs]: /integrations/rfxtrx/
[roku docs]: /integrations/roku/
[sql docs]: /integrations/sql/
[template docs]: /integrations/template/
[xiaomi_miio docs]: /integrations/xiaomi_miio/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing