Skip to content

Commit

Permalink
upgrade xiaomi lib (#11629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Jan 13, 2018
1 parent 9d67d22 commit c33b171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/xiaomi_aqara.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from homeassistant.const import (ATTR_BATTERY_LEVEL, EVENT_HOMEASSISTANT_STOP,
CONF_MAC, CONF_HOST, CONF_PORT)

REQUIREMENTS = ['PyXiaomiGateway==0.7.0']
REQUIREMENTS = ['PyXiaomiGateway==0.7.1']

ATTR_GW_MAC = 'gw_mac'
ATTR_RINGTONE_ID = 'ringtone_id'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PyMVGLive==1.1.4
PyMata==2.14

# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.7.0
PyXiaomiGateway==0.7.1

# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1
Expand Down

0 comments on commit c33b171

Please sign in to comment.