From d16e1b4ed07016f43a08e27cf672c42130a4d999 Mon Sep 17 00:00:00 2001 From: Ben Morton Date: Sun, 16 Apr 2023 20:32:51 +0100 Subject: [PATCH] Resolve issue with switchbot blind tilt devices getting stuck in opening/closing state (#91495) --- homeassistant/components/switchbot/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index 31ce20bea3f..c90a1a64289 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -40,5 +40,5 @@ "documentation": "https://www.home-assistant.io/integrations/switchbot", "iot_class": "local_push", "loggers": ["switchbot"], - "requirements": ["PySwitchbot==0.37.5"] + "requirements": ["PySwitchbot==0.37.6"] } diff --git a/requirements_all.txt b/requirements_all.txt index 8dbb69a2ec2..c1ca273d42a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -40,7 +40,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.37.5 +PySwitchbot==0.37.6 # homeassistant.components.transport_nsw PyTransportNSW==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index eb41c52b9e8..46c10712531 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -36,7 +36,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.37.5 +PySwitchbot==0.37.6 # homeassistant.components.transport_nsw PyTransportNSW==0.1.1