Skip to content

v1.10.7

Choose a tag to compare

@TarasKhust TarasKhust released this 19 May 07:07

Fixes

  • Fixes issue #51 for Delta Pro Ultra System Mode enum state after toggling AC Output.
  • sysWordMode values now map raw EcoFlow API values (0, 1, 2, 3) to valid Home Assistant enum states (default, self_powered, scheduled, tou).
  • Adds unknown fallback for unexpected System Mode values.
  • Improves generic sensor value_map handling so numeric strings such as "0" are mapped the same way as numeric 0.

Verification

  • python -m compileall custom_components\ecoflow_api
  • JSON validation for manifest and translation files
  • git diff --check

pytest was not run because the local Python environment does not have pytest installed.