Bumped NDMS2 client to 0.0.6 (#19244)
This commit is contained in:
parent
2fc0dfecb1
commit
56c7e78cf2
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
CONF_HOST, CONF_PORT, CONF_PASSWORD, CONF_USERNAME
|
||||
)
|
||||
|
||||
REQUIREMENTS = ['ndms2_client==0.0.5']
|
||||
REQUIREMENTS = ['ndms2_client==0.0.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -672,7 +672,7 @@ nad_receiver==0.0.9
|
|||
nanoleaf==0.4.1
|
||||
|
||||
# homeassistant.components.device_tracker.keenetic_ndms2
|
||||
ndms2_client==0.0.5
|
||||
ndms2_client==0.0.6
|
||||
|
||||
# homeassistant.components.sensor.netdata
|
||||
netdata==0.1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue