mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump zwave-js-server-python to 0.48.1 (#93342)
* Bump zwave-js-server-python to 0.48.1 * fix mypy
This commit is contained in:
parent
d16452bed7
commit
4b67839e19
@ -976,19 +976,19 @@ def async_discover_single_value(
|
||||
continue
|
||||
|
||||
# check device_class_basic
|
||||
if not check_device_class(
|
||||
if value.node.device_class and not check_device_class(
|
||||
value.node.device_class.basic, schema.device_class_basic
|
||||
):
|
||||
continue
|
||||
|
||||
# check device_class_generic
|
||||
if not check_device_class(
|
||||
if value.node.device_class and not check_device_class(
|
||||
value.node.device_class.generic, schema.device_class_generic
|
||||
):
|
||||
continue
|
||||
|
||||
# check device_class_specific
|
||||
if not check_device_class(
|
||||
if value.node.device_class and not check_device_class(
|
||||
value.node.device_class.specific, schema.device_class_specific
|
||||
):
|
||||
continue
|
||||
|
@ -8,7 +8,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["zwave_js_server"],
|
||||
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.48.0"],
|
||||
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.48.1"],
|
||||
"usb": [
|
||||
{
|
||||
"vid": "0658",
|
||||
|
@ -2754,7 +2754,7 @@ zigpy==0.55.0
|
||||
zm-py==0.5.2
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.48.0
|
||||
zwave-js-server-python==0.48.1
|
||||
|
||||
# homeassistant.components.zwave_me
|
||||
zwave_me_ws==0.4.2
|
||||
|
@ -2003,7 +2003,7 @@ zigpy-znp==0.11.1
|
||||
zigpy==0.55.0
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.48.0
|
||||
zwave-js-server-python==0.48.1
|
||||
|
||||
# homeassistant.components.zwave_me
|
||||
zwave_me_ws==0.4.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user