update library for xiaomi_aqara, change from pyCrypto to cryptography (#10066)

This commit is contained in:
Daniel Høyer Iversen 2017-10-23 14:55:36 +02:00 committed by GitHub
parent 76a0763cbc
commit e8a701ffd0
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, CONF_HOST, CONF_PORT)
REQUIREMENTS = ['PyXiaomiGateway==0.5.3']
REQUIREMENTS = ['PyXiaomiGateway==0.6.0']
ATTR_GW_MAC = 'gw_mac'
ATTR_RINGTONE_ID = 'ringtone_id'

View File

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