From 9d662d61149f4ddac251c0ddcd97a70fab4925b4 Mon Sep 17 00:00:00 2001 From: randellhodges Date: Thu, 12 Dec 2019 12:47:38 -0600 Subject: [PATCH] ISY994 Node Filter Update (#28155) * Adding filters for keypad dimmers and smoke sensor * ran black --fast as suggested * Adding filters for keypad dimmers and smoke sensor * ran black --fast as suggested --- homeassistant/components/isy994/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/isy994/__init__.py b/homeassistant/components/isy994/__init__.py index 96796e37a6a..6c5a668c51a 100644 --- a/homeassistant/components/isy994/__init__.py +++ b/homeassistant/components/isy994/__init__.py @@ -62,7 +62,7 @@ NODE_FILTERS = { "binary_sensor": { "uom": [], "states": [], - "node_def_id": ["BinaryAlarm"], + "node_def_id": ["BinaryAlarm", "BinaryAlarm_ADV"], "insteon_type": ["16."], # Does a startswith() match; include the dot }, "sensor": { @@ -112,6 +112,8 @@ NODE_FILTERS = { "BallastRelayLampSwitch_ADV", "RemoteLinc2", "RemoteLinc2_ADV", + "KeypadDimmer", + "KeypadDimmer_ADV", ], "insteon_type": ["1."], },