Update homeassistant-pyozw 0.1.4 (#22794)

pull/22806/head
Pascal Vizeli 2019-04-06 12:09:15 +02:00 committed by GitHub
parent 2b490e4486
commit 8b3cf2d493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,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', 'homeassistant-pyozw==0.1.3']
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -3,7 +3,7 @@
"name": "Z-Wave",
"documentation": "https://www.home-assistant.io/components/zwave",
"requirements": [
"homeassistant-pyozw==0.1.3",
"homeassistant-pyozw==0.1.4",
"pydispatcher==2.0.5"
],
"dependencies": [],

View File

@ -542,7 +542,7 @@ holidays==0.9.10
home-assistant-frontend==20190331.0
# homeassistant.components.zwave
homeassistant-pyozw==0.1.3
homeassistant-pyozw==0.1.4
# homeassistant.components.homekit_controller
homekit[IP]==0.13.0