Bump pySwitchbot to 0.36.1 (#84937)

changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.36.0...0.36.1

small fix for the battery not updating with passive scanning
after lock operation
This commit is contained in:
J. Nick Koston
2023-01-01 20:23:32 -05:00
committed by Paulus Schoutsen
parent 0d385d3b67
commit bc9202cf02
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
"domain": "switchbot",
"name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.36.0"],
"requirements": ["PySwitchbot==0.36.1"],
"config_flow": true,
"dependencies": ["bluetooth"],
"codeowners": [
+1 -1
View File
@@ -40,7 +40,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.36.0
PySwitchbot==0.36.1
# homeassistant.components.transport_nsw
PyTransportNSW==0.1.1
+1 -1
View File
@@ -36,7 +36,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1
# homeassistant.components.switchbot
PySwitchbot==0.36.0
PySwitchbot==0.36.1
# homeassistant.components.transport_nsw
PyTransportNSW==0.1.1