mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
2024.4.2 (#32206)
This commit is contained in:
parent
9fba230808
commit
17e110a40d
@ -110,8 +110,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2024
|
current_major_version: 2024
|
||||||
current_minor_version: 4
|
current_minor_version: 4
|
||||||
current_patch_version: 1
|
current_patch_version: 2
|
||||||
date_released: 2024-04-05
|
date_released: 2024-04-08
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -56,6 +56,7 @@ Enjoy the release! 🌞
|
|||||||
- [New integrations](#new-integrations)
|
- [New integrations](#new-integrations)
|
||||||
- [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 2024.4.1 - April 5](#release-202441---april-5)
|
- [Release 2024.4.1 - April 5](#release-202441---april-5)
|
||||||
|
- [Release 2024.4.2 - April 8](#release-202442---april-8)
|
||||||
- [Need help? Join the community!](#need-help-join-the-community)
|
- [Need help? Join the community!](#need-help-join-the-community)
|
||||||
- [Backward-incompatible changes](#backward-incompatible-changes)
|
- [Backward-incompatible changes](#backward-incompatible-changes)
|
||||||
- [Farewell to the following](#farewell-to-the-following)
|
- [Farewell to the following](#farewell-to-the-following)
|
||||||
@ -591,6 +592,70 @@ The following integrations are now available via the Home Assistant UI:
|
|||||||
[@tronikos]: https://github.com/tronikos
|
[@tronikos]: https://github.com/tronikos
|
||||||
[@xeniter]: https://github.com/xeniter
|
[@xeniter]: https://github.com/xeniter
|
||||||
|
|
||||||
|
## Release 2024.4.2 - April 8
|
||||||
|
|
||||||
|
- Fix hang in SNMP device_tracker implementation ([@nmaggioni] - [#112815])
|
||||||
|
- Fix missing if statement in homematic ([@bbr111] - [#114832])
|
||||||
|
- Bump pylitterbot to 2023.4.11 ([@natekspencer] - [#114918])
|
||||||
|
- Fix Snapcast Config flow ([@joostlek] - [#114952])
|
||||||
|
- Bump axis to v61 ([@Kane610] - [#114964])
|
||||||
|
- Filter out fuzzy translations from Lokalise ([@joostlek] - [#114968])
|
||||||
|
- Upgrade to pynobo 1.8.1 ([@oyvindwe] - [#114982])
|
||||||
|
- Fix dictionary changed size during iteration in prometheus ([@bdraco] - [#115005])
|
||||||
|
- Bump `brother` to version 4.1.0 ([@bieniu] - [#115021])
|
||||||
|
- Bump yolink-api to 0.4.2 ([@matrixd2] - [#115026])
|
||||||
|
- Update xknxproject to 3.7.1 ([@farmio] - [#115053])
|
||||||
|
- Fix synology_dsm availablity ([@bdraco] - [#115073])
|
||||||
|
- Downgrade hass-nabucasa from 0.80.0 to 0.78.0 ([@ludeeus] - [#115078])
|
||||||
|
- Bump velbus-aio to 2024.4.1 ([@Cereal2nd] - [#115109])
|
||||||
|
- Terminate scripts with until and while conditions that execute more than 10000 times ([@bdraco] - [#115110])
|
||||||
|
- improve handling of incorrect values in fyta integration ([@dontinelli] - [#115134])
|
||||||
|
- Bump fyta_cli to 0.3.5 ([@dontinelli] - [#115143])
|
||||||
|
- Fix fibaro sensor additional sensor lookup ([@rappenze] - [#115148])
|
||||||
|
- Write timer entity state before firing events ([@bdraco] - [#115151])
|
||||||
|
- Avoid checking for polling if an entity fails to add ([@bdraco] - [#115159])
|
||||||
|
- Only reset requested utility meter with no tariff ([@gibwar] - [#115170])
|
||||||
|
|
||||||
|
[#112815]: https://github.com/home-assistant/core/pull/112815
|
||||||
|
[#114764]: https://github.com/home-assistant/core/pull/114764
|
||||||
|
[#114832]: https://github.com/home-assistant/core/pull/114832
|
||||||
|
[#114918]: https://github.com/home-assistant/core/pull/114918
|
||||||
|
[#114934]: https://github.com/home-assistant/core/pull/114934
|
||||||
|
[#114952]: https://github.com/home-assistant/core/pull/114952
|
||||||
|
[#114964]: https://github.com/home-assistant/core/pull/114964
|
||||||
|
[#114968]: https://github.com/home-assistant/core/pull/114968
|
||||||
|
[#114982]: https://github.com/home-assistant/core/pull/114982
|
||||||
|
[#115005]: https://github.com/home-assistant/core/pull/115005
|
||||||
|
[#115021]: https://github.com/home-assistant/core/pull/115021
|
||||||
|
[#115026]: https://github.com/home-assistant/core/pull/115026
|
||||||
|
[#115053]: https://github.com/home-assistant/core/pull/115053
|
||||||
|
[#115073]: https://github.com/home-assistant/core/pull/115073
|
||||||
|
[#115078]: https://github.com/home-assistant/core/pull/115078
|
||||||
|
[#115109]: https://github.com/home-assistant/core/pull/115109
|
||||||
|
[#115110]: https://github.com/home-assistant/core/pull/115110
|
||||||
|
[#115134]: https://github.com/home-assistant/core/pull/115134
|
||||||
|
[#115143]: https://github.com/home-assistant/core/pull/115143
|
||||||
|
[#115148]: https://github.com/home-assistant/core/pull/115148
|
||||||
|
[#115151]: https://github.com/home-assistant/core/pull/115151
|
||||||
|
[#115159]: https://github.com/home-assistant/core/pull/115159
|
||||||
|
[#115170]: https://github.com/home-assistant/core/pull/115170
|
||||||
|
[@Cereal2nd]: https://github.com/Cereal2nd
|
||||||
|
[@Kane610]: https://github.com/Kane610
|
||||||
|
[@bbr111]: https://github.com/bbr111
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bieniu]: https://github.com/bieniu
|
||||||
|
[@dontinelli]: https://github.com/dontinelli
|
||||||
|
[@farmio]: https://github.com/farmio
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@gibwar]: https://github.com/gibwar
|
||||||
|
[@joostlek]: https://github.com/joostlek
|
||||||
|
[@ludeeus]: https://github.com/ludeeus
|
||||||
|
[@matrixd2]: https://github.com/matrixd2
|
||||||
|
[@natekspencer]: https://github.com/natekspencer
|
||||||
|
[@nmaggioni]: https://github.com/nmaggioni
|
||||||
|
[@oyvindwe]: https://github.com/oyvindwe
|
||||||
|
[@rappenze]: https://github.com/rappenze
|
||||||
|
|
||||||
## 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
|
||||||
|
@ -1581,6 +1581,70 @@ For a summary in a more readable format:
|
|||||||
[@tronikos]: https://github.com/tronikos
|
[@tronikos]: https://github.com/tronikos
|
||||||
[@xeniter]: https://github.com/xeniter
|
[@xeniter]: https://github.com/xeniter
|
||||||
|
|
||||||
|
## Release 2024.4.2 - April 8
|
||||||
|
|
||||||
|
- Fix hang in SNMP device_tracker implementation ([@nmaggioni] - [#112815])
|
||||||
|
- Fix missing if statement in homematic ([@bbr111] - [#114832])
|
||||||
|
- Bump pylitterbot to 2023.4.11 ([@natekspencer] - [#114918])
|
||||||
|
- Fix Snapcast Config flow ([@joostlek] - [#114952])
|
||||||
|
- Bump axis to v61 ([@Kane610] - [#114964])
|
||||||
|
- Filter out fuzzy translations from Lokalise ([@joostlek] - [#114968])
|
||||||
|
- Upgrade to pynobo 1.8.1 ([@oyvindwe] - [#114982])
|
||||||
|
- Fix dictionary changed size during iteration in prometheus ([@bdraco] - [#115005])
|
||||||
|
- Bump `brother` to version 4.1.0 ([@bieniu] - [#115021])
|
||||||
|
- Bump yolink-api to 0.4.2 ([@matrixd2] - [#115026])
|
||||||
|
- Update xknxproject to 3.7.1 ([@farmio] - [#115053])
|
||||||
|
- Fix synology_dsm availablity ([@bdraco] - [#115073])
|
||||||
|
- Downgrade hass-nabucasa from 0.80.0 to 0.78.0 ([@ludeeus] - [#115078])
|
||||||
|
- Bump velbus-aio to 2024.4.1 ([@Cereal2nd] - [#115109])
|
||||||
|
- Terminate scripts with until and while conditions that execute more than 10000 times ([@bdraco] - [#115110])
|
||||||
|
- improve handling of incorrect values in fyta integration ([@dontinelli] - [#115134])
|
||||||
|
- Bump fyta_cli to 0.3.5 ([@dontinelli] - [#115143])
|
||||||
|
- Fix fibaro sensor additional sensor lookup ([@rappenze] - [#115148])
|
||||||
|
- Write timer entity state before firing events ([@bdraco] - [#115151])
|
||||||
|
- Avoid checking for polling if an entity fails to add ([@bdraco] - [#115159])
|
||||||
|
- Only reset requested utility meter with no tariff ([@gibwar] - [#115170])
|
||||||
|
|
||||||
|
[#112815]: https://github.com/home-assistant/core/pull/112815
|
||||||
|
[#114764]: https://github.com/home-assistant/core/pull/114764
|
||||||
|
[#114832]: https://github.com/home-assistant/core/pull/114832
|
||||||
|
[#114918]: https://github.com/home-assistant/core/pull/114918
|
||||||
|
[#114934]: https://github.com/home-assistant/core/pull/114934
|
||||||
|
[#114952]: https://github.com/home-assistant/core/pull/114952
|
||||||
|
[#114964]: https://github.com/home-assistant/core/pull/114964
|
||||||
|
[#114968]: https://github.com/home-assistant/core/pull/114968
|
||||||
|
[#114982]: https://github.com/home-assistant/core/pull/114982
|
||||||
|
[#115005]: https://github.com/home-assistant/core/pull/115005
|
||||||
|
[#115021]: https://github.com/home-assistant/core/pull/115021
|
||||||
|
[#115026]: https://github.com/home-assistant/core/pull/115026
|
||||||
|
[#115053]: https://github.com/home-assistant/core/pull/115053
|
||||||
|
[#115073]: https://github.com/home-assistant/core/pull/115073
|
||||||
|
[#115078]: https://github.com/home-assistant/core/pull/115078
|
||||||
|
[#115109]: https://github.com/home-assistant/core/pull/115109
|
||||||
|
[#115110]: https://github.com/home-assistant/core/pull/115110
|
||||||
|
[#115134]: https://github.com/home-assistant/core/pull/115134
|
||||||
|
[#115143]: https://github.com/home-assistant/core/pull/115143
|
||||||
|
[#115148]: https://github.com/home-assistant/core/pull/115148
|
||||||
|
[#115151]: https://github.com/home-assistant/core/pull/115151
|
||||||
|
[#115159]: https://github.com/home-assistant/core/pull/115159
|
||||||
|
[#115170]: https://github.com/home-assistant/core/pull/115170
|
||||||
|
[@Cereal2nd]: https://github.com/Cereal2nd
|
||||||
|
[@Kane610]: https://github.com/Kane610
|
||||||
|
[@bbr111]: https://github.com/bbr111
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bieniu]: https://github.com/bieniu
|
||||||
|
[@dontinelli]: https://github.com/dontinelli
|
||||||
|
[@farmio]: https://github.com/farmio
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@gibwar]: https://github.com/gibwar
|
||||||
|
[@joostlek]: https://github.com/joostlek
|
||||||
|
[@ludeeus]: https://github.com/ludeeus
|
||||||
|
[@matrixd2]: https://github.com/matrixd2
|
||||||
|
[@natekspencer]: https://github.com/natekspencer
|
||||||
|
[@nmaggioni]: https://github.com/nmaggioni
|
||||||
|
[@oyvindwe]: https://github.com/oyvindwe
|
||||||
|
[@rappenze]: https://github.com/rappenze
|
||||||
|
|
||||||
[#100055]: https://github.com/home-assistant/core/pull/100055
|
[#100055]: https://github.com/home-assistant/core/pull/100055
|
||||||
[#102333]: https://github.com/home-assistant/core/pull/102333
|
[#102333]: https://github.com/home-assistant/core/pull/102333
|
||||||
[#102884]: https://github.com/home-assistant/core/pull/102884
|
[#102884]: https://github.com/home-assistant/core/pull/102884
|
||||||
|
Loading…
x
Reference in New Issue
Block a user