#Suggestions for how to make this flow better?
1 messages · Page 1 of 1 (latest)
regrouped things a little to pull the cameras together, which I think helps a bit, but the responsiveness of Section layout makes it still look a bit jumbled
A couple of thoughts:
- Put each room in its own section. Currently you seem to stack multiple rooms into one section (eg. Bedroom and storage are in the same section). That will standardize the contents of each section but will probably result in more blank space because the amount of devices in each room span quite a range.
- Use conditions in the visibility to control when cards (or versions of cards) are visible. Eg. If a device is off, don't show the full range of controls but just a simple icon for toggling it on.
- Start with just a few rooms (eg. Just the bedrooms), get a layout that you are satisfied with, note down the design logic that leads to that layout (eg. All lights on top, then ventilation), then expand to other rooms applying the same logic.
I took the approach of putting each room/area on it's own page of the dashboard.
That's my "Home" page with pertinent information in the 'entity badges' driven by integration helpers to provide counts and other information.
Each area page then has the specific items that are available in that area.
I also have a hidden details page that displays all the lights that are on, windows or doors that are open, and other things that may be on or running.
Yeah I double stacked a couple of sections to eat up blank space.
I do like the idea of page per room/area, I’ll experiment with that
Sections is so nice horizontally, but it’s brutal vertically
Really like this layout. Do you have more details you can share on the design/implementation?