Skip to content

Commit

Permalink
Bump pyhs100 version (home-assistant#15001)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored and balloob committed Jun 16, 2018
1 parent 9b0efdc commit 5898307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/light/tplink.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.util.color import (
color_temperature_kelvin_to_mired as kelvin_to_mired)

REQUIREMENTS = ['pyHS100==0.3.0']
REQUIREMENTS = ['pyHS100==0.3.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/switch/tplink.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from homeassistant.const import (CONF_HOST, CONF_NAME, ATTR_VOLTAGE)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['pyHS100==0.3.0']
REQUIREMENTS = ['pyHS100==0.3.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ pyCEC==0.4.13

# homeassistant.components.light.tplink
# homeassistant.components.switch.tplink
pyHS100==0.3.0
pyHS100==0.3.1

# homeassistant.components.rfxtrx
pyRFXtrx==0.22.1
Expand Down

0 comments on commit 5898307

Please sign in to comment.