Many of us have already used the Flex Cell Card — its design capabilities for displaying structured and even unstructured data are fantastic.
And probably even more of us use Auto Entities to dynamically fetch data and display it with cards like entities, glances, or mushroom-entity.
I suggested to @michalowskil, the creator of the Flex Cell Card, that it should be made compatible with Auto Entities — meaning: fetch the data via Auto Entities and visualize it using the Flex Cell Card.
He’s open to the idea, but he wants to see general interest first.
Version 0.21.0 is now the latest release. In the meantime, one of the card’s users translated everything into Italian, for which I sincerely thank him. Currently, the card is available in EN/PL/IT/DE.
v0.21.0 —
Added experimental entities support (auto-entities/monster-card style) with entity_row_template and token substitution; legacy rows remain unchanged.
Added Italian translation, thanks to echopage1964.
with tap-action I would like to open the more_info of an other entity.
I have an helper to show the status of all covers in one entity. So the cover position of the most closed cover will e shown as an icon.
With tap-action I would like to open the more_info dialog to close/open the one Iwould like to choose.
The first screenshot looks good. However, for the second, you need a condition that will always be true, but your condition says when the entity equals null. Your entity will likely never meet this requirement. Change equals to not equal and it should work.
In the future, before taking a screenshot, please change the language to English.
Entity states now show the same translated labels as built-in HA cards (no more raw “on/off”), while dynamic rules still use the original raw value so your conditions keep working.
Fixed entity icon color defaulting to Home Assistant icon color when no state-specific color was provided.
Fixed number inputs (box mode) so they stay stable while you type and only send changes after you finish or use the arrows, matching default HA cards; for whole-number steps the displayed value no longer shows a trailing “.0”.
As a reminder, pre-release versions are not automatically downloaded. Version v0.22.0-beta.1 must be manually selected in HACS.
Added optional text field and icon color picker for dynamic “Overwrite with icon” rules (both optional).
Entity states now show the same translated labels as built-in HA cards (no more raw “on/off”), while dynamic rules still use the original raw value so your conditions keep working.
Fixed entity icon color defaulting to Home Assistant icon color when no state-specific color was provided.
Fixed number inputs (box mode) so they stay stable while you type and only send changes after you finish or use the arrows, matching default HA cards; for whole-number steps the displayed value no longer shows a trailing “.0”.
The screenshot below shows a feature that was not present in the pre-release version.
Out of laziness, I haven’t updated anything since December, so I didn’t know there was a problem. Thanks for reporting! I just released a new version, let me know if it’s okay.
v0.23.0 —
Updated visual editor dropdowns to the new MD3 ha-select API (uses .options).
Fixes broken select menus on the latest Home Assistant Core.
Requires Home Assistant Core ≥ 2026.2 (MD3 frontend); older cores are not supported by this editor version.
I justed a discussion and want to place it here as well:
How to display the entity_picture?
Thanks to the metadata functionality we could select attributes of the entity to be displayed.
one of the attributes could be the entity_picture, which contains the path to the picture.
How to display the picture in a cell?
entity_picture contains something like /local/images/tanken/shell.svg, which is now displayed as text in the cell. But I would like to display the svg-file itself - how?