From 88041b8e29b74f4460bfb4b5185fa904a95ae8e7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 15 Jun 2023 03:27:07 -0400 Subject: [PATCH] 2023.6.2 (#27831) --- _config.yml | 4 +- .../_posts/2023-06-07-release-20236.markdown | 123 ++++++++++++++++++ 2 files changed, 125 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 3fbe62e1985..aec9856c7ef 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2023 current_minor_version: 6 -current_patch_version: 1 -date_released: 2023-06-08 +current_patch_version: 2 +date_released: 2023-06-14 # 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/2023-06-07-release-20236.markdown b/source/_posts/2023-06-07-release-20236.markdown index 73d7250226c..2c315673428 100644 --- a/source/_posts/2023-06-07-release-20236.markdown +++ b/source/_posts/2023-06-07-release-20236.markdown @@ -49,6 +49,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.6.1 - June 8](#release-202361---june-8) +- [Release 2023.6.2 - June 14](#release-202362---june-14) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -481,6 +482,128 @@ The following integrations are now available via the Home Assistant UI: [thread docs]: /integrations/thread/ [unifiprotect docs]: /integrations/unifiprotect/ +## Release 2023.6.2 - June 14 + +- Change pyoppleio to pyoppleio-legacy ([@tinysnake] - [#88050]) ([opple docs]) +- Fix issue with Insteon linked devices maintaining current state ([@teharris1] - [#94286]) ([insteon docs]) +- Bump elkm1-lib to 2.2.5 ([@gwww] - [#94296]) ([elkm1 docs]) +- Bump pylitterbot to 2023.4.2 ([@natekspencer] - [#94301]) ([litterrobot docs]) +- Upgrade sisyphus-control to 3.1.3 ([@jkeljo] - [#94310]) ([sisyphus docs]) +- fix: electrasmart - cast temperature to int in set_temperature ([@jafar-atili] - [#94368]) ([electrasmart docs]) +- Fix dep noaa-coops for noaa_tides ([@jbouwh] - [#94370]) ([noaa_tides docs]) +- Fix deprecated asyncio.wait use with coroutines ([@syssi] - [#94371]) ([xiaomi_miio docs]) +- Update xknxproject to 3.1.1 ([@farmio] - [#94375]) ([knx docs]) +- Re-add event listeners after Z-Wave server disconnection ([@raman325] - [#94383]) ([zwave_js docs]) +- Fix ZHA binding api to actually return responses ([@jasonkuster] - [#94388]) ([zha docs]) +- Abort youtube configuration if user has no channel ([@joostlek] - [#94402]) ([youtube docs]) +- Update knx-frontend to 2023.6.9.195839 ([@farmio] - [#94404]) ([knx docs]) +- Bump unifiprotect to 4.10.3 ([@AngellusMortis] - [#94416]) ([unifiprotect docs]) +- Fix: Xiaomi Miio Fan, delay off countdown unit conversion ([@golles] - [#94428]) ([xiaomi_miio docs]) +- Add unit inference for Amps and VA in APCUPSD integration ([@yuxincs] - [#94431]) ([apcupsd docs]) +- Fix manual update for Command Line ([@gjohansson-ST] - [#94433]) ([command_line docs]) +- Fix reload service in Command Line ([@gjohansson-ST] - [#94436]) ([command_line docs]) +- Set default value for endpoint in zwave device automations ([@raman325] - [#94445]) ([zwave_js docs]) +- Revert "Bump pydaikin 2.9.1 (#93635)" ([@mover85] - [#94469]) ([daikin docs]) +- Bump russound_rio to 1.0.0 ([@chphilli] - [#94500]) ([russound_rio docs]) +- Fix entity and device selector TypedDict's ([@raman325] - [#94510]) +- Bump yalexs-ble to 2.1.18 ([@bdraco] - [#94547]) ([august docs]) ([yalexs_ble docs]) +- Bump `regenmaschine` to 2023.06.0 ([@bachya] - [#94554]) ([rainmachine docs]) +- Update Home Assistant base image to 2023.06.0 ([@frenck] - [#94556]) +- Catch InvalidAuthError in `shutdown()` method for Shelly gen2 devices ([@bieniu] - [#94563]) ([shelly docs]) +- Fix keyboard_remote for python 3.11 ([@lanrat] - [#94570]) ([keyboard_remote docs]) +- Fix failed recovery in roku ([@ctalkington] - [#94572]) ([roku docs]) +- Fix failed recovery in ipp ([@ctalkington] - [#94573]) ([ipp docs]) +- Improve multipan debug logging ([@emontnemery] - [#94580]) ([homeassistant_hardware docs]) + +[#88050]: https://github.com/home-assistant/core/pull/88050 +[#94158]: https://github.com/home-assistant/core/pull/94158 +[#94286]: https://github.com/home-assistant/core/pull/94286 +[#94288]: https://github.com/home-assistant/core/pull/94288 +[#94296]: https://github.com/home-assistant/core/pull/94296 +[#94301]: https://github.com/home-assistant/core/pull/94301 +[#94310]: https://github.com/home-assistant/core/pull/94310 +[#94368]: https://github.com/home-assistant/core/pull/94368 +[#94370]: https://github.com/home-assistant/core/pull/94370 +[#94371]: https://github.com/home-assistant/core/pull/94371 +[#94375]: https://github.com/home-assistant/core/pull/94375 +[#94383]: https://github.com/home-assistant/core/pull/94383 +[#94388]: https://github.com/home-assistant/core/pull/94388 +[#94402]: https://github.com/home-assistant/core/pull/94402 +[#94404]: https://github.com/home-assistant/core/pull/94404 +[#94416]: https://github.com/home-assistant/core/pull/94416 +[#94428]: https://github.com/home-assistant/core/pull/94428 +[#94431]: https://github.com/home-assistant/core/pull/94431 +[#94433]: https://github.com/home-assistant/core/pull/94433 +[#94436]: https://github.com/home-assistant/core/pull/94436 +[#94445]: https://github.com/home-assistant/core/pull/94445 +[#94469]: https://github.com/home-assistant/core/pull/94469 +[#94500]: https://github.com/home-assistant/core/pull/94500 +[#94510]: https://github.com/home-assistant/core/pull/94510 +[#94547]: https://github.com/home-assistant/core/pull/94547 +[#94554]: https://github.com/home-assistant/core/pull/94554 +[#94556]: https://github.com/home-assistant/core/pull/94556 +[#94563]: https://github.com/home-assistant/core/pull/94563 +[#94570]: https://github.com/home-assistant/core/pull/94570 +[#94572]: https://github.com/home-assistant/core/pull/94572 +[#94573]: https://github.com/home-assistant/core/pull/94573 +[#94580]: https://github.com/home-assistant/core/pull/94580 +[@AngellusMortis]: https://github.com/AngellusMortis +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@chphilli]: https://github.com/chphilli +[@ctalkington]: https://github.com/ctalkington +[@emontnemery]: https://github.com/emontnemery +[@farmio]: https://github.com/farmio +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@golles]: https://github.com/golles +[@gwww]: https://github.com/gwww +[@jafar-atili]: https://github.com/jafar-atili +[@jasonkuster]: https://github.com/jasonkuster +[@jbouwh]: https://github.com/jbouwh +[@jkeljo]: https://github.com/jkeljo +[@joostlek]: https://github.com/joostlek +[@lanrat]: https://github.com/lanrat +[@mover85]: https://github.com/mover85 +[@natekspencer]: https://github.com/natekspencer +[@raman325]: https://github.com/raman325 +[@syssi]: https://github.com/syssi +[@teharris1]: https://github.com/teharris1 +[@tinysnake]: https://github.com/tinysnake +[@yuxincs]: https://github.com/yuxincs +[accuweather docs]: /integrations/accuweather/ +[aemet docs]: /integrations/aemet/ +[airthings docs]: /integrations/airthings/ +[airthings_ble docs]: /integrations/airthings_ble/ +[airzone docs]: /integrations/airzone/ +[apcupsd docs]: /integrations/apcupsd/ +[august docs]: /integrations/august/ +[command_line docs]: /integrations/command_line/ +[daikin docs]: /integrations/daikin/ +[electrasmart docs]: /integrations/electrasmart/ +[elkm1 docs]: /integrations/elkm1/ +[homeassistant_hardware docs]: /integrations/homeassistant_hardware/ +[insteon docs]: /integrations/insteon/ +[ipp docs]: /integrations/ipp/ +[keyboard_remote docs]: /integrations/keyboard_remote/ +[knx docs]: /integrations/knx/ +[litterrobot docs]: /integrations/litterrobot/ +[noaa_tides docs]: /integrations/noaa_tides/ +[opple docs]: /integrations/opple/ +[rainmachine docs]: /integrations/rainmachine/ +[roku docs]: /integrations/roku/ +[russound_rio docs]: /integrations/russound_rio/ +[shelly docs]: /integrations/shelly/ +[sisyphus docs]: /integrations/sisyphus/ +[unifiprotect docs]: /integrations/unifiprotect/ +[xiaomi_miio docs]: /integrations/xiaomi_miio/ +[yalexs_ble docs]: /integrations/yalexs_ble/ +[youtube docs]: /integrations/youtube/ +[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