mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update OZW to 0.1.2 (#19878)
* Update ozw 0.1.2 * Update requirements_all.txt
This commit is contained in:
parent
35cb0458fa
commit
b4c657a39c
@ -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__)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user