Add Z-Wave Notification Sensor support to ISY994 (#36548)

This commit is contained in:
shbatm 2020-06-07 20:00:53 -05:00 committed by GitHub
parent 066784c88f
commit 9e7f516d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ NODE_FILTERS = {
"RemoteLinc2_ADV",
],
FILTER_INSTEON_TYPE: ["0.16.", "0.17.", "0.18.", "9.0.", "9.7."],
FILTER_ZWAVE_CAT: (["118", "143"] + list(map(str, range(180, 185)))),
FILTER_ZWAVE_CAT: (["118", "143"] + list(map(str, range(180, 186)))),
},
LOCK: {
FILTER_UOM: ["11"],