mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Update homeassistant-pyozw 0.1.4 (#22794)
This commit is contained in:
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,
|
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.3']
|
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Z-Wave",
|
"name": "Z-Wave",
|
||||||
"documentation": "https://www.home-assistant.io/components/zwave",
|
"documentation": "https://www.home-assistant.io/components/zwave",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"homeassistant-pyozw==0.1.3",
|
"homeassistant-pyozw==0.1.4",
|
||||||
"pydispatcher==2.0.5"
|
"pydispatcher==2.0.5"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -542,7 +542,7 @@ holidays==0.9.10
|
|||||||
home-assistant-frontend==20190331.0
|
home-assistant-frontend==20190331.0
|
||||||
|
|
||||||
# homeassistant.components.zwave
|
# homeassistant.components.zwave
|
||||||
homeassistant-pyozw==0.1.3
|
homeassistant-pyozw==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
homekit[IP]==0.13.0
|
homekit[IP]==0.13.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user