mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +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 (
|
||||
color_temperature_kelvin_to_mired as kelvin_to_mired)
|
||||
|
||||
REQUIREMENTS = ['pyHS100==0.3.3']
|
||||
REQUIREMENTS = ['pyHS100==0.3.4']
|
||||
|
||||
_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.3']
|
||||
REQUIREMENTS = ['pyHS100==0.3.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user