reptilex / tesla-style-solar-power-card

Home assistant power card mimicking the one tesla provides for the powerwall app.
211 stars 59 forks source link

Change optional extra entities from W to kW #80

Closed silviudc closed 2 years ago

silviudc commented 2 years ago

I want to add optional extra entities and my values are in kW yet it still displays them in W, once that goes to over 10000W the text goes outside of the bubble and is just not that easy to read in W vs kW

image

Maybe add a reverse option to this: show_w_not_kw: 1

reptilex commented 2 years ago

the extra entities texts are sadly not being checked for units and converted, since you could have any type of text there. So you will have to create template sensors for those.