mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pyozw to 0.4.9 (#15758)
* update pyozw to 0.4.8 * add requirements_all.txt * use 0.4.9
This commit is contained in:
parent
8ee3b535ef
commit
5f214ffa98
@ -35,7 +35,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.3']
|
||||
REQUIREMENTS = ['pydispatcher==2.0.5', 'python_openzwave==0.4.9']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1123,7 +1123,7 @@ python-wink==1.9.1
|
||||
python_opendata_transport==0.1.3
|
||||
|
||||
# homeassistant.components.zwave
|
||||
python_openzwave==0.4.3
|
||||
python_openzwave==0.4.9
|
||||
|
||||
# homeassistant.components.egardia
|
||||
pythonegardia==1.0.39
|
||||
|
Loading…
x
Reference in New Issue
Block a user