diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index 1ceb9bb8492f..f488c1047102 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -42,5 +42,5 @@ "iot_class": "local_push", "loggers": ["switchbot"], "quality_scale": "gold", - "requirements": ["PySwitchbot==2.3.0"] + "requirements": ["PySwitchbot==2.4.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 4c47aa81035b..40cadd0da205 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.21.0 # homeassistant.components.switchbot -PySwitchbot==2.3.0 +PySwitchbot==2.4.1 # homeassistant.components.switchmate PySwitchmate==0.5.1