mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Update OZW to 0.1.2 (#19878)
* Update ozw 0.1.2 * Update requirements_all.txt
This commit is contained in:
committed by
Paulus Schoutsen
parent
ed41421a3d
commit
6b56985e01
@@ -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.8
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user