This commit is contained in:
Paulus Schoutsen 2021-01-14 19:22:15 +00:00
parent 6e9cb0430f
commit ca262e1e59
2 changed files with 31 additions and 2 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details
current_major_version: 2021
current_minor_version: 1
current_patch_version: 1
date_released: 2021-01-09
current_patch_version: 2
date_released: 2021-01-14
# 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

@ -47,6 +47,7 @@ Enjoy the 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.1.1 - January 9](#release-202111---january-9)
- [Release 2021.1.2 - January 14](#release-202112---january-14)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -174,6 +175,34 @@ The following integrations are now available via the Home Assistant UI:
[light docs]: /integrations/light/
[myq docs]: /integrations/myq/
## Release 2021.1.2 - January 14
- Update the Utility Meter sensor status on HA start ([@dgomes] - [#44765]) ([utility_meter docs])
- Bump bimmer_connected to 0.7.14 ([@rikroe] - [#45086]) ([bmw_connected_drive docs])
- Fix neato battery sensor not ready ([@Santobert] - [#44946]) ([neato docs])
- Fallback to tag for any AfterShip tracking that have no checkpoints ([@ludeeus] - [#45053]) ([aftership docs])
- Bump MyQ to 2.0.14 ([@ehendrix23] - [#45067]) ([myq docs])
- Fix OpenWeatherMap forecast timestamp ([@spacegaier] - [#45124]) ([openweathermap docs])
[#44765]: https://github.com/home-assistant/core/pull/44765
[#44946]: https://github.com/home-assistant/core/pull/44946
[#45053]: https://github.com/home-assistant/core/pull/45053
[#45067]: https://github.com/home-assistant/core/pull/45067
[#45086]: https://github.com/home-assistant/core/pull/45086
[#45124]: https://github.com/home-assistant/core/pull/45124
[@Santobert]: https://github.com/Santobert
[@dgomes]: https://github.com/dgomes
[@ehendrix23]: https://github.com/ehendrix23
[@ludeeus]: https://github.com/ludeeus
[@rikroe]: https://github.com/rikroe
[@spacegaier]: https://github.com/spacegaier
[aftership docs]: /integrations/aftership/
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[myq docs]: /integrations/myq/
[neato docs]: /integrations/neato/
[openweathermap docs]: /integrations/openweathermap/
[utility_meter docs]: /integrations/utility_meter/
## 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).