upgrade xiaomi lib (#11629)

This commit is contained in:
Daniel Høyer Iversen 2018-01-13 21:34:56 +01:00 committed by GitHub
parent 9d67d229fa
commit c33b171043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ from homeassistant.components.discovery import SERVICE_XIAOMI_GW
from homeassistant.const import (ATTR_BATTERY_LEVEL, EVENT_HOMEASSISTANT_STOP, from homeassistant.const import (ATTR_BATTERY_LEVEL, EVENT_HOMEASSISTANT_STOP,
CONF_MAC, CONF_HOST, CONF_PORT) CONF_MAC, CONF_HOST, CONF_PORT)
REQUIREMENTS = ['PyXiaomiGateway==0.7.0'] REQUIREMENTS = ['PyXiaomiGateway==0.7.1']
ATTR_GW_MAC = 'gw_mac' ATTR_GW_MAC = 'gw_mac'
ATTR_RINGTONE_ID = 'ringtone_id' ATTR_RINGTONE_ID = 'ringtone_id'

View File

@ -35,7 +35,7 @@ PyMVGLive==1.1.4
PyMata==2.14 PyMata==2.14
# homeassistant.components.xiaomi_aqara # homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.7.0 PyXiaomiGateway==0.7.1
# homeassistant.components.rpi_gpio # homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1 # RPi.GPIO==0.6.1