mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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
|
continue
|
||||||
|
|
||||||
# check device_class_basic
|
# 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
|
value.node.device_class.basic, schema.device_class_basic
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# check device_class_generic
|
# 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
|
value.node.device_class.generic, schema.device_class_generic
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# check device_class_specific
|
# 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
|
value.node.device_class.specific, schema.device_class_specific
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["zwave_js_server"],
|
"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": [
|
"usb": [
|
||||||
{
|
{
|
||||||
"vid": "0658",
|
"vid": "0658",
|
||||||
|
@ -2754,7 +2754,7 @@ zigpy==0.55.0
|
|||||||
zm-py==0.5.2
|
zm-py==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.48.0
|
zwave-js-server-python==0.48.1
|
||||||
|
|
||||||
# homeassistant.components.zwave_me
|
# homeassistant.components.zwave_me
|
||||||
zwave_me_ws==0.4.2
|
zwave_me_ws==0.4.2
|
||||||
|
@ -2003,7 +2003,7 @@ zigpy-znp==0.11.1
|
|||||||
zigpy==0.55.0
|
zigpy==0.55.0
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.48.0
|
zwave-js-server-python==0.48.1
|
||||||
|
|
||||||
# homeassistant.components.zwave_me
|
# homeassistant.components.zwave_me
|
||||||
zwave_me_ws==0.4.2
|
zwave_me_ws==0.4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user