xPower Flow Card v1.3.10
v1.3.10
Fixed
- Card crash with dual MPPT - removed a dead code branch that referenced a variable before its declaration, throwing a ReferenceError and blanking the whole card when a second solar string was configured without PV voltage sensors.
- Autarky badge language - the badge label is now translated instead of being hard-coded in Portuguese.
- Release pipeline - the GitHub Action no longer fails on npm ci (no lockfile); the build now outputs to dist/ instead of overwriting the source file, and the release uploads the minified dist/ artifact.
Changed
- Inverter name is now HTML-escaped before being rendered into the SVG.
- hass-more-info now dispatched as a proper CustomEvent.
Full Changelog: v1.3.9...v1.3.10