Hello all.
Latest Home assistant evolution show a very deep and efficient use of the tile cards to create easily a nice and streamlined dashboard.
Tile cards are to my opinion a very good improvement of default cards, allowing an easy and quick definition of dashboard, while having a nice and simple look. And most important for all users, a User Interface capability to modify the look and functionalities to keep it simple.
My dream would be a fully advanced Tile card like this one (here a stack-in between a mushroom template card and a row of mushroom chip acting like feature buttons):

But before this dream, some capabilities could be added to the Tile card to further expand it:
Templating capabilities:
Templating capabilities for Name, State, Icon, Color and badge in the Tile card to take the full control of the display for advanced user:
It is not possible to for example change the icon or icon color easily. You have either to go through card_mod or switch to mushroom template cards (both being awesome, but are not fully home assistant integrated).
In the same manner, if you want to display a specific information, the only way to display Jinja2 template for the time being is the markdown card wich is not as nice as tile cards when placed together.
Remove all but icon:
To be able to remove both the name (currently not possible) and the state (currently possible) and thus keep only the icon in the center of the rounded square of the Tile. This is possible in the badges, but not in Tiles.
This could be an easy way to create quick and nice buttons related to an entity:
- with curent Tiles with the default icon and color behavior.
- with the here proposed template capability with a full control of the icon and color.
Propose an horizontal layout:
Although I am more a user of the default layout, the horizontal layout of the mushroom card was not transposed into the Tile card, whereas it could have offered some very space efficient configurations.
Done in 2025.3 ![]()
Features consistency
See message below for more details: Tile Card Improvements (display, template, controls, etc...) - #4 by BBE-FR
I would suggest as a generic UX principle for features to try as much as possible to have the features reflecting the state of the entity (like the icon) thus most of the time:
- grey when the entity is OFF (light grey or dark grey depending the theme)
- with the relevant color when the entity is ON
Best example of inconsistency with the light (color temp slider kept orange when light off):
Generic features
Instead of trying to create a dedicated feature for each entity type, maybe it would be useful to create some generic feature that would be user controlled. Moreover, those feature could allow to control other entities than the entity of the tile card. Some example:
-
generic buttons (chose a number of button, and define for each: tap action, state, icon, color) with the same simple design as cover or vacuum buttons :

-
generic toggle (with the capacity to chose which “toggle-able” entity to control)

-
generic slider (set min, max and entity to display or control) similar as the light feature

Like for the hold or double tap actions, theses “advanced” features could be “unlocked” through yaml, and once unlocked available in UI graphical interface.
Features for display for sensor
- A slider (with customisable min and max)
- a small graph zone (with customisable time duration, min and max)

would be nice addition to create sensor tile with some visualisation capability.









