This commit is contained in:
Paulus Schoutsen 2022-03-08 05:52:24 +00:00
parent b0e5a8de7b
commit c63301d5f6
2 changed files with 47 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: 2
date_released: 2022-03-06
current_patch_version: 3
date_released: 2022-03-07
# 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

@ -50,6 +50,7 @@ Enjoy the release!
- [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)
- [Release 2022.3.3 - March 7](#release-202233---march-7)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
@ -416,6 +417,50 @@ The following integrations are now available via the Home Assistant UI:
[template docs]: /integrations/template/
[xiaomi_miio docs]: /integrations/xiaomi_miio/
## Release 2022.3.3 - March 7
- Fix false positive MQTT climate deprecation warnings for defaults ([@jbouwh] - [#67661]) ([mqtt docs])
- Fix timezone for growatt lastdataupdate ([@muppet3000] - [#67684]) ([growatt_server docs])
- Fix temperature stepping in Sensibo ([@gjohansson-ST] - [#67737]) ([sensibo docs])
- Prevent polling from recreating an entity after removal ([@bdraco] - [#67750])
- Fix internet access switch for old discovery ([@chemelli74] - [#67777]) ([fritz docs])
- Fix profile name update for Shelly Valve ([@chemelli74] - [#67778]) ([shelly docs])
- Handle fan_modes being set to None in homekit ([@bdraco] - [#67790]) ([homekit docs])
- Catch Elgato connection errors ([@frenck] - [#67799]) ([elgato docs])
- Update frontend to 20220301.1 ([@bramkragten] - [#67812]) ([frontend docs])
- Bump python-miio version to 0.5.11 ([@rytilahti] - [#67824]) ([xiaomi_miio docs])
- Prevent scene from restoring unavailable states ([@bdraco] - [#67836]) ([scene docs])
[#67661]: https://github.com/home-assistant/core/pull/67661
[#67684]: https://github.com/home-assistant/core/pull/67684
[#67737]: https://github.com/home-assistant/core/pull/67737
[#67750]: https://github.com/home-assistant/core/pull/67750
[#67777]: https://github.com/home-assistant/core/pull/67777
[#67778]: https://github.com/home-assistant/core/pull/67778
[#67790]: https://github.com/home-assistant/core/pull/67790
[#67799]: https://github.com/home-assistant/core/pull/67799
[#67812]: https://github.com/home-assistant/core/pull/67812
[#67824]: https://github.com/home-assistant/core/pull/67824
[#67836]: https://github.com/home-assistant/core/pull/67836
[@bdraco]: https://github.com/bdraco
[@bramkragten]: https://github.com/bramkragten
[@chemelli74]: https://github.com/chemelli74
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@jbouwh]: https://github.com/jbouwh
[@muppet3000]: https://github.com/muppet3000
[@rytilahti]: https://github.com/rytilahti
[elgato docs]: /integrations/elgato/
[fritz docs]: /integrations/fritz/
[frontend docs]: /integrations/frontend/
[growatt_server docs]: /integrations/growatt_server/
[homekit docs]: /integrations/homekit/
[mqtt docs]: /integrations/mqtt/
[scene docs]: /integrations/scene/
[sensibo docs]: /integrations/sensibo/
[shelly docs]: /integrations/shelly/
[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