Skip to content

Commit

Permalink
chore: bump version and remove dev tags
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 committed Nov 25, 2024
1 parent e0061cb commit 1427807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "6.0.0",
"version": "6.1.0",
"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
4 changes: 2 additions & 2 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const validauxLoads = [0, 1, 2]
export const validGridDisconnected = ['off', '0', 'off-grid', 'off grid', 'offgrid']
export const validGridConnected = ['on', '1', 'on-grid', 'on grid', 'ongrid']

export const EDITOR_NAME = 'sunsynk-content-card-editor-dev';
export const MAIN_NAME = 'sunsynk-power-flow-card-dev';
export const EDITOR_NAME = 'sunsynk-content-card-editor';
export const MAIN_NAME = 'sunsynk-power-flow-card';

export const enum SensorDeviceClass {
DATE = "date",
Expand Down

0 comments on commit 1427807

Please sign in to comment.