update xiaomi aqara lib (#9520)

This commit is contained in:
Daniel Høyer Iversen 2017-09-21 08:53:40 +02:00 committed by GitHub
parent 2e66898bec
commit b8a03f1283
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ from homeassistant.components.discovery import SERVICE_XIAOMI_GW
from homeassistant.const import (ATTR_BATTERY_LEVEL, EVENT_HOMEASSISTANT_STOP,
CONF_MAC)
REQUIREMENTS = ['PyXiaomiGateway==0.5.0']
REQUIREMENTS = ['PyXiaomiGateway==0.5.1']
ATTR_GW_MAC = 'gw_mac'
ATTR_RINGTONE_ID = 'ringtone_id'

View file

@ -33,7 +33,7 @@ PyMVGLive==1.1.4
PyMata==2.14
# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.5.0
PyXiaomiGateway==0.5.1
# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1