Skip to content

Commit

Permalink
Update pyozw to 0.1.1 (#18436)
Browse files Browse the repository at this point in the history
* Update pyozw to 0.1.1

* Update requirements_all.txt
  • Loading branch information
pvizeli authored and fabaff committed Nov 13, 2018
1 parent 291fba0 commit 532a75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zwave/__init__.py
Expand Up @@ -42,7 +42,7 @@
from .util import (check_node_schema, check_value_schema, node_name,
check_has_unique_id, is_node_parsed)

REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.0']
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -482,7 +482,7 @@ holidays==0.9.8
home-assistant-frontend==20181112.0

# homeassistant.components.zwave
homeassistant-pyozw==0.1.0
homeassistant-pyozw==0.1.1

# homeassistant.components.homekit_controller
# homekit==0.10
Expand Down

0 comments on commit 532a75b

Please sign in to comment.