-
Notifications
You must be signed in to change notification settings - Fork 44
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
Room/Areas views: option to group by devices #45
Comments
Generating the views in a different format will need a lot of work in the backend. |
Thanks @AalianKhan for considering this feature. 😀
But I understand this means adding a complete new way to generate views... Having an option for a device card might also work: like being able to display the main entity of the device in the view and displaying all other entities of the device in a popup.
|
Would you guys prefer a card? that when clicked gives you a popup (will require another custom integration, browser-mod) |
Thanks again for considering this :-) The first option (device card with detail popup) would allow to really declutter the dashboard. But on the other hand the "device" card should ideally still show the main information or action, or you would have to click to see it. And then the dashboard creator would have to define/customise which main info/action to display in the "device" card (unless there is a way to guess it) and then means it's no longer auto-generated and/or everything is two clicks away. So I think the second option (device name as the title and then list the device's entities under it, sorted by domain/class) would work great for me. What do you think @bzzzggz ? |
I think the first option will looks amazing. A simple device card with basic running information. And then the pop up will include all entities.
Not sure how hard it is to define what is basic information since there are so many different type of smart devices.
Something similar like if the device has a switch use switch; If it does not contain any switches list all sensors?
|
Is your feature request related to a problem? Please describe.
I have many devices that are composed of multiple types/classes of entities. Example a cat feeder, locks, plugs with power measurement that are composed of binary sensors, sensors, switches, lights. So the grouping by entity class/domain does not work really well in my case. My rooms/areas are way too cluttered. So when looking for an info I end up going searching for the device where entities are neatly grouped under it.
Describe the solution you'd like
It would be great to have an option for the generation of the views under each areas/rooms to group by device then by class/domain.
I feel this would be a good compromise for the automatic dashboard of each rooms.
Describe alternatives you've considered
An alternative would be to create an area for each devices I use the most, but that will clutter the front page.
Or go back to creating my own dashboard.
Additional context
Example of native home assistant device view showing multiple entities based devices
The text was updated successfully, but these errors were encountered: