Support ISY994 Z-Wave motorized blinds as cover (#87102)

pull/87221/head
shbatm 2023-02-02 13:27:30 -06:00 committed by Paulus Schoutsen
parent 4641497806
commit 8a7e2922c2
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ NODE_FILTERS: dict[Platform, dict[str, list[str]]] = {
FILTER_STATES: ["open", "closed", "closing", "opening", "stopped"],
FILTER_NODE_DEF_ID: ["DimmerMotorSwitch_ADV"],
FILTER_INSTEON_TYPE: [TYPE_CATEGORY_COVER],
FILTER_ZWAVE_CAT: [],
FILTER_ZWAVE_CAT: ["106", "107"],
},
Platform.LIGHT: {
FILTER_UOM: ["51"],