esphome-webserver
esphome-webserver copied to clipboard
V3 grouping
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