Update homeassistant-pyozw to 0.1.3 (#22433)

This commit is contained in:
Pascal Vizeli 2019-03-26 22:42:43 +01:00 committed by Charles Garwood
parent 7e3567319f
commit 80250add9e
2 changed files with 2 additions and 2 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.2']
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.3']
_LOGGER = logging.getLogger(__name__)

View File

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