Xiaomi pycryptodome (#9511)

* Switch to use pycryptodome for xiaomi_gw
This commit is contained in:
Daniel Høyer Iversen 2017-09-20 11:43:25 +02:00 committed by GitHub
parent a5155a2609
commit 7314ec7a42
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.4.2']
REQUIREMENTS = ['PyXiaomiGateway==0.5.0']
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.4.2
PyXiaomiGateway==0.5.0
# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1