diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index f488c1047102..3db9ca6f2297 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.4.1"] + "requirements": ["PySwitchbot==2.7.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index a022c7ffbdbb..ebecf42f146e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -86,7 +86,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.21.0 # homeassistant.components.switchbot -PySwitchbot==2.4.1 +PySwitchbot==2.7.0 # homeassistant.components.switchmate PySwitchmate==0.5.1