Hi, Hoping someone can help. I’m trying to upgrade my HA instance to use the new Zwave integration. I have the new Zwave JS working, but can’t figure out how to add associations. With the older Zwave, I could associate a light switch with the Zwave USB stick and fire automations when the switch is double tapped,e.g.
trigger:
- platform: event
event_type: zwave.node_event
event_data:
entity_id: zwave.master_bath_overhead_lights
basic_level: 0
- platform: event
event_type: zwave.node_event
event_data:
entity_id: zwave.master_bath_overhead_lights
basic_level: 255
How can I achieve the same functionality with the new ZWave JS?
Thanks
Stan