Fix zoneminder zms_url construction (#17150)

This commit is contained in:
Rohan Kapoor 2018-10-05 01:30:08 -07:00 committed by Martin Hjelmare
parent 4218efddcd
commit a8f5e8699a
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['zm-py==0.0.4']
REQUIREMENTS = ['zm-py==0.0.5']
CONF_PATH_ZMS = 'path_zms'

View file

@ -1574,4 +1574,4 @@ zigpy-xbee==0.1.1
zigpy==0.2.0
# homeassistant.components.zoneminder
zm-py==0.0.4
zm-py==0.0.5