diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index 21ac6ad833e..b024826ff84 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -3,7 +3,7 @@ "name": "Switchbot", "documentation": "https://www.home-assistant.io/components/switchbot", "requirements": [ - "PySwitchbot==0.6" + "PySwitchbot==0.6.1" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 2b04204cb6e..b52cfe3bfbe 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -67,7 +67,7 @@ PyQRCode==1.2.1 PyRMVtransport==0.1.3 # homeassistant.components.switchbot -# PySwitchbot==0.6 +# PySwitchbot==0.6.1 # homeassistant.components.transport_nsw PyTransportNSW==0.1.1