mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
2023.3.4 (#26583)
* 2023.3.4 * Update source/_posts/2023-03-01-release-20233.markdown * Update source/_posts/2023-03-01-release-20233.markdown
This commit is contained in:
parent
74eb8a3693
commit
77fbc46f8f
@ -110,8 +110,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2023
|
||||
current_minor_version: 3
|
||||
current_patch_version: 3
|
||||
date_released: 2023-03-09
|
||||
current_patch_version: 4
|
||||
date_released: 2023-03-13
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -51,6 +51,7 @@ Enjoy the release!
|
||||
- [Release 2023.3.1 - March 2](#release-202331---march-2)
|
||||
- [Release 2023.3.2 - March 8](#release-202332---march-8)
|
||||
- [Release 2023.3.3 - March 9](#release-202333---march-9)
|
||||
- [Release 2023.3.4 - March 13](#release-202334---march-13)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [All changes](#all-changes)
|
||||
@ -500,6 +501,71 @@ We welcome the following new integrations in this release:
|
||||
[sensor docs]: /integrations/sensor/
|
||||
[tibber docs]: /integrations/tibber/
|
||||
|
||||
## Release 2023.3.4 - March 13
|
||||
|
||||
- Recode Home Assistant instance name to ascii for Jellyfin ([@j-stienstra] - [#87368]) ([jellyfin docs])
|
||||
- Fix gtfs with 2023.3 (sqlachemy update) ([@vingerha] - [#89175]) ([gtfs docs])
|
||||
- Reconnect on any ScreenLogic exception ([@dieselrabbit] - [#89269]) ([screenlogic docs])
|
||||
- Fix data migration never finishing when database has invalid datetimes ([@bdraco] - [#89474]) ([recorder docs])
|
||||
- Fix bug in fibaro cover ([@rappenze] - [#89502]) ([fibaro docs])
|
||||
- Bump pydeconz to v110 ([@Kane610] - [#89527]) ([deconz docs])
|
||||
- Fix get_significant_states_with_session query looking at legacy columns ([@bdraco] - [#89558]) ([recorder docs])
|
||||
- Bump aiopvpc to 4.1.0 ([@azogue] - [#89593]) ([pvpc_hourly_pricing docs])
|
||||
- Increase maximum aiohttp connections to 4096 ([@bdraco] - [#89611])
|
||||
- Rename modules named repairs.py which are not repairs platforms ([@emontnemery] - [#89618]) ([hassio docs]) ([bayesian docs])
|
||||
- Improved "ON" state check for `Use room sensor for cooling` ([@tomrennen] - [#89634]) ([nibe_heatpump docs])
|
||||
- Bump SQLAlchemy to 2.0.6 ([@balloob] - [#89650]) ([recorder docs]) ([sql docs])
|
||||
- Bump ZHA dependencies ([@puddly] - [#89667]) ([zha docs])
|
||||
|
||||
[@puddly]: https://github.com/puddly
|
||||
[#89667]: https://github.com/home-assistant/core/pull/89667
|
||||
[zha docs]: /integrations/zha/
|
||||
[#89650]: https://github.com/home-assistant/core/pull/89650
|
||||
[sql docs]: /integrations/sql/
|
||||
[recorder docs]: /integrations/recorder/
|
||||
[#87368]: https://github.com/home-assistant/core/pull/87368
|
||||
[#88979]: https://github.com/home-assistant/core/pull/88979
|
||||
[#89059]: https://github.com/home-assistant/core/pull/89059
|
||||
[#89175]: https://github.com/home-assistant/core/pull/89175
|
||||
[#89269]: https://github.com/home-assistant/core/pull/89269
|
||||
[#89381]: https://github.com/home-assistant/core/pull/89381
|
||||
[#89459]: https://github.com/home-assistant/core/pull/89459
|
||||
[#89474]: https://github.com/home-assistant/core/pull/89474
|
||||
[#89502]: https://github.com/home-assistant/core/pull/89502
|
||||
[#89527]: https://github.com/home-assistant/core/pull/89527
|
||||
[#89558]: https://github.com/home-assistant/core/pull/89558
|
||||
[#89593]: https://github.com/home-assistant/core/pull/89593
|
||||
[#89611]: https://github.com/home-assistant/core/pull/89611
|
||||
[#89618]: https://github.com/home-assistant/core/pull/89618
|
||||
[#89634]: https://github.com/home-assistant/core/pull/89634
|
||||
[@Kane610]: https://github.com/Kane610
|
||||
[@azogue]: https://github.com/azogue
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@dieselrabbit]: https://github.com/dieselrabbit
|
||||
[@emontnemery]: https://github.com/emontnemery
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@j-stienstra]: https://github.com/j-stienstra
|
||||
[@rappenze]: https://github.com/rappenze
|
||||
[@tomrennen]: https://github.com/tomrennen
|
||||
[@vingerha]: https://github.com/vingerha
|
||||
[abode docs]: /integrations/abode/
|
||||
[bayesian docs]: /integrations/bayesian/
|
||||
[deconz docs]: /integrations/deconz/
|
||||
[dormakaba_dkey docs]: /integrations/dormakaba_dkey/
|
||||
[fibaro docs]: /integrations/fibaro/
|
||||
[frontend docs]: /integrations/frontend/
|
||||
[gtfs docs]: /integrations/gtfs/
|
||||
[hassio docs]: /integrations/hassio/
|
||||
[jellyfin docs]: /integrations/jellyfin/
|
||||
[knx docs]: /integrations/knx/
|
||||
[nibe_heatpump docs]: /integrations/nibe_heatpump/
|
||||
[pvpc_hourly_pricing docs]: /integrations/pvpc_hourly_pricing/
|
||||
[recorder docs]: /integrations/recorder/
|
||||
[screenlogic docs]: /integrations/screenlogic/
|
||||
[sensor docs]: /integrations/sensor/
|
||||
[tibber docs]: /integrations/tibber/
|
||||
|
||||
## 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