mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Switchmate library update (#18336)
This commit is contained in:
parent
d34c47a9e1
commit
14ad5c0006
@ -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.2']
|
||||
REQUIREMENTS = ['pySwitchmate==0.4.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -809,7 +809,7 @@ pyMetno==0.3.0
|
||||
pyRFXtrx==0.23
|
||||
|
||||
# homeassistant.components.switch.switchmate
|
||||
pySwitchmate==0.4.2
|
||||
pySwitchmate==0.4.3
|
||||
|
||||
# homeassistant.components.tibber
|
||||
pyTibber==0.7.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user