Update homeassistant-pyozw 0.1.4 (#22794)
parent
2b490e4486
commit
8b3cf2d493
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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": [],
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue