mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Update pyHS100 to 0.3.4 (#20979)
This commit is contained in:
parent
e538320901
commit
de2892caa8
@ -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.3']
|
REQUIREMENTS = ['pyHS100==0.3.4']
|
||||||
|
|
||||||
_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.3']
|
REQUIREMENTS = ['pyHS100==0.3.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -891,7 +891,7 @@ pyCEC==0.4.13
|
|||||||
|
|
||||||
# homeassistant.components.light.tplink
|
# homeassistant.components.light.tplink
|
||||||
# homeassistant.components.switch.tplink
|
# homeassistant.components.switch.tplink
|
||||||
pyHS100==0.3.3
|
pyHS100==0.3.4
|
||||||
|
|
||||||
# homeassistant.components.weather.met
|
# homeassistant.components.weather.met
|
||||||
pyMetno==0.3.0
|
pyMetno==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user