Update pyozw to 0.4.9 (#15758)

* update pyozw to 0.4.8

* add requirements_all.txt

* use 0.4.9
This commit is contained in:
John Arild Berentsen 2018-07-31 16:14:14 +02:00 committed by Paulus Schoutsen
parent 8ee3b535ef
commit 5f214ffa98
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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