From 4a7507bceae9be159b12da7140e1d9d4d0a723c9 Mon Sep 17 00:00:00 2001 From: rafale77 Date: Sun, 4 Nov 2018 11:21:53 -0800 Subject: [PATCH] Update python-openzwave to 0.4.11 (#18160) * Update Python OpenZWave to 0.4.11 * 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 a4f8dcd1b3f..74c5cdb52a9 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', 'python_openzwave==0.4.10'] +REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.11'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 94a2adf274c..a11969c4081 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1231,7 +1231,7 @@ python-wink==1.10.1 python_opendata_transport==0.1.4 # homeassistant.components.zwave -python_openzwave==0.4.10 +python_openzwave==0.4.11 # homeassistant.components.egardia pythonegardia==1.0.39