Skip to content

Commit 208ecd0

Browse files
committed
Bump
1 parent fe7032b commit 208ecd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "charger-card",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Charger card",
55
"keywords": [
66
"home-assistant",

src/const.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '0.2.6';
1+
export const VERSION = '0.2.7';
22

33
//Replacement tags for card editor and templates
44
export const TEMPLATE_EDITOR = {
@@ -8,7 +8,7 @@ export const TEMPLATE_EDITOR = {
88
SERVICEID_ENTITY : '#SERVICEID_MAIN_ENTITY#',
99
SERVICEID_STATE : '#SERVICEID_MAIN_STATE#',
1010
SERVICEID_ATTR : '#SERVICEID_MAIN_ATTR#',
11-
SERVICEVAL : '#SERVICEVAL#',
11+
SERVICEVAL : '#SERVICEVAL#',
1212
}
1313

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

0 commit comments

Comments
 (0)