Update pyozw to 0.1.1 (#18436)
* Update pyozw to 0.1.1 * Update requirements_all.txt
This commit is contained in:
parent
291fba0ba4
commit
532a75b487
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,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.0']
|
||||
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -482,7 +482,7 @@ holidays==0.9.8
|
|||
home-assistant-frontend==20181112.0
|
||||
|
||||
# homeassistant.components.zwave
|
||||
homeassistant-pyozw==0.1.0
|
||||
homeassistant-pyozw==0.1.1
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
# homekit==0.10
|
||||
|
|
Loading…
Add table
Reference in a new issue