mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
2023.4.1 (#26898)
* 2023.4.1 * Update source/_posts/2023-04-05-release-20234.markdown
This commit is contained in:
parent
1daa42d00c
commit
130cde9812
@ -110,8 +110,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2023
|
||||
current_minor_version: 4
|
||||
current_patch_version: 0
|
||||
date_released: 2023-04-05
|
||||
current_patch_version: 1
|
||||
date_released: 2023-04-06
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -44,6 +44,7 @@ Happy Easter! 🐣 and enjoy the release!
|
||||
- [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.4.1 - April 6](#release-202341---april-6)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Farewell to the following](#farewell-to-the-following)
|
||||
@ -485,6 +486,78 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[nextcloud]: /integrations/nextcloud
|
||||
[obihai]: /integrations/obihai
|
||||
|
||||
## Release 2023.4.1 - April 6
|
||||
|
||||
- Handle Uncaught exceptions in async_update Honeywell ([@mkmer] - [#90746]) ([honeywell docs])
|
||||
- Bump fritzconnection to 1.12.0 ([@saschaabraham] - [#90799]) ([fritz docs]) ([fritzbox_callmonitor docs])
|
||||
- Fix issue with Insteon All-Link Database loading ([@teharris1] - [#90858]) ([insteon docs])
|
||||
- Generate a seperate log message per dumped object for profiler.dump_log_objects ([@bdraco] - [#90867]) ([profiler docs])
|
||||
- Add constraint for websockets to <11.0 ([@bdraco] - [#90868])
|
||||
- Add MariaDB deadlock retry wrapper to database timestamp column migrations ([@bdraco] - [#90880]) ([recorder docs])
|
||||
- Migrate entity unique ids in PI-Hole ([@mib1185] - [#90883]) ([pi_hole docs])
|
||||
- Fix missing bluetooth client wrapper in bleak_retry_connector ([@bdraco] - [#90885]) ([bluetooth docs])
|
||||
- Bump ulid-transform 0.6.0 ([@bdraco] - [#90888])
|
||||
- Guard against invalid ULIDs in contexts while recording events ([@bdraco] - [#90889]) ([recorder docs])
|
||||
- Fix entity_id migration query failing with MySQL 8.0.30 ([@bdraco] - [#90895]) ([recorder docs])
|
||||
- Bump `simplisafe-python` to 2023.04.0 ([@bachya] - [#90896]) ([simplisafe docs])
|
||||
- Bump aiodiscover to 1.4.16 ([@bdraco] - [#90903]) ([dhcp docs])
|
||||
- Return empty available programs list if an appliance is off during initial configuration ([@stickpin] - [#90905]) ([home_connect docs])
|
||||
- Handle NoURLAvailableError in Nuki component ([@pree] - [#90927]) ([nuki docs])
|
||||
- Update frontend to 20230406.1 ([@bramkragten] - [#90951]) ([frontend docs])
|
||||
- Fix flaky test in vesync ([@epenet] - [#90921]) ([vesync docs])
|
||||
- Bump `aioambient` to 2022.10.0 ([@bachya] - [#90940]) ([ambient_station docs])
|
||||
- Bump reolink-aio to 0.5.10 ([@starkillerOG] - [#90963]) ([reolink docs])
|
||||
|
||||
[#90921]: https://github.com/home-assistant/core/pull/90921
|
||||
[@epenet]: https://github.com/epenet
|
||||
[ambient_station docs]: /integrations/ambient_station/
|
||||
[reolink docs]: /integrations/reolink/
|
||||
[@bachya]: https://github.com/bachya
|
||||
[@starkillerOG]: https://github.com/starkillerOG
|
||||
[#90746]: https://github.com/home-assistant/core/pull/90746
|
||||
[#90799]: https://github.com/home-assistant/core/pull/90799
|
||||
[#90855]: https://github.com/home-assistant/core/pull/90855
|
||||
[#90858]: https://github.com/home-assistant/core/pull/90858
|
||||
[#90867]: https://github.com/home-assistant/core/pull/90867
|
||||
[#90868]: https://github.com/home-assistant/core/pull/90868
|
||||
[#90880]: https://github.com/home-assistant/core/pull/90880
|
||||
[#90883]: https://github.com/home-assistant/core/pull/90883
|
||||
[#90885]: https://github.com/home-assistant/core/pull/90885
|
||||
[#90888]: https://github.com/home-assistant/core/pull/90888
|
||||
[#90889]: https://github.com/home-assistant/core/pull/90889
|
||||
[#90895]: https://github.com/home-assistant/core/pull/90895
|
||||
[#90896]: https://github.com/home-assistant/core/pull/90896
|
||||
[#90903]: https://github.com/home-assistant/core/pull/90903
|
||||
[#90905]: https://github.com/home-assistant/core/pull/90905
|
||||
[#90927]: https://github.com/home-assistant/core/pull/90927
|
||||
[#90951]: https://github.com/home-assistant/core/pull/90951
|
||||
[@bachya]: https://github.com/bachya
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bramkragten]: https://github.com/bramkragten
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@mib1185]: https://github.com/mib1185
|
||||
[@mkmer]: https://github.com/mkmer
|
||||
[@pree]: https://github.com/pree
|
||||
[@saschaabraham]: https://github.com/saschaabraham
|
||||
[@stickpin]: https://github.com/stickpin
|
||||
[@teharris1]: https://github.com/teharris1
|
||||
[actiontec docs]: /integrations/actiontec/
|
||||
[advantage_air docs]: /integrations/advantage_air/
|
||||
[airly docs]: /integrations/airly/
|
||||
[bluetooth docs]: /integrations/bluetooth/
|
||||
[dhcp docs]: /integrations/dhcp/
|
||||
[fritz docs]: /integrations/fritz/
|
||||
[fritzbox_callmonitor docs]: /integrations/fritzbox_callmonitor/
|
||||
[frontend docs]: /integrations/frontend/
|
||||
[home_connect docs]: /integrations/home_connect/
|
||||
[honeywell docs]: /integrations/honeywell/
|
||||
[insteon docs]: /integrations/insteon/
|
||||
[nuki docs]: /integrations/nuki/
|
||||
[pi_hole docs]: /integrations/pi_hole/
|
||||
[profiler docs]: /integrations/profiler/
|
||||
[recorder docs]: /integrations/recorder/
|
||||
[simplisafe docs]: /integrations/simplisafe/
|
||||
|
||||
## Need help? Join the community!
|
||||
|
||||
Home Assistant has a great community of users who are all more than willing
|
||||
|
Loading…
x
Reference in New Issue
Block a user