Update python-openzwave to 0.4.11 (#18160)
* Update Python OpenZWave to 0.4.11 * Update requirements_all.txt
This commit is contained in:
parent
44556a86e3
commit
4a7507bcea
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', 'python_openzwave==0.4.10']
|
||||
REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.11']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1231,7 +1231,7 @@ python-wink==1.10.1
|
|||
python_opendata_transport==0.1.4
|
||||
|
||||
# homeassistant.components.zwave
|
||||
python_openzwave==0.4.10
|
||||
python_openzwave==0.4.11
|
||||
|
||||
# homeassistant.components.egardia
|
||||
pythonegardia==1.0.39
|
||||
|
|
Loading…
Add table
Reference in a new issue