mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
Support ISY994 Z-Wave motorized blinds as cover (#87102)
This commit is contained in:
parent
d8bba6747e
commit
439232223a
@ -255,7 +255,7 @@ NODE_FILTERS: dict[Platform, dict[str, list[str]]] = {
|
|||||||
FILTER_STATES: ["open", "closed", "closing", "opening", "stopped"],
|
FILTER_STATES: ["open", "closed", "closing", "opening", "stopped"],
|
||||||
FILTER_NODE_DEF_ID: ["DimmerMotorSwitch_ADV"],
|
FILTER_NODE_DEF_ID: ["DimmerMotorSwitch_ADV"],
|
||||||
FILTER_INSTEON_TYPE: [TYPE_CATEGORY_COVER],
|
FILTER_INSTEON_TYPE: [TYPE_CATEGORY_COVER],
|
||||||
FILTER_ZWAVE_CAT: [],
|
FILTER_ZWAVE_CAT: ["106", "107"],
|
||||||
},
|
},
|
||||||
Platform.LIGHT: {
|
Platform.LIGHT: {
|
||||||
FILTER_UOM: ["51"],
|
FILTER_UOM: ["51"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user