mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update switchmate lib (#18785)
This commit is contained in:
parent
9aeb489282
commit
46389fb6ca
@ -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.3']
|
REQUIREMENTS = ['pySwitchmate==0.4.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -821,7 +821,7 @@ pyMetno==0.3.0
|
|||||||
pyRFXtrx==0.23
|
pyRFXtrx==0.23
|
||||||
|
|
||||||
# homeassistant.components.switch.switchmate
|
# homeassistant.components.switch.switchmate
|
||||||
pySwitchmate==0.4.3
|
pySwitchmate==0.4.4
|
||||||
|
|
||||||
# homeassistant.components.tibber
|
# homeassistant.components.tibber
|
||||||
pyTibber==0.8.2
|
pyTibber==0.8.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user