Skip to content
Snippets Groups Projects
Commit a8f5e869 authored by Rohan Kapoor's avatar Rohan Kapoor Committed by Martin Hjelmare
Browse files

Fix zoneminder zms_url construction (#17150)

parent 4218efdd
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv ...@@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['zm-py==0.0.4'] REQUIREMENTS = ['zm-py==0.0.5']
CONF_PATH_ZMS = 'path_zms' CONF_PATH_ZMS = 'path_zms'
......
...@@ -1574,4 +1574,4 @@ zigpy-xbee==0.1.1 ...@@ -1574,4 +1574,4 @@ zigpy-xbee==0.1.1
zigpy==0.2.0 zigpy==0.2.0
# homeassistant.components.zoneminder # homeassistant.components.zoneminder
zm-py==0.0.4 zm-py==0.0.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment