Devices not renamed

Something wired happened today with my HassIO setup. I had to add a few more Inovelli LZW31 switches. The switches were added, but Z-Wave was unresponsive. The lights wouldn’t go on or off. I restarted HomeAssistant from the server control page. When it came back on Z-Wave stated to work but a lot of device names are not updated in the Devices tab under configuration page. However, when I open the device, it is named correctly. No exactly sure what happened, but how do I fix this? When I create a new automation it shows the genetic name of the devices.

I am using an openzwave setup. In my configuration.yaml I have

zwave:
  usb_path: /dev/ttyACM0
  config_path: /config/openzwave/config/

Here is the scoop. I was successfully able to install OpenZwave on v0.100.3 and was able to install all of my Inovelli Red Series switches. I renamed them in the Z-Wave control panel. However, under the devices the names didn’t update, as you can see from the screenshot.

The only way I was able to rename it is by stopping homeassistant (hassio homeassistant stop), renaming the node in the zwcfg_.xml file, and starting homeassistant (hassio homeassistant start).

My configuration.yaml file has this:

zwave:
  usb_path: /dev/ttyACM0
  config_path: /config/openzwave/config/

Is there anyway to rename nodes using the UI and OpenZwave integration?