mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
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
This commit is contained in:
parent
7c42f4b45b
commit
9d662d6114
@ -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."],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user