This commit is contained in:
Franck Nijhof 2023-10-12 15:48:30 +02:00 committed by GitHub
parent f5ab7a90aa
commit eba561b643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 110 additions and 2 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2023 current_major_version: 2023
current_minor_version: 10 current_minor_version: 10
current_patch_version: 1 current_patch_version: 2
date_released: 2023-10-06 date_released: 2023-10-12
# 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.

View File

@ -40,6 +40,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 2023.10.1 - October 6](#release-2023101---october-6) - [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) - [Need help? Join the community!](#need-help-join-the-community)
- [Breaking changes](#breaking-changes) - [Breaking changes](#breaking-changes)
- [All changes](#all-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 [@rklomp]: https://github.com/rklomp
[@synesthesiam]: https://github.com/synesthesiam [@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! ## 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