From 8793b8cd3208a5831adadae2d620fa7a62f2365c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 6 Oct 2023 20:39:25 +0200 Subject: [PATCH] 2023.10.1 (#29213) --- _config.yml | 4 +- .../_posts/2023-10-04-release-202310.markdown | 80 +++++++++++++++++++ 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c2f26720623..16e20c8d380 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: 0 -date_released: 2023-10-04 +current_patch_version: 1 +date_released: 2023-10-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. diff --git a/source/_posts/2023-10-04-release-202310.markdown b/source/_posts/2023-10-04-release-202310.markdown index 59623a6ec82..2515aa89295 100644 --- a/source/_posts/2023-10-04-release-202310.markdown +++ b/source/_posts/2023-10-04-release-202310.markdown @@ -251,6 +251,86 @@ The following integrations are now available via the Home Assistant UI: [Twitch]: /integrations/twitch [World Air Quality Index (WAQI)]: /integrations/waqi +## Release 2023.10.1 - October 6 + +- 2023.10.0 ([@frenck] - [#101386]) +- Fix ZHA device diagnostics error for unknown unsupported attributes ([@TheJulianJES] - [#101239]) +- Bump pyyardian to 1.1.1 ([@h3l1o5] - [#101363]) +- Fix Withings translations ([@joostlek] - [#101397]) +- Raise vol.Invalid for invalid mqtt device_tracker config ([@jbouwh] - [#101399]) +- Bump dbus-fast to 2.11.1 ([@bdraco] - [#101406]) +- Add translation for Tamper binary sensor ([@joostlek] - [#101416]) +- Add wake word cooldown to avoid duplicate wake-ups ([@synesthesiam] - [#101417]) +- Adjust WeatherFlow wind sensors to appropriately match native unit and library field ([@natekspencer] - [#101418]) +- Bump env_canada to v0.5.37 ([@michaeldavie] - [#101435]) +- Fix device_class.capitalize() in Point ([@fredrike] - [#101440]) +- SMA add missing entity descriptions ([@rklomp] - [#101462]) +- Fix Trafikverket Camera if no location data ([@gjohansson-ST] - [#101463]) +- Update frontend to 20231005.0 ([@piitaya] - [#101480]) +- Bump zeroconf to 0.115.2 ([@bdraco] - [#101482]) +- bump pywaze to 0.5.1 sets timeout to 60s ([@eifinger] - [#101487]) +- Fix caching of latest short term stats after insertion of external stats ([@bdraco] - [#101490]) +- Fix key error in config flow when duplicate stop names exist ([@ViViDboarder] - [#101491]) +- Fix bug in calendar state where alarms due to alarms not scheduled ([@allenporter] - [#101510]) +- Fix for rainbird unique id ([@allenporter] - [#101512]) +- Limit waze_travel_time to 0.5call/s over all entries ([@eifinger] - [#101514]) +- Use config flow in color extractor tests ([@joostlek] - [#101524]) +- Delete existing Withings cloudhook ([@joostlek] - [#101527]) +- Modbus, wrong length when reading strings ([@janiversen] - [#101529]) +- Update LoqedAPI to handle invalid transitions better ([@mikewoudenberg] - [#101534]) +- Cancel callbacks on Withings entry unload ([@joostlek] - [#101536]) +- Bump HAP-python to 4.8.0 ([@bdraco] - [#101538]) +- Add Withings webhooks after a slight delay ([@joostlek] - [#101542]) +- Only import color extractor when domain is in config ([@joostlek] - [#101522]) + +[#101239]: https://github.com/home-assistant/core/pull/101239 +[#101363]: https://github.com/home-assistant/core/pull/101363 +[#101386]: https://github.com/home-assistant/core/pull/101386 +[#101397]: https://github.com/home-assistant/core/pull/101397 +[#101399]: https://github.com/home-assistant/core/pull/101399 +[#101406]: https://github.com/home-assistant/core/pull/101406 +[#101416]: https://github.com/home-assistant/core/pull/101416 +[#101417]: https://github.com/home-assistant/core/pull/101417 +[#101418]: https://github.com/home-assistant/core/pull/101418 +[#101435]: https://github.com/home-assistant/core/pull/101435 +[#101440]: https://github.com/home-assistant/core/pull/101440 +[#101462]: https://github.com/home-assistant/core/pull/101462 +[#101463]: https://github.com/home-assistant/core/pull/101463 +[#101480]: https://github.com/home-assistant/core/pull/101480 +[#101482]: https://github.com/home-assistant/core/pull/101482 +[#101487]: https://github.com/home-assistant/core/pull/101487 +[#101490]: https://github.com/home-assistant/core/pull/101490 +[#101491]: https://github.com/home-assistant/core/pull/101491 +[#101510]: https://github.com/home-assistant/core/pull/101510 +[#101512]: https://github.com/home-assistant/core/pull/101512 +[#101514]: https://github.com/home-assistant/core/pull/101514 +[#101522]: https://github.com/home-assistant/core/pull/101522 +[#101524]: https://github.com/home-assistant/core/pull/101524 +[#101527]: https://github.com/home-assistant/core/pull/101527 +[#101529]: https://github.com/home-assistant/core/pull/101529 +[#101534]: https://github.com/home-assistant/core/pull/101534 +[#101536]: https://github.com/home-assistant/core/pull/101536 +[#101538]: https://github.com/home-assistant/core/pull/101538 +[#101542]: https://github.com/home-assistant/core/pull/101542 +[@TheJulianJES]: https://github.com/TheJulianJES +[@ViViDboarder]: https://github.com/ViViDboarder +[@allenporter]: https://github.com/allenporter +[@bdraco]: https://github.com/bdraco +[@eifinger]: https://github.com/eifinger +[@fredrike]: https://github.com/fredrike +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@h3l1o5]: https://github.com/h3l1o5 +[@janiversen]: https://github.com/janiversen +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@michaeldavie]: https://github.com/michaeldavie +[@mikewoudenberg]: https://github.com/mikewoudenberg +[@natekspencer]: https://github.com/natekspencer +[@piitaya]: https://github.com/piitaya +[@rklomp]: https://github.com/rklomp +[@synesthesiam]: https://github.com/synesthesiam + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing