diff --git a/homeassistant/components/switchbot_cloud/manifest.json b/homeassistant/components/switchbot_cloud/manifest.json index 1539c81331e..cb651e5c84f 100644 --- a/homeassistant/components/switchbot_cloud/manifest.json +++ b/homeassistant/components/switchbot_cloud/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/switchbot_cloud", "iot_class": "cloud_polling", "loggers": ["switchbot-api"], - "requirements": ["switchbot-api==1.3.0"] + "requirements": ["switchbot-api==2.0.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 16adef37364..1b25b66c878 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2621,7 +2621,7 @@ surepy==0.9.0 swisshydrodata==0.1.0 # homeassistant.components.switchbot_cloud -switchbot-api==1.3.0 +switchbot-api==2.0.0 # homeassistant.components.synology_srm synology-srm==0.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2deb21d5900..94f698975d1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1998,7 +1998,7 @@ sunweg==2.1.0 surepy==0.9.0 # homeassistant.components.switchbot_cloud -switchbot-api==1.3.0 +switchbot-api==2.0.0 # homeassistant.components.system_bridge systembridgeconnector==3.10.0