I’d like the “Update Interval” entity to be displayed on top instead of the four of them being ordered alphabetically:
Is it possible to do that without renaming it “1 Update Interval”?
I’ve seen the web_server: version: 3 sorting parameters, is there something similar to order entities in HA?
The device page is not meant for normal usage. Make dashboards with the entities and logic you need.
Look at the Everything Presence Light sensor, for instance: it creates over 100 entities, most of which are meant to finely tune the way the sensor works. You shouldn’t have to tweak them too often (which is why you wouldn’t want to put them in a dashboard. Plus it’s a hundred entities to order by hand by every user, then!)
ESPHome allows us to order entities on the web portal with sorting_groups and sorting_weight:
web_server:
version: 3
sorting_groups:
- id:
It would make a lot of sense for HA to order them the same way