upgrade switchmate lib (#20792)
This commit is contained in:
parent
a611fb1664
commit
850556d6c3
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.components.switch import SwitchDevice, PLATFORM_SCHEMA
|
||||||
from homeassistant.const import CONF_NAME, CONF_MAC
|
from homeassistant.const import CONF_NAME, CONF_MAC
|
||||||
|
|
||||||
REQUIREMENTS = ['pySwitchmate==0.4.4']
|
REQUIREMENTS = ['pySwitchmate==0.4.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -891,7 +891,7 @@ pyMetno==0.3.0
|
||||||
pyRFXtrx==0.23
|
pyRFXtrx==0.23
|
||||||
|
|
||||||
# homeassistant.components.switch.switchmate
|
# homeassistant.components.switch.switchmate
|
||||||
pySwitchmate==0.4.4
|
pySwitchmate==0.4.5
|
||||||
|
|
||||||
# homeassistant.components.tibber
|
# homeassistant.components.tibber
|
||||||
pyTibber==0.9.4
|
pyTibber==0.9.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue