Right now I have cards that use the auto-entities frontend integration with a regex to filter on any of my devices that basically a label. That way I don’t have to constantly update the dashboard everytime I buy a new sensor.
However, I have the temperature and humidity as two separate cards which takes up a lot of space and is redundant. (The humidity one replaces temp with humidity
I’d like to have a grid where each row is a sensor, and there are three columns: sensor name, temperature, humidity.
The closest I found was the multiple-entity-row card. And I love this layout:
However, I couldn’t find a way to set automatic filters or cards in that.
Anyone know how to dynamically populate a grid the way I’m describing?
On the auto entities card you can use type of custom:multiple-entity-row and then further define the row as outlined in the documentation for multiple entity row. You use the options box in the auto entities to define the type, or edit it in YAML and define out the type, name, secondary, etc.
The problem is that because your temp and humidity are likely different sensors you may have to create template sensors with attributes that you define to include more information that the multiple entity row can use as secondary information.
Not quite, but you can use 2 auto-entities in a grid, however your ( Naming-Strategy ) sucks, you should thinking about shorten your friendly-names ( and / or entities name )
I Have ( Had to ) create my own, as i as you have been ( Toggling Around ) trying different styles.
However it’s cumbersome , and i don’t know how your looong sensor-names will fit into my ( Card ) , as it’s a combination of A-lot
Custom:Grid-layout, vertical-stack, multi-entity-row , mushroom-template-card, and ofcause Card_Mod
So given the sources above, there is alot to play with
Unfortunately mushroom seems lately to have it own rules in a view/layout, which have caused the template-card loading weird ( the humid values ) … maybe i should look for another ( template-entity ) which only show the state
Upps, the code ( try to play with the grid width, and margins for the humid-values, for your loooong names )