v1.10.7
Fixes
- Fixes issue #51 for Delta Pro Ultra System Mode enum state after toggling AC Output.
sysWordModevalues now map raw EcoFlow API values (0,1,2,3) to valid Home Assistant enum states (default,self_powered,scheduled,tou).- Adds
unknownfallback for unexpected System Mode values. - Improves generic sensor
value_maphandling so numeric strings such as"0"are mapped the same way as numeric0.
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.