From 9e7f516d071ef580ec8c468b9c56d628a82ff9c4 Mon Sep 17 00:00:00 2001 From: shbatm Date: Sun, 7 Jun 2020 20:00:53 -0500 Subject: [PATCH] Add Z-Wave Notification Sensor support to ISY994 (#36548) --- homeassistant/components/isy994/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/isy994/const.py b/homeassistant/components/isy994/const.py index cf8b304179d..afbe44011d8 100644 --- a/homeassistant/components/isy994/const.py +++ b/homeassistant/components/isy994/const.py @@ -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"],