diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json
index 92a1c25d6f52cf7607125e087ee3ea0f97d962f0..567a33a8f43444035849458f58b479fa7a9311e7 100644
--- a/homeassistant/components/switchbot/manifest.json
+++ b/homeassistant/components/switchbot/manifest.json
@@ -39,5 +39,5 @@
   "documentation": "https://www.home-assistant.io/integrations/switchbot",
   "iot_class": "local_push",
   "loggers": ["switchbot"],
-  "requirements": ["PySwitchbot==0.56.0"]
+  "requirements": ["PySwitchbot==0.56.1"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 550f1d6e6509c0b6cf724fc23cf7c74a57bb5821..826e3252b871047aefa36c06d818c8fdc962b0c8 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -84,7 +84,7 @@ PyQRCode==1.2.1
 PyRMVtransport==0.3.3
 
 # homeassistant.components.switchbot
-PySwitchbot==0.56.0
+PySwitchbot==0.56.1
 
 # homeassistant.components.switchmate
 PySwitchmate==0.5.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 804780d6717036d12220d6a80c4a56ed50631507..828d1a44244cf388a24097b661a27de9f42be4b0 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -81,7 +81,7 @@ PyQRCode==1.2.1
 PyRMVtransport==0.3.3
 
 # homeassistant.components.switchbot
-PySwitchbot==0.56.0
+PySwitchbot==0.56.1
 
 # homeassistant.components.syncthru
 PySyncThru==0.8.0