From f5d4f853ba8eea966052eb98e54d48040a2e385c Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sun, 26 Mar 2017 10:55:17 +0200 Subject: [PATCH] switch.tplink: upgrade to the newest upstream release which adds support for plugs using the newer communication protocol (#6790) --- homeassistant/components/switch/tplink.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/tplink.py b/homeassistant/components/switch/tplink.py index f740a5f1614..b4c1df3db73 100644 --- a/homeassistant/components/switch/tplink.py +++ b/homeassistant/components/switch/tplink.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index ef14d364136..b06d6545d00 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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