Bump python_openzwave to 0.4.0.35 (#9542)
* Bump python_openzwave to 0.4.0.35 * Cleanup
This commit is contained in:
parent
5e35beb41a
commit
e7c08921eb
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,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.31']
|
REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.0.35']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -806,7 +806,7 @@ python-wink==1.5.1
|
||||||
python_opendata_transport==0.0.2
|
python_opendata_transport==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.zwave
|
# homeassistant.components.zwave
|
||||||
python_openzwave==0.4.0.31
|
python_openzwave==0.4.0.35
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.egardia
|
# homeassistant.components.alarm_control_panel.egardia
|
||||||
pythonegardia==1.0.20
|
pythonegardia==1.0.20
|
||||||
|
|
Loading…
Add table
Reference in a new issue