From 5f214ffa98e648c368f9b30490423e930efcf3d8 Mon Sep 17 00:00:00 2001
From: John Arild Berentsen <turbokongen@hotmail.com>
Date: Tue, 31 Jul 2018 16:14:14 +0200
Subject: [PATCH] Update pyozw to 0.4.9 (#15758)

* update pyozw to 0.4.8

* add requirements_all.txt

* use 0.4.9
---
 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 e540259edd5..8cf69e72702 100644
--- a/homeassistant/components/zwave/__init__.py
+++ b/homeassistant/components/zwave/__init__.py
@@ -35,7 +35,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.3']
+REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.9']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 6dae4f9c44c..52fca6a7615 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1123,7 +1123,7 @@ python-wink==1.9.1
 python_opendata_transport==0.1.3
 
 # homeassistant.components.zwave
-python_openzwave==0.4.3
+python_openzwave==0.4.9
 
 # homeassistant.components.egardia
 pythonegardia==1.0.39
-- 
GitLab