Z-Wave Device ID?

I’m trying to locate the Device ID for my Z-Wave locks…I’m sure it’s obvious in Z-Wave JS, but I’ve been through the entire Z-Wave JS and Zwave2MQTT configs and can’t seem to find it. Example of what I’m looking for below:

For any other events, a config_entry_id needs to be provided.
device_id: 45d7d3230dbb7441473ec883dab294d4 # Garage Door Lock device ID
entity_id:
- lock.front_lock
- lock.back_door

You can select the device via the UI developer tools → services tab, then view it in YAML

1 Like

Perfect! Thank you!