parent
9b0efdc8c8
commit
5898307715
|
@ -19,7 +19,7 @@ from homeassistant.util.color import \
|
||||||
from homeassistant.util.color import (
|
from homeassistant.util.color import (
|
||||||
color_temperature_kelvin_to_mired as kelvin_to_mired)
|
color_temperature_kelvin_to_mired as kelvin_to_mired)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyHS100==0.3.0']
|
REQUIREMENTS = ['pyHS100==0.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ from homeassistant.components.switch import (
|
||||||
from homeassistant.const import (CONF_HOST, CONF_NAME, ATTR_VOLTAGE)
|
from homeassistant.const import (CONF_HOST, CONF_NAME, ATTR_VOLTAGE)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pyHS100==0.3.0']
|
REQUIREMENTS = ['pyHS100==0.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -722,7 +722,7 @@ pyCEC==0.4.13
|
||||||
|
|
||||||
# homeassistant.components.light.tplink
|
# homeassistant.components.light.tplink
|
||||||
# homeassistant.components.switch.tplink
|
# homeassistant.components.switch.tplink
|
||||||
pyHS100==0.3.0
|
pyHS100==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.rfxtrx
|
# homeassistant.components.rfxtrx
|
||||||
pyRFXtrx==0.22.1
|
pyRFXtrx==0.22.1
|
||||||
|
|
Loading…
Reference in New Issue