diff --git a/homeassistant/components/zwave/__init__.py b/homeassistant/components/zwave/__init__.py index 74c5cdb52a9..a27d2112dcd 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.11'] +REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 859be19f8d7..33bad26ab3f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -481,6 +481,9 @@ holidays==0.9.8 # homeassistant.components.frontend home-assistant-frontend==20181103.1 +# homeassistant.components.zwave +homeassistant-pyozw==0.1.0 + # homeassistant.components.homekit_controller # homekit==0.10 @@ -1236,9 +1239,6 @@ python-wink==1.10.1 # homeassistant.components.sensor.swiss_public_transport python_opendata_transport==0.1.4 -# homeassistant.components.zwave -python_openzwave==0.4.11 - # homeassistant.components.egardia pythonegardia==1.0.39