mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
switch.tplink: bump to the newest release of pyhs100 (#5308)
This commit is contained in:
parent
d6747d6aaf
commit
5bba9a63a5
@ -14,8 +14,7 @@ from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA)
|
|||||||
from homeassistant.const import (CONF_HOST, CONF_NAME)
|
from homeassistant.const import (CONF_HOST, CONF_NAME)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/GadgetReactor/pyHS100/archive/'
|
REQUIREMENTS = ['pyHS100==0.2.3']
|
||||||
'45fc3548882628bcde3e3d365db341849457bef2.zip#pyHS100==0.2.2']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -180,9 +180,6 @@ hikvision==0.4
|
|||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
http://github.com/technicalpickles/python-nest/archive/e6c9d56a8df455d4d7746389811f2c1387e8cb33.zip#python-nest==3.0.3
|
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
|
# homeassistant.components.switch.dlink
|
||||||
https://github.com/LinuxChristian/pyW215/archive/v0.3.7.zip#pyW215==0.3.7
|
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
|
# homeassistant.components.sensor.cpuspeed
|
||||||
py-cpuinfo==0.2.3
|
py-cpuinfo==0.2.3
|
||||||
|
|
||||||
|
# homeassistant.components.switch.tplink
|
||||||
|
pyHS100==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.rfxtrx
|
# homeassistant.components.rfxtrx
|
||||||
pyRFXtrx==0.14.0
|
pyRFXtrx==0.14.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user