thomasloven / lovelace-card-mod

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

[FR] Allow templating for "class" option #340

Open ildar170975 opened 6 months ago

ildar170975 commented 6 months ago

A possible scenario:

  - entity: sun.sun
    card_mod:
      class: >-
        {% if ... -%}
        class-row-red
        {%- else -%}
        class-row-cyan
        {%- endif %}

where class-row-red & class-row-cyan are defined in a theme.