mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Upgrade switchbot lib (#18980)
This commit is contained in:
committed by
GitHub
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.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.3']
|
REQUIREMENTS = ['PySwitchbot==0.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@ PyQRCode==1.2.1
|
|||||||
PyRMVtransport==0.1.3
|
PyRMVtransport==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.switch.switchbot
|
# homeassistant.components.switch.switchbot
|
||||||
PySwitchbot==0.3
|
PySwitchbot==0.4
|
||||||
|
|
||||||
# homeassistant.components.sensor.transport_nsw
|
# homeassistant.components.sensor.transport_nsw
|
||||||
PyTransportNSW==0.1.1
|
PyTransportNSW==0.1.1
|
||||||
|
Reference in New Issue
Block a user