Resolve issue with switchbot blind tilt devices getting stuck in opening/closing state (#91495)

This commit is contained in:
Ben Morton 2023-04-16 20:32:51 +01:00 committed by GitHub
parent fdc6cf3472
commit d16e1b4ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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"]
}

View file

@ -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

View file

@ -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