esphome-webserver icon indicating copy to clipboard operation
esphome-webserver copied to clipboard

V3 grouping

Open RFDarter opened this issue 9 months ago • 1 comments

Adds support for grouping the entitys and sort the groups. Expects the webserver to send a sorting_group event including name and sorting_weight for each group.

Also expects the state event to include sorting_group if not present it will use the entity_category as the group.

https://github.com/esphome/esphome/pull/6833

RFDarter avatar Jun 02 '24 00:06 RFDarter