update switchbot library (#23643)

This commit is contained in:
Daniel Høyer Iversen 2019-05-03 14:46:20 +02:00 committed by Charles Garwood
parent b30afde8ab
commit 9761c504eb
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"
"PySwitchbot==0.6.1"
],
"dependencies": [],
"codeowners": [

View File

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