mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Resolve issue with switchbot blind tilt devices getting stuck in opening/closing state (#91495)
This commit is contained in:
parent
fdc6cf3472
commit
d16e1b4ed0
@ -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…
x
Reference in New Issue
Block a user