From e596b2619cd93259e3bf3f1f5a5ed193320accc1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 6 Jul 2023 18:13:10 -0400 Subject: [PATCH] 2023.7.1 (#28100) --- _config.yml | 4 +- .../_posts/2023-07-05-release-20237.markdown | 70 ++++++++++++++++++- 2 files changed, 70 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index abd426ba679..49d6b300318 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2023 current_minor_version: 7 -current_patch_version: 0 -date_released: 2023-07-05 +current_patch_version: 1 +date_released: 2023-07-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/2023-07-05-release-20237.markdown b/source/_posts/2023-07-05-release-20237.markdown index fadffcde670..232240e1ff3 100644 --- a/source/_posts/2023-07-05-release-20237.markdown +++ b/source/_posts/2023-07-05-release-20237.markdown @@ -56,6 +56,7 @@ Enjoy the release! - [Reducing the risk of running into breaking changes](#reducing-the-risk-of-running-into-breaking-changes) - [Other noteworthy changes](#other-noteworthy-changes) - [New integrations](#new-integrations) +- [Release 2023.7.1 - July 6](#release-202371---july-6) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking changes](#breaking-changes) @@ -210,7 +211,7 @@ dashboards! Just like with automations, select the card you want to cut or copy, and when adding a new card to your dashboard, you will see a new option to paste. -When reorganizing your dashboards that use a masonry layout, it is mandatory to +When reorganizing your dashboards that use a masonry layout, it is mandatory to understand the order of the cards across the different columns in your view. To make that easier we now show a positional number on the card when your dashboard is in edit mode. @@ -369,7 +370,7 @@ noteworthy changes this release: he added support to the [Xiaomi Miio], [HomeKit Device], [Tuya] and [MQTT] integrations. Awesome! - [@piitaya] updated all existing Humidifier cards to work with the above change, - and adjusted them to be more in line with the existing climate cards. Nice! + and adjusted them to be more in line with the existing climate cards. Nice! - The [weather entity] now supports more (forecast) attributes. It added support for apparent temperature, dew point, cloud coverage, and wind gust speed; Thanks, [@gjohansson-ST], [@vingerha], and [@bieniu]! @@ -453,6 +454,71 @@ We welcome the following new integrations in this release: [LOQED Touch Smart Lock]: /integrations/loqed [Renson]: /integrations/renson +## Release 2023.7.1 - July 6 + +- Fix not including device_name in friendly name if it is None ([@jbouwh] - [#95485]) +- Handle integrations with empty services or failing to load during service description enumeration ([@bdraco] - [#95911]) +- Update frontend to 20230705.1 ([@bramkragten] - [#95913]) ([frontend docs]) +- Make SwitchBot no_devices_found message more helpful ([@bdraco] - [#95916]) ([switchbot docs]) +- Migrate bracketed IP addresses in ZHA config entry ([@puddly] - [#95917]) ([zha docs]) +- Use device name for Nuki ([@joostlek] - [#95941]) ([nuki docs]) +- Add explicit device naming for Tuya sensors ([@joostlek] - [#95944]) ([tuya docs]) +- Fix entity name for Flick Electric ([@joostlek] - [#95947]) ([flick_electric docs]) +- Fix matter exception NoneType in set_brightness for optional min/max level values ([@neocolis] - [#95949]) ([matter docs]) +- Fix grouping feature for MusicCast ([@micha91] - [#95958]) ([yamaha_musiccast docs]) +- Bump pyrainbird to 2.1.0 ([@allenporter] - [#95968]) ([rainbird docs]) +- Add missing qnap translation ([@emontnemery] - [#95969]) ([qnap docs]) +- Set correct `response` value in service description when `async_set_service_schema` is used ([@bramkragten] - [#95985]) ([script docs]) +- Explicitly use device name as entity name for Xiaomi fan and humidifier ([@jpbede] - [#95986]) ([xiaomi_miio docs]) +- Make script services always respond when asked ([@bramkragten] - [#95991]) ([script docs]) +- Fix state of slimproto players ([@marcelveldt] - [#96000]) ([slimproto docs]) + +[#95485]: https://github.com/home-assistant/core/pull/95485 +[#95908]: https://github.com/home-assistant/core/pull/95908 +[#95911]: https://github.com/home-assistant/core/pull/95911 +[#95913]: https://github.com/home-assistant/core/pull/95913 +[#95916]: https://github.com/home-assistant/core/pull/95916 +[#95917]: https://github.com/home-assistant/core/pull/95917 +[#95941]: https://github.com/home-assistant/core/pull/95941 +[#95944]: https://github.com/home-assistant/core/pull/95944 +[#95947]: https://github.com/home-assistant/core/pull/95947 +[#95949]: https://github.com/home-assistant/core/pull/95949 +[#95958]: https://github.com/home-assistant/core/pull/95958 +[#95968]: https://github.com/home-assistant/core/pull/95968 +[#95969]: https://github.com/home-assistant/core/pull/95969 +[#95985]: https://github.com/home-assistant/core/pull/95985 +[#95986]: https://github.com/home-assistant/core/pull/95986 +[#95991]: https://github.com/home-assistant/core/pull/95991 +[#96000]: https://github.com/home-assistant/core/pull/96000 +[@allenporter]: https://github.com/allenporter +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@jpbede]: https://github.com/jpbede +[@marcelveldt]: https://github.com/marcelveldt +[@micha91]: https://github.com/micha91 +[@neocolis]: https://github.com/neocolis +[@puddly]: https://github.com/puddly +[abode docs]: /integrations/abode/ +[accuweather docs]: /integrations/accuweather/ +[acmeda docs]: /integrations/acmeda/ +[flick_electric docs]: /integrations/flick_electric/ +[frontend docs]: /integrations/frontend/ +[matter docs]: /integrations/matter/ +[nuki docs]: /integrations/nuki/ +[qnap docs]: /integrations/qnap/ +[rainbird docs]: /integrations/rainbird/ +[script docs]: /integrations/script/ +[slimproto docs]: /integrations/slimproto/ +[switchbot docs]: /integrations/switchbot/ +[tuya docs]: /integrations/tuya/ +[xiaomi_miio docs]: /integrations/xiaomi_miio/ +[yamaha_musiccast docs]: /integrations/yamaha_musiccast/ +[zha docs]: /integrations/zha/ + ## Integrations now available to set up from the UI The following integrations are now available via the Home Assistant UI: