Upgrade zm-py to 0.3.1 (#20489)
This commit is contained in:
parent
239c60c09f
commit
d82e5ecbb0
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.helpers.discovery import async_load_platform
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['zm-py==0.3.0']
|
REQUIREMENTS = ['zm-py==0.3.1']
|
||||||
|
|
||||||
CONF_PATH_ZMS = 'path_zms'
|
CONF_PATH_ZMS = 'path_zms'
|
||||||
|
|
||||||
|
|
|
@ -1772,4 +1772,4 @@ zigpy-xbee==0.1.1
|
||||||
zigpy==0.2.0
|
zigpy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.zoneminder
|
# homeassistant.components.zoneminder
|
||||||
zm-py==0.3.0
|
zm-py==0.3.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue