Upgrade switchbot lib (#18980)

This commit is contained in:
Daniel Høyer Iversen 2018-12-04 06:48:27 +01:00 committed by GitHub
parent b024c3a833
commit 8e9c73eb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
from homeassistant.const import CONF_NAME, CONF_MAC
REQUIREMENTS = ['PySwitchbot==0.3']
REQUIREMENTS = ['PySwitchbot==0.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -53,7 +53,7 @@ PyQRCode==1.2.1
PyRMVtransport==0.1.3
# homeassistant.components.switch.switchbot
PySwitchbot==0.3
PySwitchbot==0.4
# homeassistant.components.sensor.transport_nsw
PyTransportNSW==0.1.1