Bump pySwitchbot to 0.16.0 to fix compat with bleak 0.15 (#75991)

This commit is contained in:
J. Nick Koston 2022-07-31 13:13:05 -07:00 committed by GitHub
parent a3bffdf523
commit a95851c9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "switchbot",
"name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.15.2"],
"requirements": ["PySwitchbot==0.16.0"],
"config_flow": true,
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco", "@danielhiversen", "@RenierM26", "@murtas"],

View File

@ -37,7 +37,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.15.2
PySwitchbot==0.16.0
# homeassistant.components.transport_nsw
PyTransportNSW==0.1.1

View File

@ -33,7 +33,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.15.2
PySwitchbot==0.16.0
# homeassistant.components.transport_nsw
PyTransportNSW==0.1.1