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