mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
2022.11.3
This commit is contained in:
parent
9bbf0509d7
commit
4919a98e89
@ -110,8 +110,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2022
|
||||
current_minor_version: 11
|
||||
current_patch_version: 2
|
||||
date_released: 2022-11-08
|
||||
current_patch_version: 3
|
||||
date_released: 2022-11-16
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -54,6 +54,7 @@ Sunday, November 13, 2022 (11:00 AM PST / 20:00 CET).
|
||||
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
|
||||
- [Release 2022.11.1 - November 3](#release-2022111---november-3)
|
||||
- [Release 2022.11.2 - November 8](#release-2022112---november-8)
|
||||
- [Release 2022.11.3 - November 16](#release-2022113---november-16)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [All changes](#all-changes)
|
||||
@ -522,6 +523,146 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[zeroconf docs]: /integrations/zeroconf/
|
||||
[zha docs]: /integrations/zha/
|
||||
|
||||
## Release 2022.11.3 - November 16
|
||||
|
||||
- Fix UniFi block client switches on 2022.11.2 ([@Kane610] - [#81884]) ([unifi docs])
|
||||
- Fix Z-Wave JS cover stop support ([@Yukon] - [#78723]) ([zwave_js docs])
|
||||
- Fix instability with HomeKit trigger accessories ([@bdraco] - [#80703]) ([homekit docs])
|
||||
- Fix accelerator sensor in fibaro integration ([@rappenze] - [#81237]) ([fibaro docs])
|
||||
- Fix Fully Kiosk start application service field ([@chpego] - [#81738]) ([fully_kiosk docs])
|
||||
- Fix ibeacon source attribute not being updated ([@multigcs] - [#81740]) ([ibeacon docs])
|
||||
- Upgrade huawei-lte-api to 1.6.7, fixes empty username issues ([@scop] - [#81751]) ([huawei_lte docs]) (dependency)
|
||||
- Change life360 timeouts & retries ([@pnbruckner] - [#81799]) ([life360 docs])
|
||||
- Fix switchbot not becoming available again after unavailable ([@bdraco] - [#81822]) ([switchbot docs])
|
||||
- Fix statistic_during_period for data with holes ([@emontnemery] - [#81847]) ([recorder docs])
|
||||
- Fix rest schema ([@epenet] - [#81857]) ([rest docs])
|
||||
- Bump aiohomekit to 2.2.19 ([@bdraco] - [#81867]) ([homekit_controller docs]) (dependency)
|
||||
- Fix homekit_controller climate entity not becoming active when changing modes ([@Jc2k] - [#81868]) ([homekit_controller docs])
|
||||
- Bump oralb-ble to 0.14.1 ([@bdraco] - [#81869]) ([oralb docs]) (dependency)
|
||||
- Bump gcal_sync to 4.0.1 to fix Google Calendar config flow ([@allenporter] - [#81873]) ([google docs]) (dependency)
|
||||
- Fix ZHA configuration APIs ([@dmulcahey] - [#81874]) ([zha docs])
|
||||
- Revert google calendar back to old API for free/busy readers ([@allenporter] - [#81894]) ([google docs])
|
||||
- Fix bluetooth adapters with missing firmware patch files not being discovered ([@bdraco] - [#81926]) ([bluetooth docs])
|
||||
- Bump aioridwell to 2022.11.0 ([@bachya] - [#81929]) ([ridwell docs]) (dependency)
|
||||
- Fix esphome bleak client seeing disconnects too late ([@bdraco] - [#81932]) ([esphome docs])
|
||||
- Bump bleak-retry-connector to 2.8.4 ([@bdraco] - [#81937]) ([bluetooth docs]) (dependency)
|
||||
- Bump PySwitchbot to 0.20.3 ([@bdraco] - [#81938]) ([switchbot docs]) (dependency)
|
||||
- Fix ONVIF subscription errors ([@dgomes] - [#81965]) ([onvif docs])
|
||||
- Bump ZHA quirks lib to 0.0.86 ([@dmulcahey] - [#81966]) ([zha docs]) (dependency)
|
||||
- Increasing device usage update interval for Flume ([@jeeftor] - [#81968]) ([flume docs])
|
||||
- Bump oralb-ble to 0.14.2 ([@bdraco] - [#81969]) ([oralb docs]) (dependency)
|
||||
- Bump gcal_sync 4.0.2 ([@allenporter] - [#82017]) ([google docs])
|
||||
- Bump airthings-ble to 0.5.3 ([@vincegio] - [#82033]) ([airthings_ble docs]) (dependency)
|
||||
- Make sure the config_flow key is set for brands ([@bdraco] - [#82038])
|
||||
- Bump pySwitchbot to 0.20.4 ([@bdraco] - [#82055]) ([switchbot docs]) (dependency)
|
||||
- Restore color_temp handling for lifx.set_state ([@Djelibeybi] - [#82067]) ([lifx docs])
|
||||
- Bump growattServer to 1.2.4 ([@muppet3000] - [#82071]) ([growatt_server docs])
|
||||
- Bump PySwitchbot to 0.20.5 ([@bdraco] - [#82099]) ([switchbot docs]) (dependency)
|
||||
- Update sqlalchemy to 1.4.44 ([@frenck] - [#82129]) ([recorder docs]) ([sql docs]) (dependency)
|
||||
- Always update attributes on an update for MQTT update ([@jbouwh] - [#82139]) ([mqtt docs])
|
||||
- Add missing strings in Onvif ([@tkdrob] - [#82141]) ([onvif docs])
|
||||
- Fix Google Sheets formula input ([@tkdrob] - [#82157]) ([google_sheets docs])
|
||||
- Fix Growatt incorrect energy dashboard values for grid import ([@muppet3000] - [#82163]) ([growatt_server docs])
|
||||
- Fix static version in homekit tests ([@bdraco] - [#82201]) ([homekit docs])
|
||||
- Fix missing await in nexia emergency heat ([@bdraco] - [#82207]) ([nexia docs])
|
||||
|
||||
[#78723]: https://github.com/home-assistant/core/pull/78723
|
||||
[#80703]: https://github.com/home-assistant/core/pull/80703
|
||||
[#81237]: https://github.com/home-assistant/core/pull/81237
|
||||
[#81423]: https://github.com/home-assistant/core/pull/81423
|
||||
[#81488]: https://github.com/home-assistant/core/pull/81488
|
||||
[#81738]: https://github.com/home-assistant/core/pull/81738
|
||||
[#81740]: https://github.com/home-assistant/core/pull/81740
|
||||
[#81751]: https://github.com/home-assistant/core/pull/81751
|
||||
[#81780]: https://github.com/home-assistant/core/pull/81780
|
||||
[#81799]: https://github.com/home-assistant/core/pull/81799
|
||||
[#81822]: https://github.com/home-assistant/core/pull/81822
|
||||
[#81847]: https://github.com/home-assistant/core/pull/81847
|
||||
[#81857]: https://github.com/home-assistant/core/pull/81857
|
||||
[#81867]: https://github.com/home-assistant/core/pull/81867
|
||||
[#81868]: https://github.com/home-assistant/core/pull/81868
|
||||
[#81869]: https://github.com/home-assistant/core/pull/81869
|
||||
[#81873]: https://github.com/home-assistant/core/pull/81873
|
||||
[#81874]: https://github.com/home-assistant/core/pull/81874
|
||||
[#81884]: https://github.com/home-assistant/core/pull/81884
|
||||
[#81894]: https://github.com/home-assistant/core/pull/81894
|
||||
[#81926]: https://github.com/home-assistant/core/pull/81926
|
||||
[#81929]: https://github.com/home-assistant/core/pull/81929
|
||||
[#81932]: https://github.com/home-assistant/core/pull/81932
|
||||
[#81937]: https://github.com/home-assistant/core/pull/81937
|
||||
[#81938]: https://github.com/home-assistant/core/pull/81938
|
||||
[#81965]: https://github.com/home-assistant/core/pull/81965
|
||||
[#81966]: https://github.com/home-assistant/core/pull/81966
|
||||
[#81968]: https://github.com/home-assistant/core/pull/81968
|
||||
[#81969]: https://github.com/home-assistant/core/pull/81969
|
||||
[#82017]: https://github.com/home-assistant/core/pull/82017
|
||||
[#82033]: https://github.com/home-assistant/core/pull/82033
|
||||
[#82038]: https://github.com/home-assistant/core/pull/82038
|
||||
[#82055]: https://github.com/home-assistant/core/pull/82055
|
||||
[#82067]: https://github.com/home-assistant/core/pull/82067
|
||||
[#82071]: https://github.com/home-assistant/core/pull/82071
|
||||
[#82099]: https://github.com/home-assistant/core/pull/82099
|
||||
[#82129]: https://github.com/home-assistant/core/pull/82129
|
||||
[#82139]: https://github.com/home-assistant/core/pull/82139
|
||||
[#82141]: https://github.com/home-assistant/core/pull/82141
|
||||
[#82157]: https://github.com/home-assistant/core/pull/82157
|
||||
[#82163]: https://github.com/home-assistant/core/pull/82163
|
||||
[#82201]: https://github.com/home-assistant/core/pull/82201
|
||||
[#82207]: https://github.com/home-assistant/core/pull/82207
|
||||
[3_day_blinds docs]: /integrations/3_day_blinds/
|
||||
[@Djelibeybi]: https://github.com/Djelibeybi
|
||||
[@Jc2k]: https://github.com/Jc2k
|
||||
[@Kane610]: https://github.com/Kane610
|
||||
[@Yukon]: https://github.com/Yukon
|
||||
[@allenporter]: https://github.com/allenporter
|
||||
[@bachya]: https://github.com/bachya
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@chpego]: https://github.com/chpego
|
||||
[@dgomes]: https://github.com/dgomes
|
||||
[@dmulcahey]: https://github.com/dmulcahey
|
||||
[@emontnemery]: https://github.com/emontnemery
|
||||
[@epenet]: https://github.com/epenet
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@jbouwh]: https://github.com/jbouwh
|
||||
[@jeeftor]: https://github.com/jeeftor
|
||||
[@multigcs]: https://github.com/multigcs
|
||||
[@muppet3000]: https://github.com/muppet3000
|
||||
[@pnbruckner]: https://github.com/pnbruckner
|
||||
[@rappenze]: https://github.com/rappenze
|
||||
[@scop]: https://github.com/scop
|
||||
[@tkdrob]: https://github.com/tkdrob
|
||||
[@vincegio]: https://github.com/vincegio
|
||||
[abode docs]: /integrations/abode/
|
||||
[accuweather docs]: /integrations/accuweather/
|
||||
[airthings_ble docs]: /integrations/airthings_ble/
|
||||
[bluetooth docs]: /integrations/bluetooth/
|
||||
[esphome docs]: /integrations/esphome/
|
||||
[fibaro docs]: /integrations/fibaro/
|
||||
[flume docs]: /integrations/flume/
|
||||
[fully_kiosk docs]: /integrations/fully_kiosk/
|
||||
[google docs]: /integrations/google/
|
||||
[google_sheets docs]: /integrations/google_sheets/
|
||||
[growatt_server docs]: /integrations/growatt_server/
|
||||
[homekit docs]: /integrations/homekit/
|
||||
[homekit_controller docs]: /integrations/homekit_controller/
|
||||
[huawei_lte docs]: /integrations/huawei_lte/
|
||||
[ibeacon docs]: /integrations/ibeacon/
|
||||
[life360 docs]: /integrations/life360/
|
||||
[lifx docs]: /integrations/lifx/
|
||||
[mqtt docs]: /integrations/mqtt/
|
||||
[nexia docs]: /integrations/nexia/
|
||||
[onvif docs]: /integrations/onvif/
|
||||
[oralb docs]: /integrations/oralb/
|
||||
[recorder docs]: /integrations/recorder/
|
||||
[rest docs]: /integrations/rest/
|
||||
[ridwell docs]: /integrations/ridwell/
|
||||
[sql docs]: /integrations/sql/
|
||||
[switchbot docs]: /integrations/switchbot/
|
||||
[unifi docs]: /integrations/unifi/
|
||||
[zha docs]: /integrations/zha/
|
||||
[zwave_js docs]: /integrations/zwave_js/
|
||||
|
||||
## 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