From de2892caa820be2646a2324c25efc08a1f8f1dea Mon Sep 17 00:00:00 2001 From: Stefan Burke <33483213+StefanBCN@users.noreply.github.com> Date: Mon, 11 Feb 2019 13:32:43 +0000 Subject: [PATCH] Update pyHS100 to 0.3.4 (#20979) --- homeassistant/components/light/tplink.py | 2 +- homeassistant/components/switch/tplink.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/light/tplink.py b/homeassistant/components/light/tplink.py index b0f4c6d1a3c..bd1621a0b35 100644 --- a/homeassistant/components/light/tplink.py +++ b/homeassistant/components/light/tplink.py @@ -19,7 +19,7 @@ from homeassistant.util.color import \ from homeassistant.util.color import ( color_temperature_kelvin_to_mired as kelvin_to_mired) -REQUIREMENTS = ['pyHS100==0.3.3'] +REQUIREMENTS = ['pyHS100==0.3.4'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/switch/tplink.py b/homeassistant/components/switch/tplink.py index 01d5c2cc72c..67c8094a1f2 100644 --- a/homeassistant/components/switch/tplink.py +++ b/homeassistant/components/switch/tplink.py @@ -14,7 +14,7 @@ from homeassistant.components.switch import ( from homeassistant.const import (CONF_HOST, CONF_NAME, ATTR_VOLTAGE) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pyHS100==0.3.3'] +REQUIREMENTS = ['pyHS100==0.3.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 7f21c604827..22952917384 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -891,7 +891,7 @@ pyCEC==0.4.13 # homeassistant.components.light.tplink # homeassistant.components.switch.tplink -pyHS100==0.3.3 +pyHS100==0.3.4 # homeassistant.components.weather.met pyMetno==0.3.0