Hi everybody,
I am currently trying to create a new lovelace dashboard. My current layout looks like this
Each room has this pattern in custom:button-card
, it goes like this
First row: room name¹ | door | window
Second row: temperature | climate entity
Third row (perhaps more) entities to switch (lights, outlets, etc.)
¹ The little ok
icon underneath the room name (Arbeitszimmer
in this example) will change to an exclamation mark if the motion sensor has currently reported occupancy. I’d like to change this, as these little icons are not something I even notice when even looking at my dash board.
There is one VIP
section displaying the most important entities (not per room, but what I like to check on most out of all Home Assistant entities).
My latest attempt was to create cards per domain, not per room. Here is an example
What I really don’t like is that the icons are not colored. My custom:button-card
from above will color open doors and windows red (otherwise green), this will only indicate their status via icon, not color.
Then I tried custom:banner-card
. It raises the same issue: icons are not colored. Also, I was not able to display and icon and status. For example, Temperatur
and Feuchte
could either display an icon, or a state, but not both. So that wasn’t an option, either.
Ideally, I’d have a setup like this per room
room name
room door state | room window state | motion (all color coded with icons and last changed state)
temperature (measurement) | climate entity | (if applicable in that room) smoke detector
lights | switches
other entities (media players etc.)
All things I tried either won’t have the features I want (colored icons and last_changed state), or -like my current dashboard (first screenshot)- are too clunky.
How do your dashboards looks regarding these values?
Thank you in advance for your input