github jsight/ha-pecron v0.5.0
v0.5.0: Dynamic AC Charge Speed Options from TSL Specs

one month ago

What's New

Dynamic Charge Speed Options

The AC Charge Speed select entity now derives its options from each device model's TSL (Thing Specification Language) metadata, instead of using hardcoded values. This fixes the wrong options being shown for models like the E3600LFP.

  • E300LFP: 0% / 25% / 50% / 75% / 100% (values 0–4)
  • E3600LFP: 10% / 20% / 30% / ... / 100% (values 1–10)
  • Other models: Automatically get their correct options from TSL

Falls back to E300LFP defaults if TSL specs are unavailable.

Dependency Update

  • Upgraded to unofficial-pecron-api v0.4.0, which exposes TslProperty.enum_values and enum_map for ENUM properties

Closes #5 — thanks @mrVoltrix for reporting!

Full Changelog

https://github.com/jsight/ha-pecron/blob/main/CHANGELOG.md


🤖 Generated with Claude Code

Don't miss a new ha-pecron release

NewReleases is sending notifications on new releases.