From 532a75b487251edc2f86fa1a05e221fd1bd47608 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 13 Nov 2018 23:43:01 +0100 Subject: [PATCH] Update pyozw to 0.1.1 (#18436) * Update pyozw to 0.1.1 * Update requirements_all.txt --- homeassistant/components/zwave/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zwave/__init__.py b/homeassistant/components/zwave/__init__.py index a27d2112dcd..87a955f6f20 100644 --- a/homeassistant/components/zwave/__init__.py +++ b/homeassistant/components/zwave/__init__.py @@ -42,7 +42,7 @@ from .discovery_schemas import DISCOVERY_SCHEMAS 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__) diff --git a/requirements_all.txt b/requirements_all.txt index 5015b806530..4e1b7b1ca7b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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