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

Missing Watt unit #116

Open FredericMa opened 2 years ago

FredericMa commented 2 years ago

Hi,

I noticed that in certain cases the unit of measurement is missing. When show_w_not_kw is set to 1 and house_without_appliances_values is set to 1 the units are missing on the house and the car: image

If show_w_not_kw is set to 1 and house_without_appliances_values is set to 0 the unit is missing on the car: image

If both show_w_not_kw is set to 0 and house_without_appliances_values is set to 0 the units are shown fine in kW: image

reptilex commented 2 years ago

Good catch, as soon as I'm not sick I'll try to look into it