From 998d13499ce72b6a91966260042d5aa430199217 Mon Sep 17 00:00:00 2001 From: Matthew Simpson Date: Thu, 6 Oct 2022 16:01:27 +0100 Subject: [PATCH] Bump btsmarthub_devicelist to 0.2.3 (#79705) * Bump btsmarthub_devicelist This PR bumps the btsmarthub_devicelist version to correct an issue experienced by a recent firmware upgrade to the SmartHub2. * Bump btsmarthub_devicelist to 0.2.3 This version bump fixes an issue where BT SmartHub2 devices cannot be correctly autodetected. The current workaround is to specifiy it manually, which isn't great UX (and did previously work until a recent firmware upgrade). I've also taken the opportunity to reassign ownership of the component to myself as @jxwolstenholme no longer has a SmartHub so cannot do manual testing and also has no need to use the component anymore. --- CODEOWNERS | 2 +- homeassistant/components/bt_smarthub/manifest.json | 4 ++-- requirements_all.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5c39337af74..a01d358208b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -162,7 +162,7 @@ build.json @home-assistant/supervisor /tests/components/brunt/ @eavanvalkenburg /homeassistant/components/bsblan/ @liudger /tests/components/bsblan/ @liudger -/homeassistant/components/bt_smarthub/ @jxwolstenholme +/homeassistant/components/bt_smarthub/ @typhoon2099 /homeassistant/components/bthome/ @Ernst79 /tests/components/bthome/ @Ernst79 /homeassistant/components/buienradar/ @mjj4791 @ties @Robbie1221 diff --git a/homeassistant/components/bt_smarthub/manifest.json b/homeassistant/components/bt_smarthub/manifest.json index fb34117eb6b..4519ee517c3 100644 --- a/homeassistant/components/bt_smarthub/manifest.json +++ b/homeassistant/components/bt_smarthub/manifest.json @@ -2,8 +2,8 @@ "domain": "bt_smarthub", "name": "BT Smart Hub", "documentation": "https://www.home-assistant.io/integrations/bt_smarthub", - "requirements": ["btsmarthub_devicelist==0.2.2"], - "codeowners": ["@jxwolstenholme"], + "requirements": ["btsmarthub_devicelist==0.2.3"], + "codeowners": ["@typhoon2099"], "iot_class": "local_polling", "loggers": ["btsmarthub_devicelist"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1359a9c1b45..f2060f0c908 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -475,7 +475,7 @@ bthome-ble==1.2.2 bthomehub5-devicelist==0.1.1 # homeassistant.components.bt_smarthub -btsmarthub_devicelist==0.2.2 +btsmarthub_devicelist==0.2.3 # homeassistant.components.buienradar buienradar==1.0.5