Upgrade switchbot , fixes #23702 (#23716)

This commit is contained in:
Daniel Høyer Iversen 2019-05-06 19:18:50 +02:00 committed by Jason Hu
parent a0230482bd
commit d8a219fe0e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "Switchbot", "name": "Switchbot",
"documentation": "https://www.home-assistant.io/components/switchbot", "documentation": "https://www.home-assistant.io/components/switchbot",
"requirements": [ "requirements": [
"PySwitchbot==0.6.1" "PySwitchbot==0.6.2"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [ "codeowners": [

View File

@ -67,7 +67,7 @@ PyQRCode==1.2.1
PyRMVtransport==0.1.3 PyRMVtransport==0.1.3
# homeassistant.components.switchbot # homeassistant.components.switchbot
# PySwitchbot==0.6.1 # PySwitchbot==0.6.2
# homeassistant.components.transport_nsw # homeassistant.components.transport_nsw
PyTransportNSW==0.1.1 PyTransportNSW==0.1.1