Skip to content

1.2.5-beta3

Pre-release
Pre-release

Choose a tag to compare

@townsmcp townsmcp released this 19 Aug 12:00
· 6 commits to beta since this release
4cedacc

🔧 Efficiency sensor attribute tidy-up

Polish to the trip/efficiency sensors added in this beta line:

  • Correct unit casing in the attributes — they now read kWh (e.g. "Energy kWh", "Efficiency km per kWh") instead of "kwh".
  • Mile equivalents addeddistance_mi and consumption_kWh_per_100mi now sit alongside the km attributes, so imperial users get the full breakdown without converting.

Applies to Last Trip Efficiency and Efficiency Since Last Charge.

⚠️ If you built a template or automation against the beta attribute keys (e.g. energy_kwh), update it to the new casing (energy_kWh, efficiency_km_per_kWh, consumption_kWh_per_100km, fuel_consumption_L_per_100km).