Bump pyhs100 version (#15001)

Fixes #13925
This commit is contained in:
Teemu R 2018-06-16 21:52:03 +02:00 committed by Paulus Schoutsen
parent 9b0efdc8c8
commit 5898307715
3 changed files with 3 additions and 3 deletions

View File

@ -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.0']
REQUIREMENTS = ['pyHS100==0.3.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -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.0']
REQUIREMENTS = ['pyHS100==0.3.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -722,7 +722,7 @@ pyCEC==0.4.13
# homeassistant.components.light.tplink
# homeassistant.components.switch.tplink
pyHS100==0.3.0
pyHS100==0.3.1
# homeassistant.components.rfxtrx
pyRFXtrx==0.22.1