Please edit your posts and format your code by surrounding it with two sets of three backticks (```) or using the editorās menu for preformatted text.
Iām trying to remove the bus icons to the left of the times in my bus time table card here, but Iām not sure how to go about it as Iām using a filter.template to get the entities Iām interested in.
As you can see I tried adding the icon parameter in the filter.template code, but that breaks the card completely so that it just disappears from the dashboard.
Itās also not working with any other labels I tried (even without any special chars in them).
I did a fresh install of the auto-entities JS file through HACS a couple of hours ago to make sure I have the latest version.
I tried to apply all of the below variants of this, but the icon isnāt getting targeted by any of the styles and is still visible.
Also tried searching in the thread for āhide iconā and things like that, but I didnāt find anything, and by now the thread is so massive that I canāt really sift through everything in here.
EDIT:
I got this working when I realized that I could simplify what I was doing a lot by just using a regex filter in the entity_id include directly. I could then apply the style for state-badge like this:
Next thing Iām looking to do is to have two columns of entity values in my bus schedule card, i.e. each row would show two times like this (note that this was just an ugly edit, the second column should have times that are after the ones in the first one):
I would like the times to be read top to bottom so you read the entire column 1 first, then the second column, to follow the departures.
Is this possible to achieve with auto-entities, do I need to combine it with something?
Would this somehow be possible by making the div#states.card-content container force the small row divs inside to wrap up to another column?
This doesnāt seem to be on the right track, using grid is going to split the area into many small cards like the below. Can you really get them all to just gather in one card like in the mockup I photoshopped above?
EDIT: I managed to sort out two columns like in my mockup by adding this style to the hui-sensor-entity-row field:
Ok, i understand, one have to be familiar with the various cards and their options(which you can use all of as usual under the second card section !, beside card_mod( and i donāt recommend mushrooms, unless you knows howto mod them as you want, however there a huge Topics/threads in this forum, with examples and tips, for card_mod and mushrooms, but also the huge cardmod_Topics, And some cards are more difficult(or different) to mod, than others
Also i have no idea how the āoutputā of your regex look like
But if you want 2 or more ācolumnā you should āuseā grid !, it will fill in order(which you choose)
But you say you found another solution, so could try with mushroom-template-card or musroom-entity ( there is alot of options/card_mod examples in card_mod Topics
So ramp up your readings, maybe you find āanotherā good example you can copy/paste