Update switchmate library (#17519)
This commit is contained in:
parent
6235aae196
commit
aa176312a5
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue