new version of xiaomi lib (#12513)

This commit is contained in:
Daniel Høyer Iversen 2018-02-19 12:40:05 +01:00 committed by GitHub
parent a378e18a3f
commit 6f2ee9a34c
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.entity import Entity
from homeassistant.helpers.event import async_track_point_in_utc_time
from homeassistant.util.dt import utcnow
REQUIREMENTS = ['PyXiaomiGateway==0.8.0']
REQUIREMENTS = ['PyXiaomiGateway==0.8.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -36,7 +36,7 @@ PyMVGLive==1.1.4
PyMata==2.14
# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.8.0
PyXiaomiGateway==0.8.1
# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1