mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
update python-openzwave to 4.1.3 (#12057)
* update python-openzwave to 4.1.0 * 0.4.1.3
This commit is contained in:
parent
9b0dbf3fbe
commit
1aca6f922f
@ -33,7 +33,7 @@ from . import workaround
|
|||||||
from .discovery_schemas import DISCOVERY_SCHEMAS
|
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
|
||||||
|
|
||||||
REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.0.35']
|
REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -972,7 +972,7 @@ python-wink==1.7.3
|
|||||||
python_opendata_transport==0.0.3
|
python_opendata_transport==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.zwave
|
# homeassistant.components.zwave
|
||||||
python_openzwave==0.4.0.35
|
python_openzwave==0.4.3
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.egardia
|
# homeassistant.components.alarm_control_panel.egardia
|
||||||
pythonegardia==1.0.26
|
pythonegardia==1.0.26
|
||||||
|
Loading…
x
Reference in New Issue
Block a user