From 7314ec7a426261276b4c2643acc9817bb59f485b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Wed, 20 Sep 2017 11:43:25 +0200 Subject: [PATCH] Xiaomi pycryptodome (#9511) * Switch to use pycryptodome for xiaomi_gw --- homeassistant/components/xiaomi_aqara.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/xiaomi_aqara.py b/homeassistant/components/xiaomi_aqara.py index 6512a34fcef..3e22746a068 100644 --- a/homeassistant/components/xiaomi_aqara.py +++ b/homeassistant/components/xiaomi_aqara.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index 0cdcff9150d..d629dffc3c7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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