esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
415 stars 26 forks source link

Customizing order of components in web interface #2003

Closed pedjas closed 1 month ago

pedjas commented 1 year ago

Describe the problem you have/What new integration you would like

When setting up yaml it would be good if user can set order of components how to show up in web interface.

Please describe your use case for this integration and alternatives you've tried:

No matter what order of components user use in yaml, web interface shows them in alphabetical order. That usually is not best choice.

It seems the only way to achieve this is to add some prefixes to component names, which just makes names longer and unnecessarily clutters web interface.

It would be good for user to have option to set order of components for user interface which is more logical, natural and understandable for end user.

Additional context

nagyrobi commented 1 year ago

Related to https://github.com/esphome/feature-requests/issues/1620

randyoo commented 1 month ago

This has been implemented in V3 via "web_server_sorting_weight:" property.