Skip to content

Commit

Permalink
upgrade switchmate lib (#20792)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and cgarwood committed Feb 7, 2019
1 parent a611fb1 commit 850556d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/switch/switchmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
from homeassistant.const import CONF_NAME, CONF_MAC

REQUIREMENTS = ['pySwitchmate==0.4.4']
REQUIREMENTS = ['pySwitchmate==0.4.5']

_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 @@ -891,7 +891,7 @@ pyMetno==0.3.0
pyRFXtrx==0.23

# homeassistant.components.switch.switchmate
pySwitchmate==0.4.4
pySwitchmate==0.4.5

# homeassistant.components.tibber
pyTibber==0.9.4
Expand Down

0 comments on commit 850556d

Please sign in to comment.