xiaomi lib upgrade (#13577)

This commit is contained in:
Daniel Høyer Iversen 2018-03-31 15:08:35 +02:00 committed by Fabian Affolter
parent 273a43be02
commit 2518587534
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,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.8.3']
REQUIREMENTS = ['PyXiaomiGateway==0.9.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -37,7 +37,7 @@ PyMVGLive==1.1.4
PyMata==2.14
# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.8.3
PyXiaomiGateway==0.9.0
# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1