mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
2023.11.2 (#29785)
This commit is contained in:
parent
a319e8d1a7
commit
ac0dc2a458
@ -110,8 +110,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2023
|
||||
current_minor_version: 11
|
||||
current_patch_version: 1
|
||||
date_released: 2023-11-04
|
||||
current_patch_version: 2
|
||||
date_released: 2023-11-10
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -58,6 +58,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.11.1 - November 4](#release-2023111---november-4)
|
||||
- [Release 2023.11.2 - November 10](#release-2023112---november-10)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking changes](#breaking-changes)
|
||||
- [Farewell to the following](#farewell-to-the-following)
|
||||
@ -467,6 +468,76 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[@starkillerOG]: https://github.com/starkillerOG
|
||||
[@tronikos]: https://github.com/tronikos
|
||||
|
||||
## Release 2023.11.2 - November 10
|
||||
|
||||
- Don't assume that the `sleep` value is a dictionary in Tractive integration ([@bieniu] - [#103138])
|
||||
- Update aioairzone-cloud to v0.3.2 ([@Noltari] - [#103258])
|
||||
- Update aioairzone-cloud to v0.3.5 ([@Noltari] - [#103315])
|
||||
- Handle null data in WeatherFlow sensors ([@natekspencer] - [#103349])
|
||||
- Handle smarttub sensor values being None ([@mdz] - [#103385])
|
||||
- Pin jaraco.functools to fix builds and CI ([@bdraco] - [#103406])
|
||||
- Update tailscale to 0.6.0 ([@frenck] - [#103409])
|
||||
- Bump pyatmo to v7.6.0 ([@cgtobi] - [#103410])
|
||||
- Fix serial in Flo device information ([@mib1185] - [#103427])
|
||||
- modbus Allow swap: byte for datatype: string. ([@janiversen] - [#103441])
|
||||
- Modbus set device_class in slaves ([@janiversen] - [#103442])
|
||||
- Fix KNX expose default value when attribute is `None` ([@farmio] - [#103446])
|
||||
- Sort Withings sleep data on end date ([@joostlek] - [#103454])
|
||||
- Use right equipment identifier in DSMR setup ([@dupondje] - [#103494])
|
||||
- Fix litterrobot test failure due to time zone dependence ([@mdz] - [#103444])
|
||||
- Revert binary_sensor part of #103210 ([@edenhaus] - [#103499])
|
||||
- ESPHome: Add suggested_area from device info ([@jesserockz] - [#102834])
|
||||
- Bump aioesphomeapi to 18.2.1 ([@bdraco] - [#103156])
|
||||
- Bump bluetooth-data-tools to 0.14.0 ([@bdraco] - [#103413])
|
||||
- Bump blinkpy to 0.22.3 ([@mkmer] - [#103438])
|
||||
- Fix 5B Gas meter in dsmr ([@dupondje] - [#103506])
|
||||
- Fix invalid MAC in samsungtv ([@epenet] - [#103512])
|
||||
- Bump aioesphomeapi to 18.2.4 ([@bdraco] - [#103552])
|
||||
- Bump pyenphase to 1.14.2 ([@cgarwood] - [#103553])
|
||||
- Update dsmr-parser to 1.3.1 to fix parsing issues ([@dupondje] - [#103572])
|
||||
- fix: get_devices only checks for the first type ([@suaveolent] - [#103583])
|
||||
- Raise exception when data can't be fetched in Opensky ([@joostlek] - [#103596])
|
||||
- Bump yt-dlp to 2023.10.13 ([@joostlek] - [#103616])
|
||||
- Fix Reolink DHCP IP update ([@starkillerOG] - [#103654])
|
||||
- Incease tplink setup timeout ([@bdraco] - [#103671])
|
||||
- Add name to Withings coordinator ([@joostlek] - [#103692])
|
||||
- Update frontend to 20231030.2 ([@bramkragten] - [#103706])
|
||||
|
||||
[#102834]: https://github.com/home-assistant/core/pull/102834
|
||||
[#103138]: https://github.com/home-assistant/core/pull/103138
|
||||
[#103156]: https://github.com/home-assistant/core/pull/103156
|
||||
[#103164]: https://github.com/home-assistant/core/pull/103164
|
||||
[#103258]: https://github.com/home-assistant/core/pull/103258
|
||||
[#103301]: https://github.com/home-assistant/core/pull/103301
|
||||
[#103315]: https://github.com/home-assistant/core/pull/103315
|
||||
[#103349]: https://github.com/home-assistant/core/pull/103349
|
||||
[#103385]: https://github.com/home-assistant/core/pull/103385
|
||||
[#103406]: https://github.com/home-assistant/core/pull/103406
|
||||
[#103409]: https://github.com/home-assistant/core/pull/103409
|
||||
[#103410]: https://github.com/home-assistant/core/pull/103410
|
||||
[#103413]: https://github.com/home-assistant/core/pull/103413
|
||||
[#103427]: https://github.com/home-assistant/core/pull/103427
|
||||
[#103438]: https://github.com/home-assistant/core/pull/103438
|
||||
[#103441]: https://github.com/home-assistant/core/pull/103441
|
||||
[#103442]: https://github.com/home-assistant/core/pull/103442
|
||||
[#103444]: https://github.com/home-assistant/core/pull/103444
|
||||
[#103446]: https://github.com/home-assistant/core/pull/103446
|
||||
[#103454]: https://github.com/home-assistant/core/pull/103454
|
||||
[#103494]: https://github.com/home-assistant/core/pull/103494
|
||||
[#103499]: https://github.com/home-assistant/core/pull/103499
|
||||
[#103506]: https://github.com/home-assistant/core/pull/103506
|
||||
[#103512]: https://github.com/home-assistant/core/pull/103512
|
||||
[#103552]: https://github.com/home-assistant/core/pull/103552
|
||||
[#103553]: https://github.com/home-assistant/core/pull/103553
|
||||
[#103572]: https://github.com/home-assistant/core/pull/103572
|
||||
[#103583]: https://github.com/home-assistant/core/pull/103583
|
||||
[#103596]: https://github.com/home-assistant/core/pull/103596
|
||||
[#103616]: https://github.com/home-assistant/core/pull/103616
|
||||
[#103654]: https://github.com/home-assistant/core/pull/103654
|
||||
[#103671]: https://github.com/home-assistant/core/pull/103671
|
||||
[#103692]: https://github.com/home-assistant/core/pull/103692
|
||||
[#103706]: https://github.com/home-assistant/core/pull/103706
|
||||
|
||||
## 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