hi,
can anyone advise what I am doing wrong? Below trigger does not function as it is written
platform: event
event_type: zwave_js_value_notification
event_data:
node_id: 38
property_key:
- "001"
- "002"
value: KeyPressed2x
but it works if I leave just one value there such as “001” and not trying to use a list of values.
platform: event
event_type: zwave_js_value_notification
event_data:
node_id: 38
property_key: "001"
value: KeyPressed2x
Thanks