mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Bump Switchbot library (#57367)
* Bump dependency to fix SB password problem. * Bump API version.
This commit is contained in:
parent
fe065b2de8
commit
b27bcf1b00
@ -2,7 +2,7 @@
|
||||
"domain": "switchbot",
|
||||
"name": "SwitchBot",
|
||||
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
||||
"requirements": ["PySwitchbot==0.11.0"],
|
||||
"requirements": ["PySwitchbot==0.12.0"],
|
||||
"config_flow": true,
|
||||
"codeowners": ["@danielhiversen", "@RenierM26"],
|
||||
"iot_class": "local_polling"
|
||||
|
@ -46,7 +46,7 @@ PyRMVtransport==0.3.2
|
||||
PySocks==1.7.1
|
||||
|
||||
# homeassistant.components.switchbot
|
||||
# PySwitchbot==0.11.0
|
||||
# PySwitchbot==0.12.0
|
||||
|
||||
# homeassistant.components.transport_nsw
|
||||
PyTransportNSW==0.1.1
|
||||
|
@ -24,7 +24,7 @@ PyQRCode==1.2.1
|
||||
PyRMVtransport==0.3.2
|
||||
|
||||
# homeassistant.components.switchbot
|
||||
# PySwitchbot==0.11.0
|
||||
# PySwitchbot==0.12.0
|
||||
|
||||
# homeassistant.components.transport_nsw
|
||||
PyTransportNSW==0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user