Schlage cant rename entities after core update 2024.10.0 #127455
Description
The problem
I have renamed my schalage lock and have it referenced in many automations, node-red, etc.
After update fo HA core 2024.10.0 schlage is auto-renaming the entities to default names and breaking all my integrations and dashboards.
example:
I have my front door lock named and referenced as: lock.front_door_lock
now it renamed to: lock.front_door
and when I rename it back to lock.front_door_lock it automatically rename back to lock.front_door
this is breaking all my stuff and I want it to have the names I choose them to have ....
What version of Home Assistant Core has the issue?
core-2024.10.0
What was the last working version of Home Assistant Core?
core-2024.9.2
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
Schlage
Link to integration documentation on our website
No response
Diagnostics information
I have my schlage entities for one year, and all working and stable.
Now with the new ha core , it's always registering my shclage entities as if they where new entities, and naming them with default names
And this is preventing me to rename tham back to my old and desired names
Example YAML snippet
No response
Anything in the logs that might be useful for us?
- it is always Registering new entities (even if I have them for one year already) :
2024-10-03 10:59:12.601 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.schlage entity: binary_sensor.front_door_keypad_disabled
2024-10-03 10:59:12.609 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new lock.schlage entity: lock.front_door
2024-10-03 10:59:12.610 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.schlage entity: sensor.front_door_battery
2024-10-03 10:59:12.611 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.schlage entity: switch.front_door_keypress_beep
2024-10-03 10:59:12.612 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.schlage entity: switch.front_door_1_touch_locking
- when I try to rename it back to `lock.front_door_lock`:
2024-10-03 10:59:27.297 WARNING (Recorder) [homeassistant.components.recorder.entity_registry] Cannot migrate history for entity_id `lock.front_door` to `lock.front_door_lock` because the new entity_id is already in use
Additional information
No response