From 8f6b1912f205eed0c68071d86b749a9d15b0029d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 22 Mar 2024 00:28:52 +0000 Subject: [PATCH 1/3] Add 2024.3.2 changelog --- _config.yml | 4 +- .../_posts/2024-03-06-release-20243.markdown | 113 ++++++++++++++++++ 2 files changed, 115 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index bae2733cff5a..3cb5019e6c45 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2024 current_minor_version: 3 -current_patch_version: 1 -date_released: 2024-03-14 +current_patch_version: 2 +date_released: 2024-03-22 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2024-03-06-release-20243.markdown b/source/_posts/2024-03-06-release-20243.markdown index 8d1eab218ef7..0f92e970f7f3 100644 --- a/source/_posts/2024-03-06-release-20243.markdown +++ b/source/_posts/2024-03-06-release-20243.markdown @@ -56,6 +56,7 @@ happen during my absence this beta. 🥰 - [New integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2024.3.1 - March 14](#release-202431---march-14) +- [Release 2024.3.2 - March 21](#release-202432---march-21) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [All changes](#all-changes) @@ -602,6 +603,118 @@ The following integration us now available via the Home Assistant UI: [@tr4nt0r]: https://github.com/tr4nt0r [@zweckj]: https://github.com/zweckj +## Release 2024.3.2 - March 21 + +- Streamline Notion config entry updates (refresh token and user ID) ([@bachya] - [#112832]) ([notion docs]) +- Bump aioautomower to 2024.3.2 ([@Thomas55555] - [#113162]) ([husqvarna_automower docs]) +- Bump aioautomower to 2024.3.3 ([@Thomas55555] - [#113430]) ([husqvarna_automower docs]) +- Check for EA release channel for UniFi Protect ([@AngellusMortis] - [#113432]) ([unifiprotect docs]) +- Bump `pysnmp-lextudio` to version `6.0.11` ([@lextm] - [#113463]) ([snmp docs]) +- Tado fix water heater ([@erwindouna] - [#113464]) ([tado docs]) +- Bump aiodhcpwatcher to 0.8.2 ([@bdraco] - [#113466]) ([dhcp docs]) +- Bump axis to v55 ([@Kane610] - [#113479]) ([axis docs]) +- Bump croniter to 2.0.2 ([@dgomes] - [#113494]) ([utility_meter docs]) +- Revert setting communication delay in Risco init ([@OnFreund] - [#113497]) ([risco docs]) +- Bump pyrisco to 0.5.10 ([@OnFreund] - [#113505]) ([risco docs]) +- Fix missing context when running script from template entity ([@emontnemery] - [#113523]) ([template docs]) +- Bump ical to 7.0.3 to fix local-todo persisted with invalid DTSTART values ([@allenporter] - [#113526]) ([google docs]) ([local_calendar docs]) ([local_todo docs]) +- Fix Airthings BLE illuminance sensor name ([@joostlek] - [#113560]) ([airthings_ble docs]) +- Ignore Shelly block update with cfgChanged None ([@thecode] - [#113587]) ([shelly docs]) +- Catch `TimeoutError` in `Brother` config flow ([@bieniu] - [#113593]) ([brother docs]) +- Bump axis to v56 ([@Kane610] - [#113608]) ([axis docs]) +- Bump pyunifiprotect to 5.0.1 ([@AngellusMortis] - [#113630]) ([unifiprotect docs]) +- Bump pyunifiprotect to 5.0.2 ([@AngellusMortis] - [#113651]) ([unifiprotect docs]) +- Add removal condition to Shelly battery sensor ([@bieniu] - [#113703]) ([shelly docs]) +- Bump aioraven to 0.5.2 ([@cottsay] - [#113714]) ([rainforest_raven docs]) +- Fix unknown values in onewire ([@epenet] - [#113731]) ([onewire docs]) +- Bump pymodbus v3.6.6 ([@janiversen] - [#113796]) ([modbus docs]) +- Catch API errors in cast media_player service handlers ([@emontnemery] - [#113839]) ([cast docs]) +- Bump pychromecast to 14.0.1 ([@emontnemery] - [#113841]) ([cast docs]) +- Fix startup race in cast ([@emontnemery] - [#113843]) ([cast docs]) +- Redact the area of traccar server geofences ([@ludeeus] - [#113861]) ([traccar_server docs]) +- Bump pytedee_async to 0.2.17 ([@zweckj] - [#113933]) ([tedee docs]) +- Bump axis to v57 ([@Kane610] - [#113952]) ([axis docs]) + +[#111133]: https://github.com/home-assistant/core/pull/111133 +[#111441]: https://github.com/home-assistant/core/pull/111441 +[#111648]: https://github.com/home-assistant/core/pull/111648 +[#112516]: https://github.com/home-assistant/core/pull/112516 +[#112832]: https://github.com/home-assistant/core/pull/112832 +[#113162]: https://github.com/home-assistant/core/pull/113162 +[#113249]: https://github.com/home-assistant/core/pull/113249 +[#113430]: https://github.com/home-assistant/core/pull/113430 +[#113432]: https://github.com/home-assistant/core/pull/113432 +[#113463]: https://github.com/home-assistant/core/pull/113463 +[#113464]: https://github.com/home-assistant/core/pull/113464 +[#113466]: https://github.com/home-assistant/core/pull/113466 +[#113479]: https://github.com/home-assistant/core/pull/113479 +[#113494]: https://github.com/home-assistant/core/pull/113494 +[#113497]: https://github.com/home-assistant/core/pull/113497 +[#113505]: https://github.com/home-assistant/core/pull/113505 +[#113523]: https://github.com/home-assistant/core/pull/113523 +[#113526]: https://github.com/home-assistant/core/pull/113526 +[#113560]: https://github.com/home-assistant/core/pull/113560 +[#113587]: https://github.com/home-assistant/core/pull/113587 +[#113593]: https://github.com/home-assistant/core/pull/113593 +[#113608]: https://github.com/home-assistant/core/pull/113608 +[#113630]: https://github.com/home-assistant/core/pull/113630 +[#113651]: https://github.com/home-assistant/core/pull/113651 +[#113703]: https://github.com/home-assistant/core/pull/113703 +[#113714]: https://github.com/home-assistant/core/pull/113714 +[#113731]: https://github.com/home-assistant/core/pull/113731 +[#113796]: https://github.com/home-assistant/core/pull/113796 +[#113839]: https://github.com/home-assistant/core/pull/113839 +[#113841]: https://github.com/home-assistant/core/pull/113841 +[#113843]: https://github.com/home-assistant/core/pull/113843 +[#113861]: https://github.com/home-assistant/core/pull/113861 +[#113933]: https://github.com/home-assistant/core/pull/113933 +[#113952]: https://github.com/home-assistant/core/pull/113952 +[@AngellusMortis]: https://github.com/AngellusMortis +[@Kane610]: https://github.com/Kane610 +[@OnFreund]: https://github.com/OnFreund +[@Thomas55555]: https://github.com/Thomas55555 +[@allenporter]: https://github.com/allenporter +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@cottsay]: https://github.com/cottsay +[@dgomes]: https://github.com/dgomes +[@emontnemery]: https://github.com/emontnemery +[@epenet]: https://github.com/epenet +[@erwindouna]: https://github.com/erwindouna +[@frenck]: https://github.com/frenck +[@janiversen]: https://github.com/janiversen +[@joostlek]: https://github.com/joostlek +[@lextm]: https://github.com/lextm +[@ludeeus]: https://github.com/ludeeus +[@thecode]: https://github.com/thecode +[@zweckj]: https://github.com/zweckj +[airthings_ble docs]: /integrations/airthings_ble/ +[axis docs]: /integrations/axis/ +[brother docs]: /integrations/brother/ +[cast docs]: /integrations/cast/ +[dhcp docs]: /integrations/dhcp/ +[google docs]: /integrations/google/ +[husqvarna_automower docs]: /integrations/husqvarna_automower/ +[kitchen_sink docs]: /integrations/kitchen_sink/ +[local_calendar docs]: /integrations/local_calendar/ +[local_todo docs]: /integrations/local_todo/ +[modbus docs]: /integrations/modbus/ +[notion docs]: /integrations/notion/ +[onewire docs]: /integrations/onewire/ +[rainforest_raven docs]: /integrations/rainforest_raven/ +[risco docs]: /integrations/risco/ +[shelly docs]: /integrations/shelly/ +[snmp docs]: /integrations/snmp/ +[tado docs]: /integrations/tado/ +[tedee docs]: /integrations/tedee/ +[template docs]: /integrations/template/ +[traccar_server docs]: /integrations/traccar_server/ +[unifiprotect docs]: /integrations/unifiprotect/ +[utility_meter docs]: /integrations/utility_meter/ + + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing From 5dedb10498ae6389e13716b45197bcc0f50e1730 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 22 Mar 2024 11:36:53 +0100 Subject: [PATCH 2/3] Adjust date, clean up doc links --- .../_posts/2024-03-06-release-20243.markdown | 88 +++++++------------ 1 file changed, 32 insertions(+), 56 deletions(-) diff --git a/source/_posts/2024-03-06-release-20243.markdown b/source/_posts/2024-03-06-release-20243.markdown index 0f92e970f7f3..4024f9205126 100644 --- a/source/_posts/2024-03-06-release-20243.markdown +++ b/source/_posts/2024-03-06-release-20243.markdown @@ -56,7 +56,7 @@ happen during my absence this beta. 🥰 - [New integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2024.3.1 - March 14](#release-202431---march-14) -- [Release 2024.3.2 - March 21](#release-202432---march-21) +- [Release 2024.3.2 - March 22](#release-202432---march-22) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [All changes](#all-changes) @@ -603,37 +603,37 @@ The following integration us now available via the Home Assistant UI: [@tr4nt0r]: https://github.com/tr4nt0r [@zweckj]: https://github.com/zweckj -## Release 2024.3.2 - March 21 - -- Streamline Notion config entry updates (refresh token and user ID) ([@bachya] - [#112832]) ([notion docs]) -- Bump aioautomower to 2024.3.2 ([@Thomas55555] - [#113162]) ([husqvarna_automower docs]) -- Bump aioautomower to 2024.3.3 ([@Thomas55555] - [#113430]) ([husqvarna_automower docs]) -- Check for EA release channel for UniFi Protect ([@AngellusMortis] - [#113432]) ([unifiprotect docs]) -- Bump `pysnmp-lextudio` to version `6.0.11` ([@lextm] - [#113463]) ([snmp docs]) -- Tado fix water heater ([@erwindouna] - [#113464]) ([tado docs]) -- Bump aiodhcpwatcher to 0.8.2 ([@bdraco] - [#113466]) ([dhcp docs]) -- Bump axis to v55 ([@Kane610] - [#113479]) ([axis docs]) -- Bump croniter to 2.0.2 ([@dgomes] - [#113494]) ([utility_meter docs]) -- Revert setting communication delay in Risco init ([@OnFreund] - [#113497]) ([risco docs]) -- Bump pyrisco to 0.5.10 ([@OnFreund] - [#113505]) ([risco docs]) -- Fix missing context when running script from template entity ([@emontnemery] - [#113523]) ([template docs]) -- Bump ical to 7.0.3 to fix local-todo persisted with invalid DTSTART values ([@allenporter] - [#113526]) ([google docs]) ([local_calendar docs]) ([local_todo docs]) -- Fix Airthings BLE illuminance sensor name ([@joostlek] - [#113560]) ([airthings_ble docs]) -- Ignore Shelly block update with cfgChanged None ([@thecode] - [#113587]) ([shelly docs]) -- Catch `TimeoutError` in `Brother` config flow ([@bieniu] - [#113593]) ([brother docs]) -- Bump axis to v56 ([@Kane610] - [#113608]) ([axis docs]) -- Bump pyunifiprotect to 5.0.1 ([@AngellusMortis] - [#113630]) ([unifiprotect docs]) -- Bump pyunifiprotect to 5.0.2 ([@AngellusMortis] - [#113651]) ([unifiprotect docs]) -- Add removal condition to Shelly battery sensor ([@bieniu] - [#113703]) ([shelly docs]) -- Bump aioraven to 0.5.2 ([@cottsay] - [#113714]) ([rainforest_raven docs]) -- Fix unknown values in onewire ([@epenet] - [#113731]) ([onewire docs]) -- Bump pymodbus v3.6.6 ([@janiversen] - [#113796]) ([modbus docs]) -- Catch API errors in cast media_player service handlers ([@emontnemery] - [#113839]) ([cast docs]) -- Bump pychromecast to 14.0.1 ([@emontnemery] - [#113841]) ([cast docs]) -- Fix startup race in cast ([@emontnemery] - [#113843]) ([cast docs]) -- Redact the area of traccar server geofences ([@ludeeus] - [#113861]) ([traccar_server docs]) -- Bump pytedee_async to 0.2.17 ([@zweckj] - [#113933]) ([tedee docs]) -- Bump axis to v57 ([@Kane610] - [#113952]) ([axis docs]) +## Release 2024.3.2 - March 22 + +- Streamline Notion config entry updates (refresh token and user ID) ([@bachya] - [#112832]) +- Bump aioautomower to 2024.3.2 ([@Thomas55555] - [#113162]) +- Bump aioautomower to 2024.3.3 ([@Thomas55555] - [#113430]) +- Check for EA release channel for UniFi Protect ([@AngellusMortis] - [#113432]) +- Bump `pysnmp-lextudio` to version `6.0.11` ([@lextm] - [#113463]) +- Tado fix water heater ([@erwindouna] - [#113464]) +- Bump aiodhcpwatcher to 0.8.2 ([@bdraco] - [#113466]) +- Bump axis to v55 ([@Kane610] - [#113479]) +- Bump croniter to 2.0.2 ([@dgomes] - [#113494]) +- Revert setting communication delay in Risco init ([@OnFreund] - [#113497]) +- Bump pyrisco to 0.5.10 ([@OnFreund] - [#113505]) +- Fix missing context when running script from template entity ([@emontnemery] - [#113523]) +- Bump ical to 7.0.3 to fix local-todo persisted with invalid DTSTART values ([@allenporter] - [#113526]) +- Fix Airthings BLE illuminance sensor name ([@joostlek] - [#113560]) +- Ignore Shelly block update with cfgChanged None ([@thecode] - [#113587]) +- Catch `TimeoutError` in `Brother` config flow ([@bieniu] - [#113593]) +- Bump axis to v56 ([@Kane610] - [#113608]) +- Bump pyunifiprotect to 5.0.1 ([@AngellusMortis] - [#113630]) +- Bump pyunifiprotect to 5.0.2 ([@AngellusMortis] - [#113651]) +- Add removal condition to Shelly battery sensor ([@bieniu] - [#113703]) +- Bump aioraven to 0.5.2 ([@cottsay] - [#113714]) +- Fix unknown values in onewire ([@epenet] - [#113731]) +- Bump pymodbus v3.6.6 ([@janiversen] - [#113796]) +- Catch API errors in cast media_player service handlers ([@emontnemery] - [#113839]) +- Bump pychromecast to 14.0.1 ([@emontnemery] - [#113841]) +- Fix startup race in cast ([@emontnemery] - [#113843]) +- Redact the area of traccar server geofences ([@ludeeus] - [#113861]) +- Bump pytedee_async to 0.2.17 ([@zweckj] - [#113933]) +- Bump axis to v57 ([@Kane610] - [#113952]) [#111133]: https://github.com/home-assistant/core/pull/111133 [#111441]: https://github.com/home-assistant/core/pull/111441 @@ -690,30 +690,6 @@ The following integration us now available via the Home Assistant UI: [@ludeeus]: https://github.com/ludeeus [@thecode]: https://github.com/thecode [@zweckj]: https://github.com/zweckj -[airthings_ble docs]: /integrations/airthings_ble/ -[axis docs]: /integrations/axis/ -[brother docs]: /integrations/brother/ -[cast docs]: /integrations/cast/ -[dhcp docs]: /integrations/dhcp/ -[google docs]: /integrations/google/ -[husqvarna_automower docs]: /integrations/husqvarna_automower/ -[kitchen_sink docs]: /integrations/kitchen_sink/ -[local_calendar docs]: /integrations/local_calendar/ -[local_todo docs]: /integrations/local_todo/ -[modbus docs]: /integrations/modbus/ -[notion docs]: /integrations/notion/ -[onewire docs]: /integrations/onewire/ -[rainforest_raven docs]: /integrations/rainforest_raven/ -[risco docs]: /integrations/risco/ -[shelly docs]: /integrations/shelly/ -[snmp docs]: /integrations/snmp/ -[tado docs]: /integrations/tado/ -[tedee docs]: /integrations/tedee/ -[template docs]: /integrations/template/ -[traccar_server docs]: /integrations/traccar_server/ -[unifiprotect docs]: /integrations/unifiprotect/ -[utility_meter docs]: /integrations/utility_meter/ - ## Need help? Join the community! From e8740052a00263fe84d5f4ac0956b63d4222a6f3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 22 Mar 2024 11:37:15 +0100 Subject: [PATCH 3/3] Update changelog --- source/changelogs/core-2024.3.markdown | 88 ++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/source/changelogs/core-2024.3.markdown b/source/changelogs/core-2024.3.markdown index 646775ae386c..de0d7c461ad3 100644 --- a/source/changelogs/core-2024.3.markdown +++ b/source/changelogs/core-2024.3.markdown @@ -1192,6 +1192,94 @@ For a summary in a more readable format: [@tr4nt0r]: https://github.com/tr4nt0r [@zweckj]: https://github.com/zweckj +## Release 2024.3.2 - March 22 + +- Streamline Notion config entry updates (refresh token and user ID) ([@bachya] - [#112832]) +- Bump aioautomower to 2024.3.2 ([@Thomas55555] - [#113162]) +- Bump aioautomower to 2024.3.3 ([@Thomas55555] - [#113430]) +- Check for EA release channel for UniFi Protect ([@AngellusMortis] - [#113432]) +- Bump `pysnmp-lextudio` to version `6.0.11` ([@lextm] - [#113463]) +- Tado fix water heater ([@erwindouna] - [#113464]) +- Bump aiodhcpwatcher to 0.8.2 ([@bdraco] - [#113466]) +- Bump axis to v55 ([@Kane610] - [#113479]) +- Bump croniter to 2.0.2 ([@dgomes] - [#113494]) +- Revert setting communication delay in Risco init ([@OnFreund] - [#113497]) +- Bump pyrisco to 0.5.10 ([@OnFreund] - [#113505]) +- Fix missing context when running script from template entity ([@emontnemery] - [#113523]) +- Bump ical to 7.0.3 to fix local-todo persisted with invalid DTSTART values ([@allenporter] - [#113526]) +- Fix Airthings BLE illuminance sensor name ([@joostlek] - [#113560]) +- Ignore Shelly block update with cfgChanged None ([@thecode] - [#113587]) +- Catch `TimeoutError` in `Brother` config flow ([@bieniu] - [#113593]) +- Bump axis to v56 ([@Kane610] - [#113608]) +- Bump pyunifiprotect to 5.0.1 ([@AngellusMortis] - [#113630]) +- Bump pyunifiprotect to 5.0.2 ([@AngellusMortis] - [#113651]) +- Add removal condition to Shelly battery sensor ([@bieniu] - [#113703]) +- Bump aioraven to 0.5.2 ([@cottsay] - [#113714]) +- Fix unknown values in onewire ([@epenet] - [#113731]) +- Bump pymodbus v3.6.6 ([@janiversen] - [#113796]) +- Catch API errors in cast media_player service handlers ([@emontnemery] - [#113839]) +- Bump pychromecast to 14.0.1 ([@emontnemery] - [#113841]) +- Fix startup race in cast ([@emontnemery] - [#113843]) +- Redact the area of traccar server geofences ([@ludeeus] - [#113861]) +- Bump pytedee_async to 0.2.17 ([@zweckj] - [#113933]) +- Bump axis to v57 ([@Kane610] - [#113952]) + +[#111133]: https://github.com/home-assistant/core/pull/111133 +[#111441]: https://github.com/home-assistant/core/pull/111441 +[#111648]: https://github.com/home-assistant/core/pull/111648 +[#112516]: https://github.com/home-assistant/core/pull/112516 +[#112832]: https://github.com/home-assistant/core/pull/112832 +[#113162]: https://github.com/home-assistant/core/pull/113162 +[#113249]: https://github.com/home-assistant/core/pull/113249 +[#113430]: https://github.com/home-assistant/core/pull/113430 +[#113432]: https://github.com/home-assistant/core/pull/113432 +[#113463]: https://github.com/home-assistant/core/pull/113463 +[#113464]: https://github.com/home-assistant/core/pull/113464 +[#113466]: https://github.com/home-assistant/core/pull/113466 +[#113479]: https://github.com/home-assistant/core/pull/113479 +[#113494]: https://github.com/home-assistant/core/pull/113494 +[#113497]: https://github.com/home-assistant/core/pull/113497 +[#113505]: https://github.com/home-assistant/core/pull/113505 +[#113523]: https://github.com/home-assistant/core/pull/113523 +[#113526]: https://github.com/home-assistant/core/pull/113526 +[#113560]: https://github.com/home-assistant/core/pull/113560 +[#113587]: https://github.com/home-assistant/core/pull/113587 +[#113593]: https://github.com/home-assistant/core/pull/113593 +[#113608]: https://github.com/home-assistant/core/pull/113608 +[#113630]: https://github.com/home-assistant/core/pull/113630 +[#113651]: https://github.com/home-assistant/core/pull/113651 +[#113703]: https://github.com/home-assistant/core/pull/113703 +[#113714]: https://github.com/home-assistant/core/pull/113714 +[#113731]: https://github.com/home-assistant/core/pull/113731 +[#113796]: https://github.com/home-assistant/core/pull/113796 +[#113839]: https://github.com/home-assistant/core/pull/113839 +[#113841]: https://github.com/home-assistant/core/pull/113841 +[#113843]: https://github.com/home-assistant/core/pull/113843 +[#113861]: https://github.com/home-assistant/core/pull/113861 +[#113933]: https://github.com/home-assistant/core/pull/113933 +[#113952]: https://github.com/home-assistant/core/pull/113952 +[@AngellusMortis]: https://github.com/AngellusMortis +[@Kane610]: https://github.com/Kane610 +[@OnFreund]: https://github.com/OnFreund +[@Thomas55555]: https://github.com/Thomas55555 +[@allenporter]: https://github.com/allenporter +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@cottsay]: https://github.com/cottsay +[@dgomes]: https://github.com/dgomes +[@emontnemery]: https://github.com/emontnemery +[@epenet]: https://github.com/epenet +[@erwindouna]: https://github.com/erwindouna +[@frenck]: https://github.com/frenck +[@janiversen]: https://github.com/janiversen +[@joostlek]: https://github.com/joostlek +[@lextm]: https://github.com/lextm +[@ludeeus]: https://github.com/ludeeus +[@thecode]: https://github.com/thecode +[@zweckj]: https://github.com/zweckj + [#100418]: https://github.com/home-assistant/core/pull/100418 [#101012]: https://github.com/home-assistant/core/pull/101012 [#101641]: https://github.com/home-assistant/core/pull/101641