mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
upgrade switchmate lib (#20792)
This commit is contained in:
committed by
Charles Garwood
parent
a611fb1664
commit
850556d6c3
@@ -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
|
||||||
|
Reference in New Issue
Block a user