Update xiaomi lib (#17129)

This commit is contained in:
Daniel Høyer Iversen 2018-10-04 13:24:54 +02:00 committed by GitHub
parent 178bf736f6
commit 0d93bf9a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ from homeassistant.helpers.event import async_track_point_in_utc_time
from homeassistant.util.dt import utcnow
from homeassistant.util import slugify
REQUIREMENTS = ['PyXiaomiGateway==0.10.0']
REQUIREMENTS = ['PyXiaomiGateway==0.11.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -58,7 +58,7 @@ PyRMVtransport==0.1
PySwitchbot==0.3
# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.10.0
PyXiaomiGateway==0.11.0
# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1