xiaomi lib 0.10.0 ()

This commit is contained in:
Daniel Høyer Iversen 2018-09-13 09:26:46 +02:00 committed by Paulus Schoutsen
parent 901dd9acca
commit aec134c47a
2 changed files with 2 additions and 2 deletions
homeassistant/components
requirements_all.txt

View file

@ -23,7 +23,7 @@ from homeassistant.helpers.event import async_track_point_in_utc_time
from homeassistant.util.dt import utcnow
from homeassistant.util import slugify
REQUIREMENTS = ['PyXiaomiGateway==0.9.5']
REQUIREMENTS = ['PyXiaomiGateway==0.10.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -58,7 +58,7 @@ PyRMVtransport==0.1
PySwitchbot==0.3
# homeassistant.components.xiaomi_aqara
PyXiaomiGateway==0.9.5
PyXiaomiGateway==0.10.0
# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1