In Z-Wave JS (just as an example) I changed the name of a device. This change was promptly reflected in Home Assistant’s friendly_name. However the entity_id remained unchanged. I understand, that in most cases this is desired, as otherwise, you need to adapt all the scripts and UI elements.
However, I want the entity_id also updated. Is there an option to reset the id as if the device was just freshly added to Home Assistant?
The device has 12 entities, so changing them manually is an option, but tedious.
Recently, I moved to a new apartment and for that, many of my connected smart devices were also moved, e.g. “Light Kitchen” became “Light Bedroom”. I changed the name of devices in the e.g. Hue App or the Z-Wave JS UI. However, these changes were not reflected in the entitiy_id and therefore I had to perform these manually for quite some entities.
Something like a rediscover functionality would have helped tremendously here.