Sorry if this is already covered somewhere, but my google fu is failing me.
I’m trying to add an automation with an Inovelli red dimmer. I’m trying to have it repeat while a button is held down. Using either the visual editor or yaml, I enter what I believe to be the appropriate values:
condition: device
device_id: 7b085c74d01e7e12951e6499753b66c0
domain: zwave_js
type: value
command_class: 91
property: scene
property_key: "002"
value: "2"
but when I try to save the automation, I get
Message malformed: Value 38-91-0-scene-2 can't be found on node Node(node_id=38)
Looking at the zwave info, I clearly find that 38-91-0-scene-002 exists, but I’m not sure how to make the automation editor use *-scene-002 vs *-scene-2.
Again, sorry if this is obvious, but somewhat new to automations in HA.