Xiaomi pycryptodome ()

* Switch to use pycryptodome for xiaomi_gw
pull/9515/head
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
homeassistant/components

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