Update switchbot library (#19202)

This commit is contained in:
Daniel Høyer Iversen 2018-12-12 09:16:20 +01:00 committed by Fabian Affolter
parent c20322232a
commit d1eb5da5f4
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.4']
REQUIREMENTS = ['PySwitchbot==0.5']
_LOGGER = logging.getLogger(__name__)

View File

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