bar-card icon indicating copy to clipboard operation
bar-card copied to clipboard

enhancement: ability to color icons

Open jcollas opened this issue 5 years ago • 1 comments

The specific use case is for entities that represent ink for IPP printers. I'd like to use the bar-card's icon to represent the ink color, and use the severity options to show the state of the ink level.

jcollas avatar Apr 22 '20 18:04 jcollas

In case any one else is looking for this you can use card-mod to achieve that. for example like this:

style: |
  :host {
    --paper-item-icon-color: red;
  }

pooyashahidi avatar Feb 04 '21 18:02 pooyashahidi