mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 14:17:06 +00:00
Fix zoneminder zms_url construction (#17150)
This commit is contained in:
parent
4218efddcd
commit
a8f5e8699a
@ -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
|
|||||||
zigpy==0.2.0
|
zigpy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.zoneminder
|
# homeassistant.components.zoneminder
|
||||||
zm-py==0.0.4
|
zm-py==0.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user