diff --git a/homeassistant/components/switch/tplink.py b/homeassistant/components/switch/tplink.py index 44fecf37e56..2457e49f955 100644 --- a/homeassistant/components/switch/tplink.py +++ b/homeassistant/components/switch/tplink.py @@ -14,8 +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 = ['https://github.com/GadgetReactor/pyHS100/archive/' - '45fc3548882628bcde3e3d365db341849457bef2.zip#pyHS100==0.2.2'] +REQUIREMENTS = ['pyHS100==0.2.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 099711751ce..ca9f9f422a7 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -180,9 +180,6 @@ hikvision==0.4 # homeassistant.components.nest http://github.com/technicalpickles/python-nest/archive/e6c9d56a8df455d4d7746389811f2c1387e8cb33.zip#python-nest==3.0.3 -# homeassistant.components.switch.tplink -https://github.com/GadgetReactor/pyHS100/archive/45fc3548882628bcde3e3d365db341849457bef2.zip#pyHS100==0.2.2 - # homeassistant.components.switch.dlink https://github.com/LinuxChristian/pyW215/archive/v0.3.7.zip#pyW215==0.3.7 @@ -376,6 +373,9 @@ pwaqi==1.3 # homeassistant.components.sensor.cpuspeed py-cpuinfo==0.2.3 +# homeassistant.components.switch.tplink +pyHS100==0.2.3 + # homeassistant.components.rfxtrx pyRFXtrx==0.14.0