mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
2022.10.4
This commit is contained in:
parent
9500c29258
commit
1454f4cfa9
@ -107,8 +107,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2022
|
current_major_version: 2022
|
||||||
current_minor_version: 10
|
current_minor_version: 10
|
||||||
current_patch_version: 3
|
current_patch_version: 4
|
||||||
date_released: 2022-10-10
|
date_released: 2022-10-14
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -54,6 +54,7 @@ PS: I noticed the [Home Assistant SkyConnect is now available for pre-order](/sk
|
|||||||
- [Release 2022.10.1 - October 6](#release-2022101---october-6)
|
- [Release 2022.10.1 - October 6](#release-2022101---october-6)
|
||||||
- [Release 2022.10.2 - October 9](#release-2022102---october-9)
|
- [Release 2022.10.2 - October 9](#release-2022102---october-9)
|
||||||
- [Release 2022.10.3 - October 10](#release-2022103---october-10)
|
- [Release 2022.10.3 - October 10](#release-2022103---october-10)
|
||||||
|
- [Release 2022.10.4 - October 14](#release-2022104---october-14)
|
||||||
- [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)
|
||||||
- [Farewell to the following](#farewell-to-the-following)
|
- [Farewell to the following](#farewell-to-the-following)
|
||||||
@ -513,6 +514,69 @@ The following integrations are now available via the Home Assistant UI:
|
|||||||
[unifi docs]: /integrations/unifi/
|
[unifi docs]: /integrations/unifi/
|
||||||
[zha docs]: /integrations/zha/
|
[zha docs]: /integrations/zha/
|
||||||
|
|
||||||
|
## Release 2022.10.4 - October 14
|
||||||
|
|
||||||
|
- 2022.10.0 ([@frenck] - [#79659])
|
||||||
|
- 2022.10.1 ([@balloob] - [#79751]) ([zha docs]) ([frontend docs]) ([sensor docs]) ([bt_smarthub docs]) ([bluetooth docs])
|
||||||
|
- 2022.10.2 ([@balloob] - [#79949])
|
||||||
|
- 2022.10.3 ([@frenck] - [#80054])
|
||||||
|
- Fix state saving when sharing topics for MQTT entities ([@jbouwh] - [#79421]) ([mqtt docs])
|
||||||
|
- Fix nobo_hub presenting temperature in zone with one decimal ([@oyvindwe] - [#79743]) ([nobo_hub docs])
|
||||||
|
- Bump aioesphomeapi to 11.1.1 ([@jesserockz] - [#79762]) ([esphome docs])
|
||||||
|
- Fix wallbox jwt issue ([@hesselonline] - [#79948]) ([wallbox docs])
|
||||||
|
- Fix audio detection for IP4m-1041 Amcrest camera ([@flacjacket] - [#80066]) ([amcrest docs])
|
||||||
|
- Fix set humidity in Tuya ([@frenck] - [#80132]) ([tuya docs])
|
||||||
|
- Correct units for sensors in nibe heatpump ([@elupus] - [#80140]) ([nibe_heatpump docs])
|
||||||
|
- Bump yalexs to 1.2.6 ([@bdraco] - [#80142]) ([august docs])
|
||||||
|
- Fix incorrect deprecation year for conversion utils ([@gjohansson-ST] - [#80195])
|
||||||
|
- Fix nexia permanent hold when cool and heat temps are within 2 degrees ([@bdraco] - [#80297]) ([nexia docs])
|
||||||
|
- Bump HAP-python to fix pairing with iOS 16 ([@bdraco] - [#80301]) ([homekit docs])
|
||||||
|
- Bump total_connect_client to 2022.10 ([@austinmroczek] - [#80331]) ([totalconnect docs])
|
||||||
|
|
||||||
|
[#79421]: https://github.com/home-assistant/core/pull/79421
|
||||||
|
[#79659]: https://github.com/home-assistant/core/pull/79659
|
||||||
|
[#79743]: https://github.com/home-assistant/core/pull/79743
|
||||||
|
[#79751]: https://github.com/home-assistant/core/pull/79751
|
||||||
|
[#79762]: https://github.com/home-assistant/core/pull/79762
|
||||||
|
[#79948]: https://github.com/home-assistant/core/pull/79948
|
||||||
|
[#79949]: https://github.com/home-assistant/core/pull/79949
|
||||||
|
[#80054]: https://github.com/home-assistant/core/pull/80054
|
||||||
|
[#80066]: https://github.com/home-assistant/core/pull/80066
|
||||||
|
[#80132]: https://github.com/home-assistant/core/pull/80132
|
||||||
|
[#80140]: https://github.com/home-assistant/core/pull/80140
|
||||||
|
[#80142]: https://github.com/home-assistant/core/pull/80142
|
||||||
|
[#80195]: https://github.com/home-assistant/core/pull/80195
|
||||||
|
[#80297]: https://github.com/home-assistant/core/pull/80297
|
||||||
|
[#80301]: https://github.com/home-assistant/core/pull/80301
|
||||||
|
[#80331]: https://github.com/home-assistant/core/pull/80331
|
||||||
|
[@austinmroczek]: https://github.com/austinmroczek
|
||||||
|
[@balloob]: https://github.com/balloob
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@elupus]: https://github.com/elupus
|
||||||
|
[@flacjacket]: https://github.com/flacjacket
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@gjohansson-ST]: https://github.com/gjohansson-ST
|
||||||
|
[@hesselonline]: https://github.com/hesselonline
|
||||||
|
[@jbouwh]: https://github.com/jbouwh
|
||||||
|
[@jesserockz]: https://github.com/jesserockz
|
||||||
|
[@oyvindwe]: https://github.com/oyvindwe
|
||||||
|
[amcrest docs]: /integrations/amcrest/
|
||||||
|
[august docs]: /integrations/august/
|
||||||
|
[bluetooth docs]: /integrations/bluetooth/
|
||||||
|
[bt_smarthub docs]: /integrations/bt_smarthub/
|
||||||
|
[esphome docs]: /integrations/esphome/
|
||||||
|
[frontend docs]: /integrations/frontend/
|
||||||
|
[homekit docs]: /integrations/homekit/
|
||||||
|
[mqtt docs]: /integrations/mqtt/
|
||||||
|
[nexia docs]: /integrations/nexia/
|
||||||
|
[nibe_heatpump docs]: /integrations/nibe_heatpump/
|
||||||
|
[nobo_hub docs]: /integrations/nobo_hub/
|
||||||
|
[sensor docs]: /integrations/sensor/
|
||||||
|
[totalconnect docs]: /integrations/totalconnect/
|
||||||
|
[tuya docs]: /integrations/tuya/
|
||||||
|
[wallbox docs]: /integrations/wallbox/
|
||||||
|
[zha docs]: /integrations/zha/
|
||||||
|
|
||||||
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user