diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index 34096227247b..d5df733c5848 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -41,5 +41,5 @@ "iot_class": "local_push", "loggers": ["switchbot"], "quality_scale": "gold", - "requirements": ["PySwitchbot==0.73.0"] + "requirements": ["PySwitchbot==0.74.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 92d67cb99a23..dfdcbe772b75 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.16.2 # homeassistant.components.switchbot -PySwitchbot==0.73.0 +PySwitchbot==0.74.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4a7c110946c2..03c7363471bc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -80,7 +80,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.16.2 # homeassistant.components.switchbot -PySwitchbot==0.73.0 +PySwitchbot==0.74.0 # homeassistant.components.syncthru PySyncThru==0.8.0