mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
switch.tplink: bump pyhs100 version requirement (#6986)
This commit is contained in:
parent
55077b9965
commit
475ac52180
@ -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.4.1']
|
||||
REQUIREMENTS = ['pyHS100==0.2.4.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -469,7 +469,7 @@ py-cpuinfo==3.0.0
|
||||
pyCEC==0.4.13
|
||||
|
||||
# homeassistant.components.switch.tplink
|
||||
pyHS100==0.2.4.1
|
||||
pyHS100==0.2.4.2
|
||||
|
||||
# homeassistant.components.rfxtrx
|
||||
pyRFXtrx==0.17.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user