Hallo,
ich möchte habe ein mini-graph-card erstellt und es sieht aktuell so aus.
Jetzt möchte ich aber dass der eine 100% anzeige unter dem 0W steht. Damit ich weiß wie viel % der Akku noch hat. Wo muss ich es umstellen? Oder gibt es andere schönere Karten für so eine Anzeige.
Ich möchte nur Leistung + Akkustand in%. Wichtig ist dass es klar ersichtlich ist. Schön wäre wenn die graphen hinter dem Text stehen könnte anstatt drunter. Möchte es auch kompakt haben.
type: custom:mini-graph-card
entities:
- entity: sensor.solarflow_800_plus_bat_in_out
#color: red
name: Solarflow 800 Plus Akku
- entity: sensor.solarflow_800_pro_bat_in_out
show_state: true
#show_line: false
#show_graph: false
- entity: sensor.solarflow_800_plus_electric_level
#color: violet
show_state: true
- entity: sensor.solarflow_800_pro_electric_level
#color: brown
show_state: true
icon: mdi:flash
show:
graph: false
fill: fade
labels: false
points: false
labels_secondary: false
card_mod:
style: |
.states .state:nth-of-type(1) .state__value {
font-size: 50px !important;
}
LG
