Mushroom Cards - Build a beautiful dashboard easily 🍄 (Part 2)

And then use transparent as the color.

type: custom:mushroom-chips-card
chips:
  - type: conditional
    conditions:
      - entity: light.office_desk_lamp
        state: 'on'
    chip:
      type: template
      entity: light.office_desk_lamp
      icon: mdi:lightbulb
      card_mod:
        style: |
          ha-card {
            --chip-background: transparent;
            border: none !important;
            box-shadow: none !important;
          }
1 Like