diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index adbdceca5dd..344dcc2e46c 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==0.75.0"] + "requirements": ["PySwitchbot==0.76.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 7f9613c928a..4062a089638 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.18.0 # homeassistant.components.switchbot -PySwitchbot==0.75.0 +PySwitchbot==0.76.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ad45f88801b..6b4fcd4c2d3 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.18.0 # homeassistant.components.switchbot -PySwitchbot==0.75.0 +PySwitchbot==0.76.0 # homeassistant.components.syncthru PySyncThru==0.8.0