Upgrade switchbot , fixes #23702 (#23716)

pull/23724/head
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",
"documentation": "https://www.home-assistant.io/components/switchbot",
"requirements": [
"PySwitchbot==0.6.1"
"PySwitchbot==0.6.2"
],
"dependencies": [],
"codeowners": [

View File

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