Release 2021.3.2

This commit is contained in:
Paulus Schoutsen 2021-03-06 00:24:01 +00:00
parent 0d3924de79
commit dc0da66342
2 changed files with 44 additions and 1 deletions

View File

@ -106,7 +106,7 @@ social:
# Home Assistant release details
current_major_version: 2021
current_minor_version: 3
current_patch_version: 1
current_patch_version: 2
date_released: 2021-03-05
# Either # or the anchor link to latest release notes in the blog post.

View File

@ -40,6 +40,7 @@ My oh my, enjoy this release!
- [New Platforms](#new-platforms)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2021.3.1 - March 5](#release-202131---march-5)
- [Release 2021.3.2 - March 5](#release-202132---march-5)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -372,6 +373,48 @@ The following integrations are now available via the Home Assistant UI:
[xiaomi_miio docs]: /integrations/xiaomi_miio/
[zwave_js docs]: /integrations/zwave_js/
## Release 2021.3.2 - March 5
- Update pyotgw to 1.1b1 ([@mvn23] - [#47446]) ([opentherm_gw docs])
- Fix issue at Netatmo startup ([@cgtobi] - [#47452]) ([netatmo docs])
- Fix Hue scene overriding Hue default transition times ([@frenck] - [#47454]) ([hue docs])
- Bump version with fix for v1 ([@elupus] - [#47458]) ([philips_js docs])
- Update frontend to 20210302.5 ([@bramkragten] - [#47462]) ([frontend docs])
- Use conn_made callback in MySensors ([@functionpointer] - [#47463]) ([mysensors docs])
- Bump zwave-js-server-python to 0.21.1 ([@raman325] - [#47464]) ([zwave_js docs])
- Raise error instead of crashing when template passed to call service target ([@balloob] - [#47467]) ([websocket_api docs])
- Update zwave_js.refresh_value service description ([@raman325] - [#47469]) ([zwave_js docs])
- Bump amcrest package version to 1.7.1 ([@pnbruckner] - [#47483]) ([amcrest docs])
[#47446]: https://github.com/home-assistant/core/pull/47446
[#47452]: https://github.com/home-assistant/core/pull/47452
[#47454]: https://github.com/home-assistant/core/pull/47454
[#47458]: https://github.com/home-assistant/core/pull/47458
[#47462]: https://github.com/home-assistant/core/pull/47462
[#47463]: https://github.com/home-assistant/core/pull/47463
[#47464]: https://github.com/home-assistant/core/pull/47464
[#47467]: https://github.com/home-assistant/core/pull/47467
[#47469]: https://github.com/home-assistant/core/pull/47469
[#47483]: https://github.com/home-assistant/core/pull/47483
[@balloob]: https://github.com/balloob
[@bramkragten]: https://github.com/bramkragten
[@cgtobi]: https://github.com/cgtobi
[@elupus]: https://github.com/elupus
[@frenck]: https://github.com/frenck
[@functionpointer]: https://github.com/functionpointer
[@mvn23]: https://github.com/mvn23
[@pnbruckner]: https://github.com/pnbruckner
[@raman325]: https://github.com/raman325
[amcrest docs]: /integrations/amcrest/
[frontend docs]: /integrations/frontend/
[hue docs]: /integrations/hue/
[mysensors docs]: /integrations/mysensors/
[netatmo docs]: /integrations/netatmo/
[opentherm_gw docs]: /integrations/opentherm_gw/
[philips_js docs]: /integrations/philips_js/
[websocket_api docs]: /integrations/websocket_api/
[zwave_js docs]: /integrations/zwave_js/
## 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).