mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Migrate python-openzwave to homeassistant-pyozw (#18268)
* Migrate python-openzwave to homeassistant-pyozw * Update requirements_all.txt * Fix requirements
This commit is contained in:
parent
bdba3852d0
commit
c89dade619
@ -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', 'python_openzwave==0.4.11']
|
||||
REQUIREMENTS = ['pydispatcher==2.0.5', 'homeassistant-pyozw==0.1.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -481,6 +481,9 @@ holidays==0.9.8
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20181103.1
|
||||
|
||||
# homeassistant.components.zwave
|
||||
homeassistant-pyozw==0.1.0
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
# homekit==0.10
|
||||
|
||||
@ -1236,9 +1239,6 @@ python-wink==1.10.1
|
||||
# homeassistant.components.sensor.swiss_public_transport
|
||||
python_opendata_transport==0.1.4
|
||||
|
||||
# homeassistant.components.zwave
|
||||
python_openzwave==0.4.11
|
||||
|
||||
# homeassistant.components.egardia
|
||||
pythonegardia==1.0.39
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user