mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Bumped NDMS2 client to 0.0.5 to fix unicode characters support (#17803)
This commit is contained in:
parent
47003fc04f
commit
9e33398a7b
@ -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.4']
|
REQUIREMENTS = ['ndms2_client==0.0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -640,7 +640,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.4
|
ndms2_client==0.0.5
|
||||||
|
|
||||||
# homeassistant.components.sensor.netdata
|
# homeassistant.components.sensor.netdata
|
||||||
netdata==0.1.2
|
netdata==0.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user