This commit is contained in:
Paulus Schoutsen 2023-02-03 02:08:48 +00:00
parent 43c674f7fd
commit 02deb03829
2 changed files with 55 additions and 4 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details
current_major_version: 2023
current_minor_version: 2
current_patch_version: 0
date_released: 2023-02-01
current_patch_version: 1
date_released: 2023-02-02
# 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

@ -31,7 +31,7 @@ with our amazing sister project: [ESPHome](https://esphome.io). Creating
and maintaining your own secure DIY IoT devices just became a lot easier.
And since we are talking about awesomeness, have you noticed the large amount
of logos in the release image above? So many new integrations! 🤩
of logos in the release image above? So many new integrations! 🤩
Enjoy the release!
@ -48,6 +48,7 @@ _PS: Just a reminder that valentine's day is coming up. Be sure to share the lov
- [Other noteworthy changes](#other-noteworthy-changes)
- [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2023.2.1 - February 2](#release-202321---february-2)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -345,6 +346,56 @@ The following integrations are now available via the Home Assistant UI:
[IMAP]: /integrations/imap
[Rain Bird]: /integrations/rainbird
## Release 2023.2.1 - February 2
- Support ISY994 Z-Wave motorized blinds as cover ([@shbatm] - [#87102]) ([isy994 docs])
- Bump reolink_aio to 0.3.1 ([@starkillerOG] - [#87118]) ([reolink docs])
- Bump reolink-aio to 0.3.2 ([@starkillerOG] - [#87121]) ([reolink docs])
- Fix invalid state class in renault ([@epenet] - [#87135]) ([renault docs])
- Add missing converters to recorder statistics ([@epenet] - [#87137]) ([recorder docs])
- Add missing supported features to Z-Wave.Me siren ([@lawfulchaos] - [#87141]) ([zwave_me docs])
- Reolink unsubscribe webhook when first refresh fails ([@starkillerOG] - [#87147]) ([reolink docs])
- Fix statistics graphs not loading with data_rate, electric_current, voltage, information, and unitless units ([@bdraco] - [#87202]) ([recorder docs])
- Add Reauth config flow to honeywell ([@mkmer] - [#86170]) ([honeywell docs])
- Bump AIOSomecomfort to 0.0.6 ([@mkmer] - [#87203]) ([honeywell docs])
- Update frontend to 20230202.0 ([@bramkragten] - [#87208]) ([frontend docs])
- Bump py-synologydsm-api to 2.1.1 ([@mib1185] - [#87211]) ([synology_dsm docs])
- Fix disabled condition within an automation action ([@karliemeads] - [#87213]) (breaking-change)
[#86170]: https://github.com/home-assistant/core/pull/86170
[#87101]: https://github.com/home-assistant/core/pull/87101
[#87102]: https://github.com/home-assistant/core/pull/87102
[#87118]: https://github.com/home-assistant/core/pull/87118
[#87121]: https://github.com/home-assistant/core/pull/87121
[#87135]: https://github.com/home-assistant/core/pull/87135
[#87137]: https://github.com/home-assistant/core/pull/87137
[#87141]: https://github.com/home-assistant/core/pull/87141
[#87147]: https://github.com/home-assistant/core/pull/87147
[#87202]: https://github.com/home-assistant/core/pull/87202
[#87203]: https://github.com/home-assistant/core/pull/87203
[#87208]: https://github.com/home-assistant/core/pull/87208
[#87211]: https://github.com/home-assistant/core/pull/87211
[#87213]: https://github.com/home-assistant/core/pull/87213
[@bdraco]: https://github.com/bdraco
[@bramkragten]: https://github.com/bramkragten
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@karliemeads]: https://github.com/karliemeads
[@lawfulchaos]: https://github.com/lawfulchaos
[@mib1185]: https://github.com/mib1185
[@mkmer]: https://github.com/mkmer
[@shbatm]: https://github.com/shbatm
[@starkillerOG]: https://github.com/starkillerOG
[abode docs]: /integrations/abode/
[frontend docs]: /integrations/frontend/
[honeywell docs]: /integrations/honeywell/
[isy994 docs]: /integrations/isy994/
[recorder docs]: /integrations/recorder/
[renault docs]: /integrations/renault/
[reolink docs]: /integrations/reolink/
[synology_dsm docs]: /integrations/synology_dsm/
[zwave_me docs]: /integrations/zwave_me/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing
@ -752,7 +803,7 @@ removed for nodes that are not the main (load) node.
On Level and Ramp Rate sensors have been removed for non-dimmable (non-`light.`)
devices. Only load devices receive communication error updates and only
dimmable devices support `OL` and `RR` commands.
dimmable devices support `OL` and `RR` commands.
The other entities were previously added but did not receive valid states from
the ISY or end-devices. These sensors were disabled by default.