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:
Raman Gupta 2023-05-22 05:06:34 -04:00 committed by GitHub
parent d16452bed7
commit 4b67839e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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