mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
2023.10.4 (#29453)
This commit is contained in:
parent
a01fc7e5e8
commit
826bb3dcdb
@ -110,8 +110,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2023
|
||||
current_minor_version: 10
|
||||
current_patch_version: 3
|
||||
date_released: 2023-10-13
|
||||
current_patch_version: 4
|
||||
date_released: 2023-10-21
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -42,6 +42,7 @@ Enjoy the release!
|
||||
- [Release 2023.10.1 - October 6](#release-2023101---october-6)
|
||||
- [Release 2023.10.2 - October 12](#release-2023102---october-12)
|
||||
- [Release 2023.10.3 - October 13](#release-2023103---october-13)
|
||||
- [Release 2023.10.4 - October 21](#release-2023104---october-21)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking changes](#breaking-changes)
|
||||
- [All changes](#all-changes)
|
||||
@ -462,6 +463,104 @@ The Mazda integration has been removed from Home Assistant. The library that Hom
|
||||
[@gjohansson-ST]: https://github.com/gjohansson-ST
|
||||
[@starkillerOG]: https://github.com/starkillerOG
|
||||
|
||||
## Release 2023.10.4 - October 21
|
||||
|
||||
- Fix Spotify media position update value ([@Archomeda] - [#100044])
|
||||
- Fix error handling on subscribe when mqtt is not initialized ([@jbouwh] - [#101832])
|
||||
- Bump aioesphomeapi to 17.1.4 ([@bdraco] - [#101897])
|
||||
- Bump aioesphomeapi to 17.1.5 ([@bdraco] - [#101916])
|
||||
- Fix Setpoint in Matter climate platform ([@goloveychuk] - [#101929])
|
||||
- Update zwave issue repair strings ([@raman325] - [#101940])
|
||||
- Bump screenlogicpy to v0.9.3 ([@dieselrabbit] - [#101957])
|
||||
- Bump pynina to 0.3.3 ([@DeerMaximum] - [#101960])
|
||||
- Fix google_maps same last_seen bug ([@pnbruckner] - [#101971])
|
||||
- Bump aioesphomeapi to 17.2.0 ([@bdraco] - [#101981])
|
||||
- Bump aioesphomeapi to 18.0.1 ([@bdraco] - [#102028])
|
||||
- Fix bug in calendar state transitions ([@allenporter] - [#102083])
|
||||
- Call disconnected callbacks from BT ESPHome client ([@abmantis] - [#102084])
|
||||
- Bump aioesphomeapi to 18.0.3 ([@bdraco] - [#102085])
|
||||
- Correct sensor state attribute and device class in Velbus sensors ([@Cereal2nd] - [#102099])
|
||||
- Bump velbusaio to 2023.10.0 ([@Cereal2nd] - [#102100])
|
||||
- Bump zha-quirks to 0.0.105 ([@TheJulianJES] - [#102113])
|
||||
- Fix UniFi client tracker entities being unavailable when away on restart ([@Kane610] - [#102125])
|
||||
- Send events for tts stream start/end ([@jesserockz] - [#102139])
|
||||
- Bump opower to 0.0.36 ([@tronikos] - [#102150])
|
||||
- Explicitly set entity name for VenstarSensor ([@dseven] - [#102158])
|
||||
- Don't warn about unknown pipeline events in ESPHome ([@synesthesiam] - [#102174])
|
||||
- Bump velbusaio to 2023.10.1 ([@Cereal2nd] - [#102178])
|
||||
- Bump aiowaqi to 2.1.0 ([@joostlek] - [#102209])
|
||||
- Handle timeouts on AEMET init ([@Noltari] - [#102289])
|
||||
- Bump pyduotecno to 2023.10.1 ([@Cereal2nd] - [#102344])
|
||||
- Bump ZHA dependencies ([@puddly] - [#102358])
|
||||
- Bump vehicle to 2.0.0 ([@joostlek] - [#102379])
|
||||
- Update aioairzone to v0.6.9 ([@Noltari] - [#102383])
|
||||
- Bump aioesphomeapi to 18.0.6 ([@bdraco] - [#102195])
|
||||
- Bump dbus-fast to 2.12.0 ([@bdraco] - [#102206])
|
||||
- Bump bluetooth-data-tools to 1.13.0 ([@bdraco] - [#102208])
|
||||
- Fix temperature setting for multi-setpoint z-wave device ([@kpine] - [#102395])
|
||||
- Bump aioesphomeapi to 18.0.7 ([@bdraco] - [#102399])
|
||||
|
||||
[#100044]: https://github.com/home-assistant/core/pull/100044
|
||||
[#101386]: https://github.com/home-assistant/core/pull/101386
|
||||
[#101547]: https://github.com/home-assistant/core/pull/101547
|
||||
[#101832]: https://github.com/home-assistant/core/pull/101832
|
||||
[#101871]: https://github.com/home-assistant/core/pull/101871
|
||||
[#101897]: https://github.com/home-assistant/core/pull/101897
|
||||
[#101916]: https://github.com/home-assistant/core/pull/101916
|
||||
[#101929]: https://github.com/home-assistant/core/pull/101929
|
||||
[#101930]: https://github.com/home-assistant/core/pull/101930
|
||||
[#101940]: https://github.com/home-assistant/core/pull/101940
|
||||
[#101957]: https://github.com/home-assistant/core/pull/101957
|
||||
[#101960]: https://github.com/home-assistant/core/pull/101960
|
||||
[#101971]: https://github.com/home-assistant/core/pull/101971
|
||||
[#101981]: https://github.com/home-assistant/core/pull/101981
|
||||
[#102028]: https://github.com/home-assistant/core/pull/102028
|
||||
[#102083]: https://github.com/home-assistant/core/pull/102083
|
||||
[#102084]: https://github.com/home-assistant/core/pull/102084
|
||||
[#102085]: https://github.com/home-assistant/core/pull/102085
|
||||
[#102099]: https://github.com/home-assistant/core/pull/102099
|
||||
[#102100]: https://github.com/home-assistant/core/pull/102100
|
||||
[#102113]: https://github.com/home-assistant/core/pull/102113
|
||||
[#102125]: https://github.com/home-assistant/core/pull/102125
|
||||
[#102139]: https://github.com/home-assistant/core/pull/102139
|
||||
[#102150]: https://github.com/home-assistant/core/pull/102150
|
||||
[#102158]: https://github.com/home-assistant/core/pull/102158
|
||||
[#102174]: https://github.com/home-assistant/core/pull/102174
|
||||
[#102178]: https://github.com/home-assistant/core/pull/102178
|
||||
[#102195]: https://github.com/home-assistant/core/pull/102195
|
||||
[#102206]: https://github.com/home-assistant/core/pull/102206
|
||||
[#102208]: https://github.com/home-assistant/core/pull/102208
|
||||
[#102209]: https://github.com/home-assistant/core/pull/102209
|
||||
[#102289]: https://github.com/home-assistant/core/pull/102289
|
||||
[#102344]: https://github.com/home-assistant/core/pull/102344
|
||||
[#102358]: https://github.com/home-assistant/core/pull/102358
|
||||
[#102379]: https://github.com/home-assistant/core/pull/102379
|
||||
[#102383]: https://github.com/home-assistant/core/pull/102383
|
||||
[#102395]: https://github.com/home-assistant/core/pull/102395
|
||||
[#102399]: https://github.com/home-assistant/core/pull/102399
|
||||
[@Archomeda]: https://github.com/Archomeda
|
||||
[@Cereal2nd]: https://github.com/Cereal2nd
|
||||
[@DeerMaximum]: https://github.com/DeerMaximum
|
||||
[@Kane610]: https://github.com/Kane610
|
||||
[@Noltari]: https://github.com/Noltari
|
||||
[@TheJulianJES]: https://github.com/TheJulianJES
|
||||
[@abmantis]: https://github.com/abmantis
|
||||
[@allenporter]: https://github.com/allenporter
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@dieselrabbit]: https://github.com/dieselrabbit
|
||||
[@dseven]: https://github.com/dseven
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@goloveychuk]: https://github.com/goloveychuk
|
||||
[@jbouwh]: https://github.com/jbouwh
|
||||
[@jesserockz]: https://github.com/jesserockz
|
||||
[@joostlek]: https://github.com/joostlek
|
||||
[@kpine]: https://github.com/kpine
|
||||
[@pnbruckner]: https://github.com/pnbruckner
|
||||
[@puddly]: https://github.com/puddly
|
||||
[@raman325]: https://github.com/raman325
|
||||
[@synesthesiam]: https://github.com/synesthesiam
|
||||
[@tronikos]: https://github.com/tronikos
|
||||
|
||||
## Need help? Join the community!
|
||||
|
||||
Home Assistant has a great community of users who are all more than willing
|
||||
|
Loading…
x
Reference in New Issue
Block a user