i renamed an entity via the gui lovelace.
After renaming the three devices (red screenshot) i can not rename it anymore.
Where are this changes stored? I have to rename it and it is not possible.
It is not stored in the configuration.yaml,customize.yaml and so on.
Directly in the web interface i do not see any other option.
Can anyone help me?
The three renamed devices does not have the settings button so I can not use it anymore.
This is what the support says, but I do not have the settings button for the entity’s that I changed.
With the introduction of the entity registry in 0.63, Home Assistant is making sure that the same devices always receive the same entity IDs. This release is taking it a step further by allowing users to change the name of a device from the frontend. Changing the name will be instantly applied and overrides whatever name the device is given by the integration. If you want to switch back to the name from the integration, set the name to blank
then likely the reason you can’t change the name from the GUI any longer is because you put capital letters in the entity_id. If you edit the entity_id back to all lower case then you should be able to edit them normally again.