mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Upgrade switchbot lib (#18980)
This commit is contained in:
parent
b024c3a833
commit
8e9c73eb18
@ -12,7 +12,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 = ['PySwitchbot==0.3']
|
||||
REQUIREMENTS = ['PySwitchbot==0.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -53,7 +53,7 @@ PyQRCode==1.2.1
|
||||
PyRMVtransport==0.1.3
|
||||
|
||||
# homeassistant.components.switch.switchbot
|
||||
PySwitchbot==0.3
|
||||
PySwitchbot==0.4
|
||||
|
||||
# homeassistant.components.sensor.transport_nsw
|
||||
PyTransportNSW==0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user