From df7b8f419eb020ed62a60032438cb0267cc8109b 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 d6d4ca61613..af8423f42ae 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -164,7 +164,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 cb2d10ad5a3..33b52cd94ad 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -478,7 +478,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