Hello,
I have a lot of entities that have generated friendly names.
A lot of the names start with identical long generic descriptions.
The interesting part of the name (like power vs current) is cut on the default lovelace dashboard.
Is there an efficient way to change the long generic parts to something shorter?
I found a way by clicking through every entity but there are so many that this is not practical.
I search for something I can automate like using sed on a config file but so far couldn’t find it…