Skip to content

Commit

Permalink
fix: update defaults for battery animation
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 committed May 1, 2024
1 parent b8b9640 commit de076f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunsynk-power-flow-card",
"version": "4.36.0",
"version": "4.36.1",
"description": "A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.",
"main": "sunsynk-power-flow-card.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default {
auto_scale: true,
dynamic_colour: true,
linear_gradient: true,
animate: true,
},
solar: {
colour: 'orange',
Expand Down

0 comments on commit de076f5

Please sign in to comment.