Update switchmate library (#17519)

This commit is contained in:
Daniel Høyer Iversen 2018-10-16 20:08:34 +02:00 committed by Fabian Affolter
parent 6235aae196
commit aa176312a5
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
from homeassistant.const import CONF_NAME, CONF_MAC
REQUIREMENTS = ['pySwitchmate==0.4.1']
REQUIREMENTS = ['pySwitchmate==0.4.2']
_LOGGER = logging.getLogger(__name__)

View file

@ -779,7 +779,7 @@ pyMetno==0.3.0
pyRFXtrx==0.23
# homeassistant.components.switch.switchmate
pySwitchmate==0.4.1
pySwitchmate==0.4.2
# homeassistant.components.tibber
pyTibber==0.7.2