I have this code:
type: custom:mod-card
card_mod:
style:
$: |
.type-custom-mod-card .card-header {
color: red !important;
}
card:
type: grid
square: false
columns: 1
title: Zonnepanelen
card_mod:
style:
$: |
.type-custom-mod-card .card-header {
color: red !important;
}
cards:
- type: grid
columns: 5
square: false
cards:
- type: custom:mini-graph-card
entities:
- entity: sensor.energie_solar_voor1_total_info
show:
But I can’t figure out how to change the header title padding and color… Some knows how to get this working?
Regards,
Robert