Update switchmate lib (#18785)

This commit is contained in:
Daniel Høyer Iversen 2018-11-29 19:13:08 +01:00 committed by Fabian Affolter
parent 9aeb489282
commit 46389fb6ca
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.3']
REQUIREMENTS = ['pySwitchmate==0.4.4']
_LOGGER = logging.getLogger(__name__)