Update OZW to 0.1.2 (#19878)

* Update ozw 0.1.2

* Update requirements_all.txt
This commit is contained in:
Pascal Vizeli 2019-01-09 05:14:27 +01:00 committed by Paulus Schoutsen
parent 35cb0458fa
commit b4c657a39c
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ from .discovery_schemas import DISCOVERY_SCHEMAS
from .util import (check_node_schema, check_value_schema, node_name, from .util import (check_node_schema, check_value_schema, node_name,
check_has_unique_id, is_node_parsed) check_has_unique_id, is_node_parsed)
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.1'] REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.2']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -514,7 +514,7 @@ holidays==0.9.9
home-assistant-frontend==20181219.0 home-assistant-frontend==20181219.0
# homeassistant.components.zwave # homeassistant.components.zwave
homeassistant-pyozw==0.1.1 homeassistant-pyozw==0.1.2
# homeassistant.components.homekit_controller # homeassistant.components.homekit_controller
# homekit==0.12.0 # homekit==0.12.0