Skip to content

Commit

Permalink
Bumped NDMS2 client to 0.0.5 to fix unicode characters support (#17803)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxel authored and fabaff committed Oct 26, 2018
1 parent 47003fc commit 9e33398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/keenetic_ndms2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
CONF_HOST, CONF_PORT, CONF_PASSWORD, CONF_USERNAME
)

REQUIREMENTS = ['ndms2_client==0.0.4']
REQUIREMENTS = ['ndms2_client==0.0.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ nad_receiver==0.0.9
nanoleaf==0.4.1

# homeassistant.components.device_tracker.keenetic_ndms2
ndms2_client==0.0.4
ndms2_client==0.0.5

# homeassistant.components.sensor.netdata
netdata==0.1.2
Expand Down

0 comments on commit 9e33398

Please sign in to comment.