Untitled
unknown
plain_text
a year ago
608 B
18
Indexable
type: custom:config-template-card
entities:
- sensor.solax_local_ac_power
- sensor.solax_local_load_power
card:
type: gauge
entity: sensor.solax_local_load_power
min: 0
max: 5000
needle: true
segments:
- from: 0
color: "#FDD27C"
- from: ${states["sensor.solax_local_ac_power"].state}
color: "#FA9696"
- from: 1600
color: black
- from: 1620
color: "#FA9696"
- from: 4600
color: "#D45D37"
name: 🏠 Casa
card_mod:
style:
.: ""
ha-gauge$: |
svg {
}
.needle {
fill: red !important;
}Editor is loading...
Leave a Comment