Update pyHS100 to 0.3.3 (#16502)

This commit is contained in:
Anders Melchiorsen 2018-09-09 00:34:22 +02:00 committed by GitHub
parent e3e3ed42ec
commit 7d590a6b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.2']
REQUIREMENTS = ['pyHS100==0.3.3']
_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.2']
REQUIREMENTS = ['pyHS100==0.3.3']
_LOGGER = logging.getLogger(__name__)

View file

@ -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