From 02600ccc883d3ec97d2b0ad753507e71129ee267 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sat, 8 Sep 2018 22:55:53 +0200 Subject: [PATCH] Update pyHS100 to 0.3.3 --- 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 a1e46c07d7d0d3..0cc02e82b6555d 100644 --- a/homeassistant/components/light/tplink.py +++ b/homeassistant/components/light/tplink.py @@ -19,7 +19,7 @@ from homeassistant.util.color import ( color_temperature_kelvin_to_mired as kelvin_to_mired) -REQUIREMENTS = ['pyHS100==0.3.2'] +REQUIREMENTS = ['pyHS100==0.3.3'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/switch/tplink.py b/homeassistant/components/switch/tplink.py index a68ad2bf37df65..01d5c2cc72c924 100644 --- a/homeassistant/components/switch/tplink.py +++ b/homeassistant/components/switch/tplink.py @@ -14,7 +14,7 @@ from homeassistant.const import (CONF_HOST, CONF_NAME, ATTR_VOLTAGE) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pyHS100==0.3.2'] +REQUIREMENTS = ['pyHS100==0.3.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b4a70fd0be23b4..f9d0828793014a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -743,7 +743,7 @@ pyCEC==0.4.13 # homeassistant.components.light.tplink # homeassistant.components.switch.tplink -pyHS100==0.3.2 +pyHS100==0.3.3 # homeassistant.components.rfxtrx pyRFXtrx==0.23