Find the unique_id for zwave devices?

Hello,

I’m trying to get away from the rename node option and configure everything in entity_registry.yaml.

For example:

light.side_entry_sconce:
  platform: zwave
  unique_id: 5-72057594126630913
  name: Side Entry Sconce

This works great for renaming all my dimmers and swithches.

Now I’m looking to rename a z-wave device, zwave.ge_14294_inwall_smart_dimmer_2, to something more friendly in the entity_registry, like zwave.side_entry_sconce, so I can easily reference it in my code. However, I can’t find a unique_id value for the device, any suggestions of where to look or how to rename a zwave.* in entity_registry?