From eba561b6438a9bf5724eff52f0733878c965297d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 12 Oct 2023 15:48:30 +0200 Subject: [PATCH] 2023.10.2 (#29317) --- _config.yml | 4 +- .../_posts/2023-10-04-release-202310.markdown | 108 ++++++++++++++++++ 2 files changed, 110 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 16e20c8d380..2b00c303f3a 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2023 current_minor_version: 10 -current_patch_version: 1 -date_released: 2023-10-06 +current_patch_version: 2 +date_released: 2023-10-12 # 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/2023-10-04-release-202310.markdown b/source/_posts/2023-10-04-release-202310.markdown index 55ec56afdbe..5473fa47377 100644 --- a/source/_posts/2023-10-04-release-202310.markdown +++ b/source/_posts/2023-10-04-release-202310.markdown @@ -40,6 +40,7 @@ Enjoy the release! - [New integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2023.10.1 - October 6](#release-2023101---october-6) +- [Release 2023.10.2 - October 12](#release-2023102---october-12) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking changes](#breaking-changes) - [All changes](#all-changes) @@ -332,6 +333,113 @@ The following integrations are now available via the Home Assistant UI: [@rklomp]: https://github.com/rklomp [@synesthesiam]: https://github.com/synesthesiam +## Release 2023.10.2 - October 12 + +The Mazda integration has been removed from Home Assistant. The library that Home Assistant uses to connect with their services [has been taken offline by Mazda](https://github.com/github/dmca/blob/master/2023/10/2023-10-10-mazda.md). + +- Improve handling of roon media players with fixed and incremental volume ([@pavoni] - [#99819]) +- Auto-fix common key entry issues during WeatherKit config flow ([@tjhorner] - [#101504]) +- Improve Ikea Idasen config flow error messages ([@abmantis] - [#101567]) +- Update pyfronius to 0.7.2 ([@farmio] - [#101571]) +- Update ha-philipsjs to 3.1.1 ([@elupus] - [#101574]) +- Update aiohttp to 3.8.6 ([@cdce8p] - [#101590]) +- Additional fix for rainbird unique id ([@allenporter] - [#101599]) +- Fix compiling missing statistics losing rows ([@bdraco] - [#101616]) +- Bump systembridgeconnector to 3.8.4 ([@timmo001] - [#101621]) +- Update pylutron-caseta to 0.18.3 ([@mdonoughe] - [#101630]) +- Add additional calendar state alarm debugging ([@allenporter] - [#101631]) +- Abort config flow when invalid token is received ([@joostlek] - [#101642]) +- Fix mqtt sensor or binary_sensor state not saved after expiry ([@jbouwh] - [#101670]) +- Fix Slack type error for file upload ([@tkdrob] - [#101720]) +- Update eufylife-ble-client to 0.1.8 ([@bdr99] - [#101727]) +- Add google calendar required feature for create event service ([@allenporter] - [#101741]) +- Fix Airzone climate double setpoint ([@Noltari] - [#101744]) +- Bump screenlogicpy to 0.9.2 ([@dieselrabbit] - [#101746]) +- Fix typo in Ombi translation strings ([@Betacart] - [#101747]) +- Bump pyDuotecno to 2023.10.0 ([@Cereal2nd] - [#101754]) +- Subscribe to Withings webhooks outside of coordinator ([@joostlek] - [#101759]) +- Change BiDirectional Prefix ([@hesselonline] - [#101764]) +- Bump pyweatherflowudp to 1.4.5 ([@natekspencer] - [#101770]) +- Bump bimmer_connected to 0.14.1 ([@rikroe] - [#101789]) +- Bump env_canada to 0.6.0 ([@michaeldavie] - [#101798]) +- Await set value function in ScreenLogic number entities ([@dieselrabbit] - [#101802]) +- Update aioqsw to v0.3.5 ([@Noltari] - [#101809]) +- Dynamic wake word loading for Wyoming ([@synesthesiam] - [#101827]) +- Close existing UDP server for ESPHome voice assistant ([@synesthesiam] - [#101845]) +- Remove Mazda integration ([@bdr99] - [#101849]) +- Bump Python-MyQ to v3.1.13 ([@justinlindh] - [#101852]) +- Fix translation key in Plugwise ([@joostlek] - [#101862]) +- Fix SMA incorrect device class ([@rklomp] - [#101866]) +- Fix mysensors battery level attribute ([@MartinHjelmare] - [#101868]) +- Fix typo in remember the milk strings ([@Betacart] - [#101869]) +- Only reload Withings config entry on reauth ([@joostlek] - [#101638]) + +[#101386]: https://github.com/home-assistant/core/pull/101386 +[#101504]: https://github.com/home-assistant/core/pull/101504 +[#101547]: https://github.com/home-assistant/core/pull/101547 +[#101567]: https://github.com/home-assistant/core/pull/101567 +[#101571]: https://github.com/home-assistant/core/pull/101571 +[#101574]: https://github.com/home-assistant/core/pull/101574 +[#101590]: https://github.com/home-assistant/core/pull/101590 +[#101599]: https://github.com/home-assistant/core/pull/101599 +[#101616]: https://github.com/home-assistant/core/pull/101616 +[#101621]: https://github.com/home-assistant/core/pull/101621 +[#101630]: https://github.com/home-assistant/core/pull/101630 +[#101631]: https://github.com/home-assistant/core/pull/101631 +[#101638]: https://github.com/home-assistant/core/pull/101638 +[#101642]: https://github.com/home-assistant/core/pull/101642 +[#101670]: https://github.com/home-assistant/core/pull/101670 +[#101720]: https://github.com/home-assistant/core/pull/101720 +[#101727]: https://github.com/home-assistant/core/pull/101727 +[#101741]: https://github.com/home-assistant/core/pull/101741 +[#101744]: https://github.com/home-assistant/core/pull/101744 +[#101746]: https://github.com/home-assistant/core/pull/101746 +[#101747]: https://github.com/home-assistant/core/pull/101747 +[#101754]: https://github.com/home-assistant/core/pull/101754 +[#101759]: https://github.com/home-assistant/core/pull/101759 +[#101764]: https://github.com/home-assistant/core/pull/101764 +[#101770]: https://github.com/home-assistant/core/pull/101770 +[#101789]: https://github.com/home-assistant/core/pull/101789 +[#101798]: https://github.com/home-assistant/core/pull/101798 +[#101802]: https://github.com/home-assistant/core/pull/101802 +[#101809]: https://github.com/home-assistant/core/pull/101809 +[#101827]: https://github.com/home-assistant/core/pull/101827 +[#101845]: https://github.com/home-assistant/core/pull/101845 +[#101849]: https://github.com/home-assistant/core/pull/101849 +[#101852]: https://github.com/home-assistant/core/pull/101852 +[#101862]: https://github.com/home-assistant/core/pull/101862 +[#101866]: https://github.com/home-assistant/core/pull/101866 +[#101868]: https://github.com/home-assistant/core/pull/101868 +[#101869]: https://github.com/home-assistant/core/pull/101869 +[#99819]: https://github.com/home-assistant/core/pull/99819 +[@Betacart]: https://github.com/Betacart +[@Cereal2nd]: https://github.com/Cereal2nd +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@Noltari]: https://github.com/Noltari +[@abmantis]: https://github.com/abmantis +[@allenporter]: https://github.com/allenporter +[@bdr99]: https://github.com/bdr99 +[@bdraco]: https://github.com/bdraco +[@cdce8p]: https://github.com/cdce8p +[@dieselrabbit]: https://github.com/dieselrabbit +[@elupus]: https://github.com/elupus +[@farmio]: https://github.com/farmio +[@frenck]: https://github.com/frenck +[@hesselonline]: https://github.com/hesselonline +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@justinlindh]: https://github.com/justinlindh +[@mdonoughe]: https://github.com/mdonoughe +[@michaeldavie]: https://github.com/michaeldavie +[@natekspencer]: https://github.com/natekspencer +[@pavoni]: https://github.com/pavoni +[@rikroe]: https://github.com/rikroe +[@rklomp]: https://github.com/rklomp +[@synesthesiam]: https://github.com/synesthesiam +[@timmo001]: https://github.com/timmo001 +[@tjhorner]: https://github.com/tjhorner +[@tkdrob]: https://github.com/tkdrob + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing