This commit is contained in:
Paulus Schoutsen 2023-05-14 13:00:34 -04:00 committed by GitHub
parent 645541b62a
commit 3094bec4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 135 additions and 2 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2023 current_major_version: 2023
current_minor_version: 5 current_minor_version: 5
current_patch_version: 2 current_patch_version: 3
date_released: 2023-05-05 date_released: 2023-05-14
# 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!
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2023.5.1 - May 4](#release-202351---may-4) - [Release 2023.5.1 - May 4](#release-202351---may-4)
- [Release 2023.5.2 - May 5](#release-202352---may-5) - [Release 2023.5.2 - May 5](#release-202352---may-5)
- [Release 2023.5.3 - May 14](#release-202353---may-14)
- [Need help? Join the community!](#need-help-join-the-community) - [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following) - [Farewell to the following](#farewell-to-the-following)
@ -406,6 +407,138 @@ The following integrations are now available via the Home Assistant UI:
[transmission docs]: /integrations/transmission/ [transmission docs]: /integrations/transmission/
[zha docs]: /integrations/zha/ [zha docs]: /integrations/zha/
## Release 2023.5.3 - May 14
- Roborock continue on failed mqtt disconnect ([@Lash-L] - [#92502]) ([roborock docs])
- Bump bimmer_connected to 0.13.3 ([@rikroe] - [#92648]) ([bmw_connected_drive docs])
- Fix parallel_updates being acquired too late for entity executor jobs ([@bdraco] - [#92681])
- Always request at least one zone for multi-zone LIFX devices ([@bdraco] - [#92683]) ([lifx docs])
- Fix onvif reauth when device returns a http 401/403 error ([@bdraco] - [#92690]) ([onvif docs])
- Bump `aionotion` to 2023.05.1 ([@bachya] - [#92697]) ([notion docs])
- Bump pyoverkiz to 1.7.8 ([@iMicknl] - [#92702]) ([overkiz docs])
- Bump aiowebostv to 0.3.3 to fix Python 3.11 support ([@thecode] - [#92736]) ([webostv docs])
- Update deprecated functions in SIA ([@eavanvalkenburg] - [#92737]) ([sia docs])
- Bump aioesphomeapi to 3.7.4 to fix proxied BLE connections not retrying right away on error ([@bdraco] - [#92741]) ([esphome docs])
- Increase timeout to 30 seconds for Mazda integration ([@bdr99] - [#92744]) ([mazda docs])
- Fix zwave_js services example data ([@karwosts] - [#92748]) ([zwave_js docs])
- Bump asyncsleepiq to 1.3.5 ([@kbickar] - [#92759]) ([sleepiq docs])
- Update aioairzone to v0.5.3 ([@Noltari] - [#92780]) ([airzone docs])
- Fix race in Alexa async_enable_proactive_mode ([@emontnemery] - [#92785]) ([alexa docs])
- Fix Airzone Auto operation mode ([@Noltari] - [#92796]) ([airzone docs])
- Update aioairzone to v0.5.5 ([@Noltari] - [#92812]) ([airzone docs])
- Don't try to restore unavailable nor unknown states ([@dgomes] - [#92825]) ([integration docs])
- Bump sonos-websocket to 0.1.1 ([@jjlawren] - [#92834]) ([sonos docs])
- Allow "no" to match "nb" in language util ([@synesthesiam] - [#92862])
- Bump ZHA dependencies ([@puddly] - [#92870]) ([zha docs])
- Add ONVIF services to diagnostics ([@bdraco] - [#92878]) ([onvif docs])
- Bump UPB integration library to 0.5.4 ([@gwww] - [#92879]) ([upb docs])
- Bump bluetooth-auto-recovery to 1.2.0 ([@bdraco] - [#92893]) ([bluetooth docs])
- Fix already_configured string in workday ([@gjohansson-ST] - [#92901]) ([workday docs])
- Fix uptime sensor deviation detection in Fritz!Tools ([@mib1185] - [#92907]) ([fritz docs])
- Bump volvooncall to 0.10.3 to fix sensor type error ([@decompil3d] - [#92913]) ([volvooncall docs])
- Bump eternalegypt to 0.0.16 ([@tkdrob] - [#92919]) ([netgear_lte docs])
- Bump python-vehicle to 1.0.1 ([@joostlek] - [#92933]) ([rdw docs])
- Fix remove of device when surveillance station is not used in Synology DSM ([@mib1185] - [#92957]) ([synology_dsm docs])
- Bump reolink-aio to 0.5.15 ([@starkillerOG] - [#92979]) ([reolink docs])
- Bump bellows to 0.35.5 to fix Aqara Zigbee connectivity issue ([@puddly] - [#92999]) ([zha docs])
- Disable cleanup_closed for aiohttp.TCPConnector with cpython 3.11.1+ ([@bdraco] - [#93013])
- Fix sslv2/sslv3 with unverified connections ([@bdraco] - [#93037])
- Fix a series of bugs due to Notion API changes ([@bachya] - [#93039]) ([notion docs])
[#92422]: https://github.com/home-assistant/core/pull/92422
[#92502]: https://github.com/home-assistant/core/pull/92502
[#92513]: https://github.com/home-assistant/core/pull/92513
[#92610]: https://github.com/home-assistant/core/pull/92610
[#92648]: https://github.com/home-assistant/core/pull/92648
[#92681]: https://github.com/home-assistant/core/pull/92681
[#92683]: https://github.com/home-assistant/core/pull/92683
[#92690]: https://github.com/home-assistant/core/pull/92690
[#92697]: https://github.com/home-assistant/core/pull/92697
[#92702]: https://github.com/home-assistant/core/pull/92702
[#92736]: https://github.com/home-assistant/core/pull/92736
[#92737]: https://github.com/home-assistant/core/pull/92737
[#92741]: https://github.com/home-assistant/core/pull/92741
[#92744]: https://github.com/home-assistant/core/pull/92744
[#92748]: https://github.com/home-assistant/core/pull/92748
[#92759]: https://github.com/home-assistant/core/pull/92759
[#92780]: https://github.com/home-assistant/core/pull/92780
[#92785]: https://github.com/home-assistant/core/pull/92785
[#92796]: https://github.com/home-assistant/core/pull/92796
[#92812]: https://github.com/home-assistant/core/pull/92812
[#92825]: https://github.com/home-assistant/core/pull/92825
[#92834]: https://github.com/home-assistant/core/pull/92834
[#92862]: https://github.com/home-assistant/core/pull/92862
[#92870]: https://github.com/home-assistant/core/pull/92870
[#92878]: https://github.com/home-assistant/core/pull/92878
[#92879]: https://github.com/home-assistant/core/pull/92879
[#92893]: https://github.com/home-assistant/core/pull/92893
[#92901]: https://github.com/home-assistant/core/pull/92901
[#92907]: https://github.com/home-assistant/core/pull/92907
[#92913]: https://github.com/home-assistant/core/pull/92913
[#92919]: https://github.com/home-assistant/core/pull/92919
[#92933]: https://github.com/home-assistant/core/pull/92933
[#92957]: https://github.com/home-assistant/core/pull/92957
[#92979]: https://github.com/home-assistant/core/pull/92979
[#92999]: https://github.com/home-assistant/core/pull/92999
[#93013]: https://github.com/home-assistant/core/pull/93013
[#93037]: https://github.com/home-assistant/core/pull/93037
[#93039]: https://github.com/home-assistant/core/pull/93039
[@Lash-L]: https://github.com/Lash-L
[@Noltari]: https://github.com/Noltari
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@bdr99]: https://github.com/bdr99
[@bdraco]: https://github.com/bdraco
[@decompil3d]: https://github.com/decompil3d
[@dgomes]: https://github.com/dgomes
[@eavanvalkenburg]: https://github.com/eavanvalkenburg
[@emontnemery]: https://github.com/emontnemery
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@gwww]: https://github.com/gwww
[@iMicknl]: https://github.com/iMicknl
[@jjlawren]: https://github.com/jjlawren
[@joostlek]: https://github.com/joostlek
[@karwosts]: https://github.com/karwosts
[@kbickar]: https://github.com/kbickar
[@mib1185]: https://github.com/mib1185
[@puddly]: https://github.com/puddly
[@rikroe]: https://github.com/rikroe
[@starkillerOG]: https://github.com/starkillerOG
[@synesthesiam]: https://github.com/synesthesiam
[@thecode]: https://github.com/thecode
[@tkdrob]: https://github.com/tkdrob
[accuweather docs]: /integrations/accuweather/
[advantage_air docs]: /integrations/advantage_air/
[airzone docs]: /integrations/airzone/
[alexa docs]: /integrations/alexa/
[bluetooth docs]: /integrations/bluetooth/
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[cloud docs]: /integrations/cloud/
[esphome docs]: /integrations/esphome/
[fritz docs]: /integrations/fritz/
[frontend docs]: /integrations/frontend/
[integration docs]: /integrations/integration/
[lifx docs]: /integrations/lifx/
[mazda docs]: /integrations/mazda/
[netgear_lte docs]: /integrations/netgear_lte/
[notion docs]: /integrations/notion/
[onvif docs]: /integrations/onvif/
[overkiz docs]: /integrations/overkiz/
[rdw docs]: /integrations/rdw/
[reolink docs]: /integrations/reolink/
[roborock docs]: /integrations/roborock/
[sia docs]: /integrations/sia/
[sleepiq docs]: /integrations/sleepiq/
[sonos docs]: /integrations/sonos/
[synology_dsm docs]: /integrations/synology_dsm/
[upb docs]: /integrations/upb/
[volvooncall docs]: /integrations/volvooncall/
[webostv docs]: /integrations/webostv/
[workday docs]: /integrations/workday/
[zha docs]: /integrations/zha/
[zwave_js docs]: /integrations/zwave_js/
## Need help? Join the community! ## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing Home Assistant has a great community of users who are all more than willing