switch.tplink: upgrade to the newest upstream release which adds support for plugs using the newer communication protocol (#6790)

This commit is contained in:
Teemu R 2017-03-26 10:55:17 +02:00 committed by Fabian Affolter
parent 0f098df232
commit f5d4f853ba
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA)
from homeassistant.const import (CONF_HOST, CONF_NAME)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pyHS100==0.2.3']
REQUIREMENTS = ['pyHS100==0.2.4.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -456,7 +456,7 @@ py-cpuinfo==0.2.7
pyCEC==0.4.13
# homeassistant.components.switch.tplink
pyHS100==0.2.3
pyHS100==0.2.4.1
# homeassistant.components.rfxtrx
pyRFXtrx==0.17.0