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

pull/36626/head
shbatm 2020-06-07 20:00:53 -05:00 committed by Paulus Schoutsen
parent 5d77eb1839
commit 53ba45cc8f
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ NODE_FILTERS = {
"RemoteLinc2_ADV", "RemoteLinc2_ADV",
], ],
FILTER_INSTEON_TYPE: ["0.16.", "0.17.", "0.18.", "9.0.", "9.7."], 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: { LOCK: {
FILTER_UOM: ["11"], FILTER_UOM: ["11"],