-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[web_server] v3 entity grouping #6833
[web_server] v3 entity grouping #6833
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #6833 +/- ##
==========================================
+ Coverage 53.70% 54.01% +0.30%
==========================================
Files 50 50
Lines 9408 9694 +286
Branches 1654 1711 +57
==========================================
+ Hits 5053 5236 +183
- Misses 4056 4127 +71
- Partials 299 331 +32 ☔ View full report in Codecov by Sentry. |
…arter/esphome into webserver-v3-entity-grouping
How can I test this before it is merged in dev? |
You would need to download this PR or the branch of my fork, create a python venv and run esphome run/build from that venv. web_server:
js_url: https://deploy-preview-102--esphome-webserver.netlify.app/v3/www.js |
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
What does this implement/fix?
Adds the possibility to group the entitys displayed on the
web_server
and order the groupsYou need to specify the groups on the
web_server
componentand on the component you wish to group you need to provide the group id
(esphome/esphome-webserver#102)
Types of changes
Related issue or feature (if applicable): fixes
Pull request in esphome-docs with documentation (if applicable): esphome/esphome-docs#3905
Test Environment
Example entry for
config.yaml
:Checklist:
tests/
folder).If user exposed functionality or configuration variables are added/changed: