Update pyHS100 to 0.3.4 (#20979)

This commit is contained in:
Stefan Burke 2019-02-11 13:32:43 +00:00 committed by Charles Garwood
parent e538320901
commit de2892caa8
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.3']
REQUIREMENTS = ['pyHS100==0.3.4']
_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.3']
REQUIREMENTS = ['pyHS100==0.3.4']
_LOGGER = logging.getLogger(__name__)

View File

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