Skip to content

Commit

Permalink
Merge 83048f2 into a014c2b
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoorenberghe committed Feb 9, 2019
2 parents a014c2b + 83048f2 commit d6452a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zoneminder/__init__.py
Expand Up @@ -16,7 +16,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['zm-py==0.3.1']
REQUIREMENTS = ['zm-py==0.3.3']

CONF_PATH_ZMS = 'path_zms'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1798,4 +1798,4 @@ zigpy-xbee==0.1.1
zigpy==0.2.0

# homeassistant.components.zoneminder
zm-py==0.3.1
zm-py==0.3.3

0 comments on commit d6452a6

Please sign in to comment.