mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Update switchbot library (#19202)
This commit is contained in:
parent
c20322232a
commit
d1eb5da5f4
@ -12,7 +12,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 = ['PySwitchbot==0.4']
|
REQUIREMENTS = ['PySwitchbot==0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ PyQRCode==1.2.1
|
|||||||
PyRMVtransport==0.1.3
|
PyRMVtransport==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.switch.switchbot
|
# homeassistant.components.switch.switchbot
|
||||||
PySwitchbot==0.4
|
PySwitchbot==0.5
|
||||||
|
|
||||||
# homeassistant.components.sensor.transport_nsw
|
# homeassistant.components.sensor.transport_nsw
|
||||||
PyTransportNSW==0.1.1
|
PyTransportNSW==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user