Resolve issue with switchbot blind tilt devices getting stuck in opening/closing state (#91495)
This commit is contained in:
parent
fdc6cf3472
commit
d16e1b4ed0
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue