thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.08k stars 168 forks source link

Question: Use conditional row in entities card with card-mod #182

Closed loeffelpan closed 2 years ago

loeffelpan commented 2 years ago

I'm trying to use your card-mod with an entities card displaying an conditional row. Styling doesn't work. I think this is because there is no ha-card in those rows (like in conditional card as well). For any card without ha-card you provide custom:mod-card to create that object and make styling possible.

Any way to do that for rows without ha-card? Or any other workaround?

ildar170975 commented 2 years ago

community thread -> 1st post -> link at the bottom -> post with examples -> link for conditional row

It is better to ask similar questions at the community thread first and leave Github for bugs and FRs

loeffelpan commented 2 years ago

Okay, I will use community thread in future. Thanks for your help.