Skip to content

Commit

Permalink
Merge pull request #54 from molikk/ver-0.11.1
Browse files Browse the repository at this point in the history
ver-0.11.1
  • Loading branch information
molikk authored Aug 6, 2024
2 parents b01bdb0 + bbd25ab commit 1896c79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/mlk-power-flow-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlk-power-flow-card",
"version": "0.11.0",
"version": "0.11.1",
"description": "A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.",
"main": "mlk-power-flow-card.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/cards/compact-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export const compactCard = (config: PowerFlowCardConfig, inverterImg: string, da
${config.show_battery ?
svg`
${Battery.generateShapes(data, config)}
${Battery.generateShapes(data)}
${Battery.generatePower(data, config)}
${Battery.generateDuration(data, config)}
${Battery.generateDuration(data)}
${Battery.generateDailyCharge(data, config)}
${Battery.generateDailyDischarge(data, config)}
${Battery.generateSOC(data, config)}
Expand Down

0 comments on commit 1896c79

Please sign in to comment.