Hi Everyone, i am so new to Home Assistant its not even funny.
I am however, a sys admin. so i have the natural knowledge of computing
When it comes to HA and YAML, i am more than a noob
I like YAML cause its simple. but i am not familiar with it at all.
What i have on my dashboard is a “glance” card
with my 5 blind entities.
It also has my 5 blind Battery entities
it also has my 5 blinds Wifi entities
But the way its layed out, it is showing the name of the Blind for the Blind, battery and wifi.
The layout is setting with 5 columns with 5 entities so its nice and clean looking… sorta
I was hoping someone can help with the code to basically have the Blind entitiy names present, but hide the battery and WIFI names.
They are stacked under eachother so i know what entity is what
I’m probably using the wrong type of card, but perhaps i can edit the YAML on the glance card to achieve this?
You could look at Multiple Entities Rows in HACS to help with the layout. Here is how I have some of mine laid out:
This is part of my overall “Security” dash that has similar cards for my doors, locks, vibration sensors and more. Nice and compact and I know what’s going on at a glance at any given time.
This is exactly what i was looking for.
I had a feeling it was a YAML code edit i needed to make
I appreciate all the feedback and support.
I will continue to play around with Multiple Entities Rows because i do actually like the layout a bit better @CO_4X4 image is what i will most likely end up going for
Here is what i got so far (ignore the unavailable blind, not sure why it keeps dropping)
Looks like i finally understand the code - but i am not understanding how the battery color icons work
When i find the mdi: icon it only has 10% - 20% etc…
there doesnt seem to be a dynamic icon that changes when the state changes…
Yes i did find the state_header
In the documentation example it seems there are a few things different on where these parameter are placed.
I had the state_header in the wrong spot…
One thing left is to get these Battery icons to change dynamically with the state…