Update pyHS100 to 0.3.3 (#16502)
This commit is contained in:
parent
e3e3ed42ec
commit
7d590a6b93
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue