This commit is contained in:
Paulus Schoutsen 2023-04-08 23:42:41 -04:00 committed by GitHub
parent 3247671d7d
commit 44f328d6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 79 additions and 2 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details
current_major_version: 2023
current_minor_version: 4
current_patch_version: 1
date_released: 2023-04-06
current_patch_version: 2
date_released: 2023-04-08
# 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

@ -45,6 +45,7 @@ Happy Easter! 🐣 and enjoy the release!
- [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2023.4.1 - April 6](#release-202341---april-6)
- [Release 2023.4.2 - April 8](#release-202342---april-8)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -590,6 +591,82 @@ The following integrations are now available via the Home Assistant UI:
[recorder docs]: /integrations/recorder/
[simplisafe docs]: /integrations/simplisafe/
## Release 2023.4.2 - April 8
- Fix NMBS AttributeError ([@PatrickGlesner] - [#90525]) ([nmbs docs])
- Bump websockets constraint to 11.0.1+ ([@bdraco] - [#90901]) ([ambient_station docs]) ([vallox docs])
- Raise an issue for legacy SQL queries that will cause full table scans ([@bdraco] - [#90971]) ([sql docs])
- Resume entity id post migration after a restart ([@bdraco] - [#90973]) ([recorder docs])
- Bump vallox-websocket-api to 3.2.1 ([@bdraco] - [#90980]) ([vallox docs])
- Bump `aioambient` to 2023.04.0 ([@bachya] - [#90991]) ([ambient_station docs])
- Bump roombapy to 1.6.8 ([@joostlek] - [#91012]) ([roomba docs])
- Delay utility_meter until HA has started ([@dgomes] - [#91017]) ([utility_meter docs])
- Make sure upnp-router is also initialized when first seen through an advertisement ([@StevenLooman] - [#91037]) ([upnp docs])
- Bump ZHA quirks lib ([@dmulcahey] - [#91054]) ([zha docs])
- Fix Smartthings acceleration sensor in ZHA ([@dmulcahey] - [#91056]) ([zha docs])
- Bump zeroconf to 0.55.0 ([@bdraco] - [#90987]) ([zeroconf docs])
- Bump zeroconf to 0.56.0 ([@bdraco] - [#91060]) ([zeroconf docs])
- Make location optional in google calendar create service ([@allenporter] - [#91061]) ([google docs])
- Bump gcal_sync to 4.1.4 ([@allenporter] - [#91062]) ([google docs])
- Bump subarulink to 0.7.6 ([@G-Two] - [#91064]) ([subaru docs])
- Bump env_canada to v0.5.31 ([@michaeldavie] - [#91094]) ([environment_canada docs])
- Fix context_user_id round trip when calling to_native ([@bdraco] - [#91098]) ([recorder docs])
- Bump flux_led to 0.28.37 ([@bdraco] - [#91099]) ([flux_led docs])
- Make the device_tracker more forgiving when passed an empty ip address string ([@bdraco] - [#91101]) ([device_tracker docs])
[#90525]: https://github.com/home-assistant/core/pull/90525
[#90855]: https://github.com/home-assistant/core/pull/90855
[#90901]: https://github.com/home-assistant/core/pull/90901
[#90956]: https://github.com/home-assistant/core/pull/90956
[#90971]: https://github.com/home-assistant/core/pull/90971
[#90973]: https://github.com/home-assistant/core/pull/90973
[#90980]: https://github.com/home-assistant/core/pull/90980
[#90987]: https://github.com/home-assistant/core/pull/90987
[#90991]: https://github.com/home-assistant/core/pull/90991
[#91012]: https://github.com/home-assistant/core/pull/91012
[#91017]: https://github.com/home-assistant/core/pull/91017
[#91037]: https://github.com/home-assistant/core/pull/91037
[#91054]: https://github.com/home-assistant/core/pull/91054
[#91056]: https://github.com/home-assistant/core/pull/91056
[#91060]: https://github.com/home-assistant/core/pull/91060
[#91061]: https://github.com/home-assistant/core/pull/91061
[#91062]: https://github.com/home-assistant/core/pull/91062
[#91064]: https://github.com/home-assistant/core/pull/91064
[#91094]: https://github.com/home-assistant/core/pull/91094
[#91098]: https://github.com/home-assistant/core/pull/91098
[#91099]: https://github.com/home-assistant/core/pull/91099
[#91101]: https://github.com/home-assistant/core/pull/91101
[@G-Two]: https://github.com/G-Two
[@PatrickGlesner]: https://github.com/PatrickGlesner
[@StevenLooman]: https://github.com/StevenLooman
[@allenporter]: https://github.com/allenporter
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
[@dgomes]: https://github.com/dgomes
[@dmulcahey]: https://github.com/dmulcahey
[@frenck]: https://github.com/frenck
[@joostlek]: https://github.com/joostlek
[@michaeldavie]: https://github.com/michaeldavie
[actiontec docs]: /integrations/actiontec/
[advantage_air docs]: /integrations/advantage_air/
[airly docs]: /integrations/airly/
[ambient_station docs]: /integrations/ambient_station/
[device_tracker docs]: /integrations/device_tracker/
[environment_canada docs]: /integrations/environment_canada/
[flux_led docs]: /integrations/flux_led/
[google docs]: /integrations/google/
[nmbs docs]: /integrations/nmbs/
[recorder docs]: /integrations/recorder/
[roomba docs]: /integrations/roomba/
[sql docs]: /integrations/sql/
[subaru docs]: /integrations/subaru/
[upnp docs]: /integrations/upnp/
[utility_meter docs]: /integrations/utility_meter/
[vallox docs]: /integrations/vallox/
[zeroconf docs]: /integrations/zeroconf/
[zha docs]: /integrations/zha/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing