From c80642be3553e9e7002e1f795df0e6793ea4077f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 4 Aug 2023 15:50:22 +0200 Subject: [PATCH] 2023.8.1 (#28449) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- _config.yml | 4 +- .../_posts/2023-08-02-release-20238.markdown | 122 ++++++++++++++++++ 2 files changed, 124 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index e20ad3f93ea..c02ddf7bf9f 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2023 current_minor_version: 8 -current_patch_version: 0 -date_released: 2023-08-02 +current_patch_version: 1 +date_released: 2023-08-04 # 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-08-02-release-20238.markdown b/source/_posts/2023-08-02-release-20238.markdown index 393cf889f2c..17d511c1a56 100644 --- a/source/_posts/2023-08-02-release-20238.markdown +++ b/source/_posts/2023-08-02-release-20238.markdown @@ -338,6 +338,128 @@ The following integrations are now available via the Home Assistant UI: [OpenSky]: /integrations/opensky [Zodiac]: /integrations/zodiac +## Release 2023.8.1 - August 4 + +- Raise PlatformNotReady on initial OwnTone connection failure ([@uvjustin] - [#97257]) +- Add overkiz battery sensor level medium ([@matthieume] - [#97472]) +- Fix ZHA `turn_on` issues with `transition=0`, improve tests ([@TheJulianJES] - [#97539]) +- Bump pyDuotecno to 2023.8.1 ([@Cereal2nd] - [#97583]) +- Bump Cryptography to 41.0.3 for a second security fix ([@blastoise186] - [#97611]) +- Waqi State unknown if value is string ([@joostlek] - [#97617]) +- Bump dbus-fast to 1.90.1 ([@bdraco] - [#97619]) +- Bump python-roborock to 0.31.1 ([@Lash-L] - [#97632]) +- Bump intents to 2023.8.2 ([@synesthesiam] - [#97636]) +- Add device naming to Yeelight ([@joostlek] - [#97639]) +- Fix typo in tplink OUI ([@bdraco] - [#97644]) +- Revert "Add device naming to Yeelight" ([@joostlek] - [#97647]) +- Enable the `PRESET_MODE` `FanEntityFeature` for VeSync air purifiers ([@DuckyCrayfish] - [#97657]) +- Fix tplink child plug state reporting ([@bdraco] - [#97658]) +- Fix date and timestamp device class in Command Line Sensor ([@gjohansson-ST] - [#97663]) +- Bump zeroconf to 0.72.3 ([@bdraco] - [#97668]) +- Bump pyatv to 0.13.3 ([@bdraco] - [#97670]) +- Fix color mode attribute for both official and non-official Hue lights ([@marcelveldt] - [#97683]) +- Fix UniFi image platform not loading when passphrase is missing from WLAN ([@Kane610] - [#97684]) +- Fix Kostal_Plenticore SELECT entities using device_info correctly ([@N3rdix] - [#97690]) +- Fix freebox enumerate raid disks ([@cyr-ius] - [#97696]) +- Fix allow_name_translation logic ([@amitfin] - [#97701]) +- Fix NWS twice_daily forecast day/night detection ([@karwosts] - [#97703]) +- Bump opower to 0.0.19 ([@tronikos] - [#97706]) +- Fix detection of client WAN access rule in AVM Fritz!Box Tools ([@mib1185] - [#97708]) +- Fix unloading KNX integration without sensors ([@farmio] - [#97720]) +- Update zigpy to 0.56.3 ([@cdce8p] - [#97480]) +- Bump zigpy to 0.56.4 ([@TheJulianJES] - [#97722]) +- Fix keymitt_ble RuntimeWarning ([@cdce8p] - [#97729]) +- Bump zeroconf to 0.74.0 ([@bdraco] - [#97745]) +- Avoid calling the http access logging when logging is disabled in emulated_hue ([@bdraco] - [#97750]) +- Bump opower to 0.0.20 ([@tronikos] - [#97752]) +- Bump pyduotecno to 2023.8.3 ([@Cereal2nd] - [#97759]) +- Add has entity name to Solarlog ([@joostlek] - [#97764]) +- Fix WAQI being zero ([@joostlek] - [#97767]) + +[#97257]: https://github.com/home-assistant/core/pull/97257 +[#97472]: https://github.com/home-assistant/core/pull/97472 +[#97480]: https://github.com/home-assistant/core/pull/97480 +[#97539]: https://github.com/home-assistant/core/pull/97539 +[#97583]: https://github.com/home-assistant/core/pull/97583 +[#97609]: https://github.com/home-assistant/core/pull/97609 +[#97611]: https://github.com/home-assistant/core/pull/97611 +[#97617]: https://github.com/home-assistant/core/pull/97617 +[#97619]: https://github.com/home-assistant/core/pull/97619 +[#97632]: https://github.com/home-assistant/core/pull/97632 +[#97636]: https://github.com/home-assistant/core/pull/97636 +[#97639]: https://github.com/home-assistant/core/pull/97639 +[#97644]: https://github.com/home-assistant/core/pull/97644 +[#97647]: https://github.com/home-assistant/core/pull/97647 +[#97657]: https://github.com/home-assistant/core/pull/97657 +[#97658]: https://github.com/home-assistant/core/pull/97658 +[#97663]: https://github.com/home-assistant/core/pull/97663 +[#97668]: https://github.com/home-assistant/core/pull/97668 +[#97670]: https://github.com/home-assistant/core/pull/97670 +[#97683]: https://github.com/home-assistant/core/pull/97683 +[#97684]: https://github.com/home-assistant/core/pull/97684 +[#97690]: https://github.com/home-assistant/core/pull/97690 +[#97696]: https://github.com/home-assistant/core/pull/97696 +[#97701]: https://github.com/home-assistant/core/pull/97701 +[#97703]: https://github.com/home-assistant/core/pull/97703 +[#97706]: https://github.com/home-assistant/core/pull/97706 +[#97708]: https://github.com/home-assistant/core/pull/97708 +[#97720]: https://github.com/home-assistant/core/pull/97720 +[#97722]: https://github.com/home-assistant/core/pull/97722 +[#97729]: https://github.com/home-assistant/core/pull/97729 +[#97745]: https://github.com/home-assistant/core/pull/97745 +[#97750]: https://github.com/home-assistant/core/pull/97750 +[#97752]: https://github.com/home-assistant/core/pull/97752 +[#97759]: https://github.com/home-assistant/core/pull/97759 +[#97764]: https://github.com/home-assistant/core/pull/97764 +[#97767]: https://github.com/home-assistant/core/pull/97767 +[@Cereal2nd]: https://github.com/Cereal2nd +[@DuckyCrayfish]: https://github.com/DuckyCrayfish +[@Kane610]: https://github.com/Kane610 +[@Lash-L]: https://github.com/Lash-L +[@N3rdix]: https://github.com/N3rdix +[@TheJulianJES]: https://github.com/TheJulianJES +[@amitfin]: https://github.com/amitfin +[@bdraco]: https://github.com/bdraco +[@blastoise186]: https://github.com/blastoise186 +[@cdce8p]: https://github.com/cdce8p +[@cyr-ius]: https://github.com/cyr-ius +[@farmio]: https://github.com/farmio +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@joostlek]: https://github.com/joostlek +[@karwosts]: https://github.com/karwosts +[@marcelveldt]: https://github.com/marcelveldt +[@matthieume]: https://github.com/matthieume +[@mib1185]: https://github.com/mib1185 +[@synesthesiam]: https://github.com/synesthesiam +[@tronikos]: https://github.com/tronikos +[@uvjustin]: https://github.com/uvjustin +[apple_tv docs]: /integrations/apple_tv/ +[bluetooth docs]: /integrations/bluetooth/ +[command_line docs]: /integrations/command_line/ +[conversation docs]: /integrations/conversation/ +[duotecno docs]: /integrations/duotecno/ +[emulated_hue docs]: /integrations/emulated_hue/ +[forked_daapd docs]: /integrations/forked_daapd/ +[freebox docs]: /integrations/freebox/ +[fritz docs]: /integrations/fritz/ +[hue docs]: /integrations/hue/ +[keymitt_ble docs]: /integrations/keymitt_ble/ +[knx docs]: /integrations/knx/ +[kostal_plenticore docs]: /integrations/kostal_plenticore/ +[nws docs]: /integrations/nws/ +[opower docs]: /integrations/opower/ +[overkiz docs]: /integrations/overkiz/ +[roborock docs]: /integrations/roborock/ +[solarlog docs]: /integrations/solarlog/ +[tplink docs]: /integrations/tplink/ +[unifi docs]: /integrations/unifi/ +[vesync docs]: /integrations/vesync/ +[waqi docs]: /integrations/waqi/ +[yeelight docs]: /integrations/yeelight/ +[zeroconf docs]: /integrations/zeroconf/ +[zha docs]: /integrations/zha/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing