Release 2021.1.4

This commit is contained in:
Paulus Schoutsen 2021-01-16 22:08:36 +01:00
parent b3ada55584
commit e880c1b8ad
2 changed files with 23 additions and 2 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2021 current_major_version: 2021
current_minor_version: 1 current_minor_version: 1
current_patch_version: 3 current_patch_version: 4
date_released: 2021-01-15 date_released: 2021-01-16
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -49,6 +49,7 @@ Enjoy the release!
- [Release 2021.1.1 - January 9](#release-202111---january-9) - [Release 2021.1.1 - January 9](#release-202111---january-9)
- [Release 2021.1.2 - January 14](#release-202112---january-14) - [Release 2021.1.2 - January 14](#release-202112---january-14)
- [Release 2021.1.3 - January 15](#release-202113---january-15) - [Release 2021.1.3 - January 15](#release-202113---january-15)
- [Release 2021.1.4 - January 16](#release-202114---january-16)
- [If you need help...](#if-you-need-help) - [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following) - [Farewell to the following](#farewell-to-the-following)
@ -216,6 +217,26 @@ The following integrations are now available via the Home Assistant UI:
[@pvizeli]: https://github.com/pvizeli [@pvizeli]: https://github.com/pvizeli
[http docs]: /integrations/http/ [http docs]: /integrations/http/
## Release 2021.1.4 - January 16
- Fix Home Connect ambient color ([@Sjack-Sch] - [#45038]) ([home_connect docs])
- Fix HomeKit climate integration for devices with a single set point in Heat_Cool mode. ([@thevoltagesource] - [#45065]) ([homekit_controller docs])
- Fix all forecast datetime values in OpenWeatherMap ([@spacegaier] - [#45202]) ([openweathermap docs])
- Bump up ZHA dependency ([@Adminiuga] - [#45230]) ([zha docs])
[#45038]: https://github.com/home-assistant/core/pull/45038
[#45065]: https://github.com/home-assistant/core/pull/45065
[#45202]: https://github.com/home-assistant/core/pull/45202
[#45230]: https://github.com/home-assistant/core/pull/45230
[@Adminiuga]: https://github.com/Adminiuga
[@Sjack-Sch]: https://github.com/Sjack-Sch
[@spacegaier]: https://github.com/spacegaier
[@thevoltagesource]: https://github.com/thevoltagesource
[home_connect docs]: /integrations/home_connect/
[homekit_controller docs]: /integrations/homekit_controller/
[openweathermap docs]: /integrations/openweathermap/
[zha docs]: /integrations/zha/
## If you need help... ## 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). ...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).