Skip to content

Commit

Permalink
Merge d8f4ba8 into c91fb82
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Mar 7, 2019
2 parents c91fb82 + d8f4ba8 commit 4e5dd15
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/__init__.py
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.event import async_track_point_in_utc_time
from homeassistant.util.dt import utcnow

REQUIREMENTS = ['PyXiaomiGateway==0.12.0']
REQUIREMENTS = ['PyXiaomiGateway==0.12.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -67,7 +67,7 @@ PyRMVtransport==0.1.3
PyTransportNSW==0.1.1

# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.12.0
PyXiaomiGateway==0.12.2

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

0 comments on commit 4e5dd15

Please sign in to comment.