Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed Jul 24, 2023
1 parent fe7032b commit 208ecd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charger-card",
"version": "0.2.6",
"version": "0.2.7",
"description": "Charger card",
"keywords": [
"home-assistant",
Expand Down
4 changes: 2 additions & 2 deletions src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.2.6';
export const VERSION = '0.2.7';

//Replacement tags for card editor and templates
export const TEMPLATE_EDITOR = {
Expand All @@ -8,7 +8,7 @@ export const TEMPLATE_EDITOR = {
SERVICEID_ENTITY : '#SERVICEID_MAIN_ENTITY#',
SERVICEID_STATE : '#SERVICEID_MAIN_STATE#',
SERVICEID_ATTR : '#SERVICEID_MAIN_ATTR#',
SERVICEVAL : '#SERVICEVAL#',
SERVICEVAL : '#SERVICEVAL#',
}

// TODO: Find a way to read device_class icons instead of this
Expand Down

0 comments on commit 208ecd0

Please sign in to comment.