Is there a way to customize these so that sensor.*_vibration_action will turn into <room> Vibration? Somehow, the * part needs to be replaced with whatever comes right after sensor..
I already use customize_glob for some sensors, but those are not room specific; for example, allsensor.*_watt sensors have friendly_name: Power, but in this case, I’d like to include the individual room name.
Yes, it is for lovelace. I was hoping that I didn’t have to manually change the display name for each sensor… and I usually use customize for this, but what I am trying to do is automatically have each entity customize their name based upon this pattern described above. But I guess I am stuck with manually doing this, then?
Thank you, @Petrica. I already use the auto-entities card, but the result is not what I am looking for.
On the left, there are these vibration_action sensors; all of them are there, but their friendly_name is not set. On the right, I have manually set the friendly_name, and this is how I want to display the items on the left as well - I was just hoping to be able to do this via customize somehow so that the entities would “pick up” on what their friendly name was supposed to be.