Bumped NDMS2 client library to 0.0.4 to get compatible with python 3.5 (#16077)

This commit is contained in:
Andrey Kupreychik 2018-08-20 23:51:25 +07:00 committed by Fabian Affolter
parent df6239e0fc
commit 85a724e289
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.const import (
CONF_HOST, CONF_PORT, CONF_PASSWORD, CONF_USERNAME CONF_HOST, CONF_PORT, CONF_PASSWORD, CONF_USERNAME
) )
REQUIREMENTS = ['ndms2_client==0.0.3'] REQUIREMENTS = ['ndms2_client==0.0.4']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -594,7 +594,7 @@ nad_receiver==0.0.9
nanoleaf==0.4.1 nanoleaf==0.4.1
# homeassistant.components.device_tracker.keenetic_ndms2 # homeassistant.components.device_tracker.keenetic_ndms2
ndms2_client==0.0.3 ndms2_client==0.0.4
# homeassistant.components.sensor.netdata # homeassistant.components.sensor.netdata
netdata==0.1.2 netdata==0.1.2