diff --git a/_config.yml b/_config.yml index a380693072c..356b9d3ef91 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 10 -current_patch_version: 0 -date_released: 2022-10-05 +current_patch_version: 1 +date_released: 2022-10-06 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2022-10-05-release-202210.markdown b/source/_posts/2022-10-05-release-202210.markdown index 982f759e280..cf7776e5f59 100644 --- a/source/_posts/2022-10-05-release-202210.markdown +++ b/source/_posts/2022-10-05-release-202210.markdown @@ -51,6 +51,7 @@ PS: I noticed the [Home Assistant SkyConnect is now available for pre-order](/sk - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) +- [Release 2022.10.1 - October 6](#release-2022101---october-6) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -359,6 +360,34 @@ The following integrations are now available via the Home Assistant UI: [DSMR Reader]: /integrations/dsmr_reader [Radarr]: /integrations/radarr +## Release 2022.10.1 - October 6 + +- Simplify long term statistics by always supporting unit conversion ([@emontnemery] - [#79557]) ([sensor docs]) +- ZHA radio migration: reset the old adapter ([@puddly] - [#79663]) ([zha docs]) +- Fix bluetooth diagnostics on macos ([@bdraco] - [#79680]) ([bluetooth docs]) +- Bump btsmarthub_devicelist to 0.2.3 ([@typhoon2099] - [#79705]) ([bt_smarthub docs]) +- Correct how unit used for statistics is determined ([@emontnemery] - [#79725]) ([sensor docs]) +- Update frontend to 20221006.0 ([@bramkragten] - [#79745]) ([frontend docs]) + +[#79557]: https://github.com/home-assistant/core/pull/79557 +[#79659]: https://github.com/home-assistant/core/pull/79659 +[#79663]: https://github.com/home-assistant/core/pull/79663 +[#79680]: https://github.com/home-assistant/core/pull/79680 +[#79705]: https://github.com/home-assistant/core/pull/79705 +[#79725]: https://github.com/home-assistant/core/pull/79725 +[#79745]: https://github.com/home-assistant/core/pull/79745 +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@puddly]: https://github.com/puddly +[@typhoon2099]: https://github.com/typhoon2099 +[bluetooth docs]: /integrations/bluetooth/ +[bt_smarthub docs]: /integrations/bt_smarthub/ +[frontend docs]: /integrations/frontend/ +[sensor docs]: /integrations/sensor/ +[zha docs]: /integrations/zha/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing