upgrade switchmate lib (#20792)

This commit is contained in:
Daniel Høyer Iversen 2019-02-07 03:41:38 +01:00 committed by Charles Garwood
parent a611fb1664
commit 850556d6c3
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.4']
REQUIREMENTS = ['pySwitchmate==0.4.5']
_LOGGER = logging.getLogger(__name__)