Switchmate library update (#18336)

This commit is contained in:
Daniel Høyer Iversen 2018-11-09 23:41:44 +01:00 committed by Martin Hjelmare
parent d34c47a9e1
commit 14ad5c0006
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.2']
REQUIREMENTS = ['pySwitchmate==0.4.3']
_LOGGER = logging.getLogger(__name__)