Hass.io Z-Wave Mis-identifying GE Dimmer?

Newbie here. I’ve been working the past few weeks to slowly bring over all my devices from SmartThings to Hass.io. I am using the Aeotec Gen 5 Z-wave stick. Everything seems to be functioning correctly but I did notice one oddity. I have several GE dimmers throughout the house (model 12724). Hass.io seems to be identifying them all as “45602 Lamp Dimmer Module” Here’s an example of one in my config:

	<Node id="5" name="3rd Level Hall Recessed" location="" basic="4" generic="17" specific="1" type="Multilevel Power Switch" listening="true" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" secured="true" query_stage="Complete">
		<Manufacturer id="63" name="GE">
			<Product type="4450" id="3030" name="45602 Lamp Dimmer Module" />
		</Manufacturer>

I don’t think this is causing an issue, but in the spirit of learning I wanted to ask -

  1. Does this even matter?
  2. Is there a way to change the identifier so that the devices show up with their proper names?

Thanks in advance!