Upgrade PyXiaomiGateway library (#21582)

This commit is contained in:
Daniel Høyer Iversen 2019-03-02 11:27:36 +01:00 committed by Paulus Schoutsen
parent a268aab2ec
commit ec9ccf6402
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.helpers.event import async_track_point_in_utc_time from homeassistant.helpers.event import async_track_point_in_utc_time
from homeassistant.util.dt import utcnow from homeassistant.util.dt import utcnow
REQUIREMENTS = ['PyXiaomiGateway==0.11.2'] REQUIREMENTS = ['PyXiaomiGateway==0.12.0']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -67,7 +67,7 @@ PyRMVtransport==0.1.3
PyTransportNSW==0.1.1 PyTransportNSW==0.1.1
# homeassistant.components.xiaomi_aqara # homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.11.2 PyXiaomiGateway==0.12.0
# homeassistant.components.rpi_gpio # homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.5 # RPi.GPIO==0.6.5