Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed Mar 19, 2021
1 parent 80224c4 commit d94b484
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": "charger-card",
"version": "0.0.5",
"version": "0.0.6a",
"description": "Charger card for Home Assistant Lovelace UI",
"main": "dist/charger-card.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CARD_VERSION = '0.0.5';
export const CARD_VERSION = '0.0.6a';

export const CHARGERDOMAIN = 'easee';
export const STATUS_ENTITY_BASE = '_status';
Expand Down Expand Up @@ -112,7 +112,7 @@ export const ICONS = {
'sensor.reason_for_no_current': 'mdi:alert-circle',
'sensor.session_energy': 'mdi:flash',
'sensor.energy_per_hour': 'mdi:flash',
'sensor.lifetime_energy' : 'mdi:flash',
'sensor.lifetime_energy': 'mdi:flash',
'switch.smart_charging': 'mdi:auto-fix',
'sensor.power': 'mdi:flash',
'binary_sensor.update_available': 'mdi:file-download',
Expand Down

0 comments on commit d94b484

Please sign in to comment.