switch to pypi for xiaomi gw (#9498)

This commit is contained in:
Daniel Høyer Iversen 2017-09-19 05:36:59 -04:00 committed by GitHub
parent dcaa5fe443
commit 185ada2354
2 changed files with 4 additions and 5 deletions

View file

@ -8,8 +8,7 @@ from homeassistant.components.discovery import SERVICE_XIAOMI_GW
from homeassistant.const import (ATTR_BATTERY_LEVEL, EVENT_HOMEASSISTANT_STOP,
CONF_MAC)
REQUIREMENTS = ['https://github.com/Danielhiversen/PyXiaomiGateway/archive/'
'0.4.0.zip#PyXiaomiGateway==0.4.0']
REQUIREMENTS = ['PyXiaomiGateway==0.4.2']
ATTR_GW_MAC = 'gw_mac'
ATTR_RINGTONE_ID = 'ringtone_id'