manjotsc
(Manjot Singh)
1
Hi,
I need help with makes these bars rounded and make text color different on yellow, pink and blue.
type: 'custom:bar-card'
rows: 4
entities:
- entity: sensor.printer_ink_cyan
color: cyan
- entity: sensor.printer_ink_black
color: black
- entity: sensor.printer_ink_magenta
color: magenta
- entity: sensor.printer_ink_yellow
color: yellow
pedolsky
(Pedolsky)
2
Using CSS requires card-mod.
manjotsc
(Manjot Singh)
3
I installed the card-mod, but how would I make these entities bars rounded and the overlay text color to black.
entities:
- entity: sensor.printer_ink_cyan
color: cyan
border:
- entity: sensor.printer_ink_black
color: black
- entity: sensor.printer_ink_magenta
color: magenta
- entity: sensor.printer_ink_yellow
color: yellow